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, where it shall be located inside of Eclipse or my Maven
> installation directory?
I have no clue regarding the Eclipse integration, haven't used it for
years (IDEA fanboy)
Maven downloads the plugins you specify in your POM or in any of the
parent POM's <pluginManagement> section automatically. Since you are
obviously using a repository manager *and* Eclipse, please reduce the
possible causes of the misbehaviour. Try calling mvn clean verify from
the command line, using your current settins.xml, and run it against the
pom.xml of the project in question (i. e. change to the project
directory where the pom.xml file resides and issue "mvn clean verify"
command on the command line / shell).
This will remove any problems which might be caused by Eclipse and
leaves you with a much clearer error semantics.
If you still get the same error message, search for the maven-war-plugin
in your Nexus: log into the web UI of Nexus and use the advanced search
function ("GAV search") and search for artifactId "maven-war-plugin". It
should be available from some of the repositories configured as proxy,
e. g. Maven Central. Make sure that at least one of the repositories
which contain maven-war-plugin is in the repository group you reference
from your settings.xml
Best regards
Ansgar
>
>
>
>
>
> --
> View this message in context:
> http://maven.40175.n5.nabble.com/Failure-to-find-org-apache-maven-plugins-tp5143506p5147052.html
> Sent from the Maven - Users mailing list archive at Nabble.com.
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [email protected]
> For additional commands, e-mail: [email protected]
>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]