Building a new project with Maven 3.0.3 on Windows, if you get an error like the following:
...first confirm that you're using the default Windows shell. Using an atypical shell caused the above problem for me, likely due to different handling of environment variables. You don't have to change your shell: just launch the default shell with "cmd.exe" and run the command from within there.
[ERROR] No plugin found for prefix 'http' in the current project and in the plugin groups [org.apache.maven.plugins, org.codehaus.mojo] available from the repositories ...
1 comment:
I'm currently ahving the same issue and have asked a question on StackOveflow about it : http://stackoverflow.com/q/21156716/15619
Would you mind explaining me how can I check which Windows shell my slave uses ?
Post a Comment