You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by Franz Fehringer <fe...@isogmbh.de> on 2006/06/29 14:44:05 UTC

assembly checksum failed

Hello,

With mvn -U compile i got just this moment

D:\projekte\crs\CrsGateway>mvn -U compile
[INFO] Scanning for projects...
[INFO] 
----------------------------------------------------------------------------
[INFO] Building Maven Quick Start Archetype
[INFO]    task-segment: [compile]
[INFO] 
----------------------------------------------------------------------------
[INFO] artifact org.apache.maven.plugins:maven-resources-plugin: 
checking for updates from central
[INFO] artifact org.apache.maven.plugins:maven-compiler-plugin: checking 
for updates from central
[INFO] artifact org.apache.maven.plugins:maven-jar-plugin: checking for 
updates from central
[INFO] artifact org.apache.maven.plugins:maven-assembly-plugin: checking 
for updates from central
Downloading: 
http://repo1.maven.org/maven2/org/apache/maven/plugins/maven-assembly-plugin/2.1/maven-assembly-plugin-2.1.
pom
3K downloaded
[WARNING] *** CHECKSUM FAILED - Checksum failed on download: local = 
'5eae2dc2b3d1391142ff877e53590958cba185a5'; remote
= 'SHA1' - RETRYING
Downloading: 
http://repo1.maven.org/maven2/org/apache/maven/plugins/maven-assembly-plugin/2.1/maven-assembly-plugin-2.1.
pom
3K downloaded
[WARNING] *** CHECKSUM FAILED - Checksum failed on download: local = 
'5eae2dc2b3d1391142ff877e53590958cba185a5'; remote
= 'SHA1' - IGNORING
Downloading: 
http://repo1.maven.org/maven2/org/apache/maven/plugins/maven-assembly-plugin/2.1/maven-assembly-plugin-2.1.
jar
90K downloaded
[INFO] [resources:resources]
[INFO] Using default encoding to copy filtered resources.
[INFO] [compiler:compile]
[INFO] Nothing to compile - all classes are up to date
[INFO] 
------------------------------------------------------------------------
[INFO] BUILD SUCCESSFUL
[INFO] 
------------------------------------------------------------------------
[INFO] Total time: 1 minute 15 seconds
[INFO] Finished at: Thu Jun 29 14:42:16 CEST 2006
[INFO] Final Memory: 4M/9M
[INFO] 
------------------------------------------------------------------------

What is wrong?

Greetings

Franz



Re: assembly checksum failed

Posted by Brett Porter <br...@apache.org>.
What version of Maven are you using (mvn -v)?

The checksum is in SHA1 format, but that should be supported by most 
modern versions of Maven.

- Brett

On 29/06/2006 10:44 PM, Franz Fehringer wrote:
> Hello,
> 
> With mvn -U compile i got just this moment
> 
> D:\projekte\crs\CrsGateway>mvn -U compile
> [INFO] Scanning for projects...
> [INFO] 
> ---------------------------------------------------------------------------- 
> 
> [INFO] Building Maven Quick Start Archetype
> [INFO]    task-segment: [compile]
> [INFO] 
> ---------------------------------------------------------------------------- 
> 
> [INFO] artifact org.apache.maven.plugins:maven-resources-plugin: 
> checking for updates from central
> [INFO] artifact org.apache.maven.plugins:maven-compiler-plugin: checking 
> for updates from central
> [INFO] artifact org.apache.maven.plugins:maven-jar-plugin: checking for 
> updates from central
> [INFO] artifact org.apache.maven.plugins:maven-assembly-plugin: checking 
> for updates from central
> Downloading: 
> http://repo1.maven.org/maven2/org/apache/maven/plugins/maven-assembly-plugin/2.1/maven-assembly-plugin-2.1. 
> 
> pom
> 3K downloaded
> [WARNING] *** CHECKSUM FAILED - Checksum failed on download: local = 
> '5eae2dc2b3d1391142ff877e53590958cba185a5'; remote
> = 'SHA1' - RETRYING
> Downloading: 
> http://repo1.maven.org/maven2/org/apache/maven/plugins/maven-assembly-plugin/2.1/maven-assembly-plugin-2.1. 
> 
> pom
> 3K downloaded
> [WARNING] *** CHECKSUM FAILED - Checksum failed on download: local = 
> '5eae2dc2b3d1391142ff877e53590958cba185a5'; remote
> = 'SHA1' - IGNORING
> Downloading: 
> http://repo1.maven.org/maven2/org/apache/maven/plugins/maven-assembly-plugin/2.1/maven-assembly-plugin-2.1. 
> 
> jar
> 90K downloaded
> [INFO] [resources:resources]
> [INFO] Using default encoding to copy filtered resources.
> [INFO] [compiler:compile]
> [INFO] Nothing to compile - all classes are up to date
> [INFO] 
> ------------------------------------------------------------------------
> [INFO] BUILD SUCCESSFUL
> [INFO] 
> ------------------------------------------------------------------------
> [INFO] Total time: 1 minute 15 seconds
> [INFO] Finished at: Thu Jun 29 14:42:16 CEST 2006
> [INFO] Final Memory: 4M/9M
> [INFO] 
> ------------------------------------------------------------------------
> 
> What is wrong?
> 
> Greetings
> 
> Franz
> 
> 
> 
> ------------------------------------------------------------------------
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
> For additional commands, e-mail: dev-help@maven.apache.org


-- 
Brett Porter <br...@apache.org>
Apache Maven - http://maven.apache.org/
Better Builds with Maven - http://library.mergere.com/

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org