I am using the following command line: mvn -Dmaven.javadoc.skip=true -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 [ 2.200 s] [INFO] ignite-tools ....................................... SUCCESS [ 4.227 s] [INFO] ignite-core ........................................ FAILURE [ 19.411 s] What is the workaround for this?
