aspose file tools
The moose likes Ant, Maven and Other Build Tools and the fly likes Maven - plugin downoading problem Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Engineering » Ant, Maven and Other Build Tools
Reply Bookmark "Maven - plugin downoading problem" Watch "Maven - plugin downoading problem" New topic
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
    
    7

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.
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: Maven - plugin downoading problem
 
Similar Threads
new to maven, error in mvn war:war
Maven error when try to use command "mvn package"
How to run OpenEJB Examples?
How use sonar for an existing project in eclipse ?
maven: mvn clean ERROR