The pom's themselves refer to codehaus plugin: /examples/pom.xml: <groupId>org.codehaus.mojo</groupId> ./examples/pom.xml: <groupId>org.codehaus.mojo</groupId> ./modules/core/pom.xml: <groupId>org.codehaus.mojo</groupId> ./parent/pom.xml: <groupId>org.codehaus.mojo</groupId>
Looks like the *org.codehaus.mojo* has an issue: [ERROR] Failed to execute goal *org.codehaus.mojo*:exec-maven-plugin:1.3.2:java (default) on project ignite-core: Execution default of goal org.codehaus.mojo:exec-maven-plugin:1.3.2:java failed: Plugin org.codehaus.mojo:exec-maven-plugin:1.3.2 or one of its dependencies could not be resolved: Could not transfer artifact org.apache.ignite:ignite-tools:jar:1.4.1-SNAPSHOT from/to codehaus-snapshots (http://nexus.codehaus.org/snapshots/): nexus.codehaus.org: Unknown host nexus.codehaus.org -> [Help 1] This error still occurs after I blew away the .m2/repository. is there something within the plugin internally that "knows" to look for codehaus.org?? How to redirect it? 2015-09-07 16:13 GMT-07:00 Stephen Boesch <[email protected]>: > Thx for the insight. .m2/repository is wiped and am rebuilding .. (will > take awhile ;) ) > > 2015-09-07 16:01 GMT-07:00 Konstantin Boudnik <[email protected]>: > >> Codehaus is out of business. Looks like some of the locally caches >> artifacts >> still refer to that repo server. What might help is wiping out the >> ~/.m2/repository >> >> Cos >> >> On Mon, Sep 07, 2015 at 02:50PM, Stephen Boesch wrote: >> > I am using the following command line:A >> > A A mvn -Dmaven.javadoc.skip=true A -DskipTests clean package >> > and end up with: >> > [ERROR] Failed to execute goal >> > org.codehaus.mojo:exec-maven-plugin:1.3.2:java (default) on project >> > ignite-core: Execution default of goal >> > org.codehaus.mojo:exec-maven-plugin:1.3.2:java failed: Plugin >> > org.codehaus.mojo:exec-maven-plugin:1.3.2 or one of its dependencies >> could >> > not be resolved: Could not transfer artifact >> > org.apache.ignite:ignite-tools:jar:1.4.1-SNAPSHOT from/to >> > codehaus-snapshots (http://nexus.codehaus.org/snapshots/): >> > nexus.codehaus.org: Unknown host nexus.codehaus.org -> [Help 1] >> > [INFO] ignite-apache-license-gen .......................... SUCCESS [ >> > A 2.200 s] >> > [INFO] ignite-tools ....................................... SUCCESS [ >> > A 4.227 s] >> > [INFO] ignite-core ........................................ FAILURE [ >> > 19.411 s] >> > What is the workaround for this? >> > >
