| Author |
Maven - plugin downoading problem
|
Ramesh Kumar Swarnkar
Ranch Hand
Joined: Sep 15, 2003
Posts: 83
|
|
Hi ,
I get The following error while running 'mvn package' command in command prompt :
..................... ..................... ..................... .....................
..................... ..................... ..................... .....................
Though I have set PROXY setting into 'setting.xml'
I have even set the repository path where I have all the maven JARs like set: (maven-resources-plugin:pom.jar)
but It still gives the same error. Can someone please help to get out of this error ?
regards,
Ramesh
|
 |
Tim Holloway
Saloon Keeper
Joined: Jun 25, 2001
Posts: 14487
|
|
URLs don't have backslashes in them. In fact, a properly formed URL for this location would be:
Although I'm not sure if the "file:" protocol is supported as a repository URL form in Maven or not, since I haven't checked the documentation. Maven repositories are commonly hosted on a web server.
|
Customer surveys are for companies who didn't pay proper attention to begin with.
|
 |
 |
|
|
subject: Maven - plugin downoading problem
|
|
|