Forum Discussion
redfish4ktc2
13 years agoSuper Contributor
hi
did you also put the pom files in your local repository?
i cannot reproduce your issue
why don't you configure remote repositories to make maven retrieve all dependencies?
you seem using maven 3.x. There is some misunderstanding when using the offline mode, see
* http://obscuredclarity.blogspot.fr/2012 ... fline.html
* http://jira.codehaus.org/browse/MNG-5181
* http://jira.codehaus.org/browse/MNG-5185
If you are in this situation, give a try to maven 3.1.x. You will have a better error message and you can use the new -llr option (see http://maven.apache.org/ref/3.1.0/maven ... r/cli.html)
did you also put the pom files in your local repository?
i cannot reproduce your issue
why don't you configure remote repositories to make maven retrieve all dependencies?
you seem using maven 3.x. There is some misunderstanding when using the offline mode, see
* http://obscuredclarity.blogspot.fr/2012 ... fline.html
* http://jira.codehaus.org/browse/MNG-5181
* http://jira.codehaus.org/browse/MNG-5185
If you are in this situation, give a try to maven 3.1.x. You will have a better error message and you can use the new -llr option (see http://maven.apache.org/ref/3.1.0/maven ... r/cli.html)