Hi

I installed maven (maven2.2), downloaded the /home/ajc/Downloads/hbase-0.90.5.tar.gz, decompressed and within the root dir ran:

 mvn -DskipTests package

... and got:
[INFO] Scanning for projects...
[INFO] ------------------------------------------------------------------------
[INFO] Building HBase
[INFO]    task-segment: [package]
[INFO] ------------------------------------------------------------------------
Downloading: http://people.apache.org/~rawson/repo//asm/asm/3.1/asm-3.1.pom
[INFO] Unable to find resource 'asm:asm:pom:3.1' in repository temp-thrift (http://people.apache.org/~rawson/repo/)
Downloading: http://download.java.net/maven/2//asm/asm/3.1/asm-3.1.pom
[INFO] Unable to find resource 'asm:asm:pom:3.1' in repository java.net (http://download.java.net/maven/2/)
Downloading: http://repository.codehaus.org//asm/asm/3.1/asm-3.1.pom
[INFO] Unable to find resource 'asm:asm:pom:3.1' in repository codehaus (http://repository.codehaus.org/) Downloading: http://maven.glassfish.org/content/groups/glassfish/asm/asm/3.1/asm-3.1.pom
185b downloaded  (asm-3.1.pom)
[WARNING] *** CHECKSUM FAILED - Checksum failed on download: local = '6c9fd3d150b8a5f0ca676f49b8ed603793cabebb'; remote = '<html>
<head><title>301' - RETRYING
Downloading: http://maven.glassfish.org/content/groups/glassfish/asm/asm/3.1/asm-3.1.pom
185b downloaded  (asm-3.1.pom)
[WARNING] *** CHECKSUM FAILED - Checksum failed on download: local = '6c9fd3d150b8a5f0ca676f49b8ed603793cabebb'; remote = '<html>
<head><title>301' - IGNORING
[WARNING] POM for 'asm:asm:pom:3.1:compile' is invalid.
....

So I went to http://maven.glassfish.org/content/groups/glassfish/asm/asm/3.1/asm-3.1.pom
which gets redirected to:
https://maven.glassfish.org/content/groups/glassfish/asm/asm/3.1/asm-3.1.jar

and a certificate failure - and since 301 is a redirect it looks to me like its being redirected from http: --> https: and maven is failing to follow the redirect successfully.

Can anyone help?

Thanks

Alan









Tried



Reply via email to