Details
-
Bug
-
Resolution: Fixed
-
Major
-
2.1 Final
-
None
-
Maven
Description
Three dependencies specified in the project.xml (Maven project file)
are not available via the URLs specified in the file, or are not
found at any of the listed repositories in the project.properties.
Workaround is to comment out the three dependencies
as it appears they are used to generate reports.
Either remove, if not needed, or put on a public repository.
The dependencies are ...
specified as
<dependency>
<groupId>maven-plugins</groupId>
<artifactId>maven-findbugs-plugin</artifactId>
<version>0.8.5</version>
<type>plugin</type>
<properties>
<comment>maven plugin for the findbug report. UNOFFICIAL RELEASE hosted at magnolia.sf.net</comment>
</properties>
</dependency>
<dependency>
<groupId>maven</groupId>
<artifactId>maven-war-plugin</artifactId>
<version>1.7-UNOFFICIAL-1</version>
<type>plugin</type>
<url>http://magnolia.sourceforge.net/maven/repository/maven/plugins/maven-war-plugin-1.7-UNOFFICIAL-1.jar</url>
<properties>
<comment>
war plugin: unofficial builds which adds the patch in http://jira.codehaus.org/browse/MPWAR-30
</comment>
</properties>
</dependency>
<dependency>
<groupId>maven</groupId>
<artifactId>maven-eclipse-plugin</artifactId>
<version>1.10-UNOFFICIAL-2</version>
<type>plugin</type>
<url>http://magnolia.sourceforge.net/maven/repository/maven/plugins/maven-war-plugin-1.10-UNOFFICIAL-2.jar</url>
<properties>
<comment>
maven eclipse plugin: unofficial builds which contains WTP features
</comment>
</properties>
</dependency>