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?
