Re: Failure to find org.apache.maven.plugins

2012-01-15 Thread hp
Thanks again. My current Nexus configuration comes from the default one. What sort of thing I shall look into? I get all my project dependencies with my current existing setting. If the maven-war-plugin should be there as a part of my project dependencies, where it shall be located inside of

Re: Failure to find org.apache.maven.plugins

2012-01-15 Thread Ansgar Konermann
Am 15.01.2012 21:04, schrieb hp: Thanks again. My current Nexus configuration comes from the default one. What sort of thing I shall look into? I get all my project dependencies with my current existing setting. If the maven-war-plugin should be there as a part of my project dependencies,

Re: Failure to find org.apache.maven.plugins

2012-01-15 Thread hp
I have another look at the build block of my pom file. build plugins plugin groupIdorg.apache.maven.plugins/groupId artifactIdmaven-compiler-plugin/artifactId

Re: Failure to find org.apache.maven.plugins

2012-01-15 Thread Wayne Fay
artifactIdmaven-compiler-plugin/artifactId version2.3.2/version ... artifactIdmaven-war-plugin/artifactId version2.3.2/version ... artifactIdmaven-dependency-plugin/artifactId ...

Re: Failure to find org.apache.maven.plugins

2012-01-15 Thread Barrie Treloar
On Mon, Jan 16, 2012 at 1:32 PM, Wayne Fay wayne...@gmail.com wrote: [del] removing the version tags, those error messages are gone in the window. The 2.0.2 version are downloaded when I run mvn verify. After removing the version tags from your pom, Maven will use plugin versions declared in

Re: Failure to find org.apache.maven.plugins

2012-01-14 Thread Ansgar Konermann
Am 13.01.2012 20:34, schrieb hp: How to resolve the following error? Failure to find org.apache.maven.plugins:maven-war-plugin:pom:2.3.2 in http://localhost:8081/nexus/content/groups/public was cached in the local repository, resolution will not be reattempted until the update

Re: Failure to find org.apache.maven.plugins

2012-01-14 Thread hp
Thanks Ansgar. I have a look at my local Maven repository directory and can't find anything with the name. It is not a dependency for my project. Since I didn't have the problem before I upgraded Eclipse, I am not sure that is a solution to do anything on local Maven repository. -- View this

Re: Failure to find org.apache.maven.plugins

2012-01-14 Thread Ansgar Konermann
Am 15.01.2012 01:36 schrieb hp admin0...@homepage.kgbinternet.com: Thanks Ansgar. I have a look at my local Maven repository directory You should have looked into your Nexus' configuration. That's why maven told you (!) it can't find the plugin in nexus - it's the name of the mirror in your

Failure to find org.apache.maven.plugins

2012-01-13 Thread hp
How to resolve the following error? Failure to find org.apache.maven.plugins:maven-war-plugin:pom:2.3.2 in http://localhost:8081/nexus/content/groups/public was cached in the local repository, resolution will not be reattempted until the update interval of nexus has elapsed or updates