Failed to deploy artifacts: Could not find artifact

Have you tried to add the server in your settings.xml file? The default settings xml is located in your ~/.m2/ directory. Should contain something like that: <servers> <server> <id>my-internal-nexus-repo</id> <username>yourUserName</username> <password>yourPassword</password> </server> </servers> Here is a link to the http://maven.apache.org/settings.html maven doc for adding servers. One other thing which might be a shot in the … Read more