| Author |
Maven settings: Need an explaination for Beginer MVN User.
|
H Paul
Ranch Hand
Joined: Jul 26, 2011
Posts: 228
|
|
Basically, I used Eclipse Indigo to create a Camel Web using MVN.
I got the error on the pom.xml and not sure what it really meant in terms of setting that I need to do:
1M Thanks.
|
 |
James Boswell
Ranch Hand
Joined: Nov 09, 2011
Posts: 343
|
|
I would ensure something like your firewall is not blocking Maven from downloading jars.
Another thing to try is go to <your_local_maven_repo>\org\apache\maven\plugins\maven-war-plugin\2.1.1 and check for files called *.lastUpdated. If any exist, delete them and try again.
|
 |
Tim Holloway
Saloon Keeper
Joined: Jun 25, 2001
Posts: 12513
|
|
Actually, that message reads like you're attempting to UPLOAD a change to the master Maven repository, not download it like one normally would.
You'd have to be specifically authorized by the Maven people for that, and they'd only do that if you were a maven developer/committer, not an ordinary maven user.
|
One of the most odious afflictions that Business has inflicted on the modern English language is "pro-active". Most of the time it's simply redundantly used in place of the simple old word "active". And a good deal of the rest of the time it means "You're not overworked enough yet, so go out and find more!"
|
 |
James Boswell
Ranch Hand
Joined: Nov 09, 2011
Posts: 343
|
|
Tim
The original message was:
It is trying to take the plugin from http://repo1.maven.org/maven2 i.e. the central Maven repository.
I am pretty confident this is related to the lastUpdated files.
|
 |
H Paul
Ranch Hand
Joined: Jul 26, 2011
Posts: 228
|
|
Thanks to Tim for promoting to an expert.
Thanks to James for that specific solution. It worked now.
|
 |
Jaikiran Pai
Saloon Keeper
Joined: Jul 20, 2005
Posts: 6720
|
|
James Boswell wrote:
Another thing to try is go to <your_local_maven_repo>\org\apache\maven\plugins\maven-war-plugin\2.1.1 and check for files called *.lastUpdated. If any exist, delete them and try again.
Just a FYI - Instead of manually looking for and deleting those files, you can use the -U option of Maven:
|
[My Blog] [JavaRanch Journal]
|
 |
H Paul
Ranch Hand
Joined: Jul 26, 2011
Posts: 228
|
|
Where there is a will, there is a way.
Where there is a team, there is more than 1 way.
Thanks for your way, Jaikiran: Maven's way.
|
 |
 |
|
|
subject: Maven settings: Need an explaination for Beginer MVN User.
|
|
|