I've been getting an error when I try to package an application I got from Internet which uses Wicket framework. This app uses maven, and when I try to execute the command "mvn package" I receive an error:
I downloaded the file "maven-resources-plugin-2.2.jar" manually. Which path should I put this file in?
If you are logged in as p012345, and you did not change the default local repository location, then that is the correct path.
Do you go through a proxy when you browse the web? If so, you will have to configure maven to use that same proxy.
Rogerio Kioshi
Ranch Hand
Joined: Apr 12, 2005
Posts: 655
posted
0
Originally posted by Peter Johnson: If you are logged in as p012345, and you did not change the default local repository location, then that is the correct path.
Do you go through a proxy when you browse the web? If so, you will have to configure maven to use that same proxy.
I don't know if I go through a proxy... how do I configure maven?