You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomee.apache.org by Scott Kurz <sk...@gmail.com> on 2016/04/27 14:16:17 UTC

bad dependencies from nexus.codehaus.org?

I tried just grabbing all the source and doing "mvn install"...

Blows up in "examples/groovy-spock" module with:

[ERROR] Failed to execute goal
org.apache.maven.plugins:maven-compiler-plugin:3.2:testCompile
(default-testCompile) on project groovy-spock: Compilation failure:
Compilation failure:
[ERROR]
C:\git\tomee\examples\groovy-spock\src\test\java\org\superbiz\groovy\HelloSpecification.groovy:[21,-1]
1. ERROR in
C:\git\tomee\examples\groovy-spock\src\test\java\org\superbiz\groovy\HelloSpecification.groovy
(at line 21)
[ERROR] import org.jboss.arquillian.spock.ArquillianSputnik

It looks like some of the nexus.codehaus.org dependencies are bad....  e.g.
get a ZipException when opening and I see this during mvn


Downloading:
http://nexus.codehaus.org/snapshots/org/jboss/arquillian/spock/arquillian-spock-core/1.0.0.Beta3/arquillian-spock-core-1.0.0.Beta3.pom
[WARNING] Checksum validation failed, expected <!DOCTYPE but is
7d2dde0e58a0ce5a0b41febbe97312b778f468d4 for
http://nexus.codehaus.org/snapshots/org/jboss/arquillian/spock/arquillian-spock-core/1.0.0.Beta3/arquillian-spock-core-1.0.0.Beta3.pom
[WARNING] Could not validate integrity of download from
http://nexus.codehaus.org/snapshots/org/jboss/arquillian/spock/arquillian-spock-core/1.0.0.Beta3/arquillian-spock-core-1.0.0.Beta3.pom:
Checksum validation failed, expected <!DOCTYPE but is
7d2dde0e58a0ce5a0b41febbe97312b778f468d4
[WARNING] Checksum validation failed, expected <!DOCTYPE but is
7d2dde0e58a0ce5a0b41febbe97312b778f468d4 for
http://nexus.codehaus.org/snapshots/org/jboss/arquillian/spock/arquillian-spock-core/1.0.0.Beta3/arquillian-spock-core-1.0.0.Beta3.pom

Should I be adjusting my settings.xml somehow or do the project POMs
themselves somehow reference this?

Thanks,
Scott

Re: bad dependencies from nexus.codehaus.org?

Posted by Romain Manni-Bucau <rm...@gmail.com>.
Hi Scott,

codehaus has been shutdown, removed it from this example pom, should build
now.

Thanks for the report!


Romain Manni-Bucau
@rmannibucau <https://twitter.com/rmannibucau> |  Blog
<http://rmannibucau.wordpress.com> | Github <https://github.com/rmannibucau> |
LinkedIn <https://www.linkedin.com/in/rmannibucau> | Tomitriber
<http://www.tomitribe.com> | JavaEE Factory
<https://javaeefactory-rmannibucau.rhcloud.com>

2016-04-27 14:16 GMT+02:00 Scott Kurz <sk...@gmail.com>:

> I tried just grabbing all the source and doing "mvn install"...
>
> Blows up in "examples/groovy-spock" module with:
>
> [ERROR] Failed to execute goal
> org.apache.maven.plugins:maven-compiler-plugin:3.2:testCompile
> (default-testCompile) on project groovy-spock: Compilation failure:
> Compilation failure:
> [ERROR]
>
> C:\git\tomee\examples\groovy-spock\src\test\java\org\superbiz\groovy\HelloSpecification.groovy:[21,-1]
> 1. ERROR in
>
> C:\git\tomee\examples\groovy-spock\src\test\java\org\superbiz\groovy\HelloSpecification.groovy
> (at line 21)
> [ERROR] import org.jboss.arquillian.spock.ArquillianSputnik
>
> It looks like some of the nexus.codehaus.org dependencies are bad....
> e.g.
> get a ZipException when opening and I see this during mvn
>
>
> Downloading:
>
> http://nexus.codehaus.org/snapshots/org/jboss/arquillian/spock/arquillian-spock-core/1.0.0.Beta3/arquillian-spock-core-1.0.0.Beta3.pom
> [WARNING] Checksum validation failed, expected <!DOCTYPE but is
> 7d2dde0e58a0ce5a0b41febbe97312b778f468d4 for
>
> http://nexus.codehaus.org/snapshots/org/jboss/arquillian/spock/arquillian-spock-core/1.0.0.Beta3/arquillian-spock-core-1.0.0.Beta3.pom
> [WARNING] Could not validate integrity of download from
>
> http://nexus.codehaus.org/snapshots/org/jboss/arquillian/spock/arquillian-spock-core/1.0.0.Beta3/arquillian-spock-core-1.0.0.Beta3.pom
> :
> Checksum validation failed, expected <!DOCTYPE but is
> 7d2dde0e58a0ce5a0b41febbe97312b778f468d4
> [WARNING] Checksum validation failed, expected <!DOCTYPE but is
> 7d2dde0e58a0ce5a0b41febbe97312b778f468d4 for
>
> http://nexus.codehaus.org/snapshots/org/jboss/arquillian/spock/arquillian-spock-core/1.0.0.Beta3/arquillian-spock-core-1.0.0.Beta3.pom
>
> Should I be adjusting my settings.xml somehow or do the project POMs
> themselves somehow reference this?
>
> Thanks,
> Scott
>