On Sat, Jan 14, 2012 at 5:43 PM, hp <[email protected]> wrote: > As I already said, the error message shows up on my Eclipse when I open the > pom.xml file without running any commands. The whole error stack is the > following: > > Multiple annotations found at this line: > - 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 are forced > - No plugin found for prefix 'war' in the current project and in the > plugin > groups [] available from the repositories [local (C:\Documents and Settings > \mine\.m2\repository), nexus > (http://localhost:8081/nexus/content/groups/public)] > > When I run a build with the stacktraces on, the output messages are the > followings: > > Apache Maven 3.0.3 (r1075438; 2011-02-28 09:31:09-0800) > Maven home: C:\myapp\vsm\EMBEDDED > Java version: 1.6.0_29, vendor: Sun Microsystems Inc. > Java home: C:\Program Files\Java\jdk1.6.0_29\jre > Default locale: en_CA, platform encoding: UTF-8 > OS name: "windows xp", version: "5.1", arch: "x86", family: "windows" > [INFO] Error stacktraces are turned on. > [DEBUG] Reading global settings from EMBEDDED\conf\settings.xml > [DEBUG] Reading user settings from C:\Documents and > Settings\mine\.m2\settings.xml > [DEBUG] Using local repository at C:\Documents and > Settings\mine\.m2\repository > [DEBUG] Using manager EnhancedLocalRepositoryManager with priority 10 for
Are you using m2e? I ask because opening a pom.xml file in Eclipse has nothing to do with Maven. And you output includes > Maven home: C:\myapp\vsm\EMBEDDED If yes, you might want to try the m2e mailing list. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
