Is there a problem with Codehaus Snapshots Repository? When I run my build I get corrupted files. Here is the output:

D:\java\workspaces\helios\pdf-parent\pdf-core>mvn install
[INFO] Scanning for projects...
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building pdf-core 0.0.1-SNAPSHOT
[INFO] ------------------------------------------------------------------------ Downloading: http://snapshots.repository.codehaus.org/org/codehaus/mojo/findbugs-maven-plugin/2.3.2-SNAPSHOT/maven-metadata.xml Downloaded: http://snapshots.repository.codehaus.org/org/codehaus/mojo/findbugs-maven-plugin/2.3.2-SNAPSHOT/maven-metadata.xml (440 B at 0.4
 KB/sec)
Downloading: http://snapshots.repository.codehaus.org/org/codehaus/mojo/findbugs-maven-plugin/2.3.2-SNAPSHOT/findbugs-maven-plugin-2.3.2-SNA
PSHOT.jar
Downloaded: http://snapshots.repository.codehaus.org/org/codehaus/mojo/findbugs-maven-plugin/2.3.2-SNAPSHOT/findbugs-maven-plugin-2.3.2-SNAP
SHOT.jar (462 B at 0.6 KB/sec)
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 2.172s
[INFO] Finished at: Wed Sep 22 17:34:01 GMT-03:00 2010
[INFO] Final Memory: 2M/15M
[INFO] ------------------------------------------------------------------------ [ERROR] Failed to parse plugin descriptor for org.codehaus.mojo:findbugs-maven-plugin:2.3.2-SNAPSHOT (D:\Dados\Documents and Settings\497565 18\.m2\repository\org\codehaus\mojo\findbugs-maven-plugin\2.3.2-SNAPSHOT\findbugs-maven-plugin-2.3.2-SNAPSHOT.jar): error in opening zip fil
e -> [Help 1]
[ERROR]
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR]
[ERROR] For more information about the errors and possible solutions, please read the following articles: [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/PluginDescriptorParsingException
D:\java\workspaces\helios\pdf-parent\pdf-core>

Plugin and repository configuration:

<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>findbugs-maven-plugin</artifactId>
<version>2.3.2-SNAPSHOT</version>
</plugin>

<pluginRepository>
<id>Codehaus Snapshots</id>
<url>http://snapshots.repository.codehaus.org/</url>
<snapshots>
<enabled>true</enabled>
</snapshots>
<releases>
<enabled>true</enabled>
</releases>
</pluginRepository>

I´m using Maven  3.0-beta-3.

thanks in advance,
Fabrício Lemos

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
For additional commands, e-mail: users-h...@maven.apache.org

Reply via email to