Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » Java Development Tools (JDT) » New Maven Project immediately in error
New Maven Project immediately in error [message #1007759] Thu, 07 February 2013 12:33
Ulrich Schmidt is currently offline Ulrich SchmidtFriend
Messages: 11
Registered: January 2013
Junior Member
I'm starting with Maven and created my first new maven project by defining Group-Id, Artifact-id, Name and Description. Thats all. I have started Eclipse Juno with an empty workspace. The plugin "Maven Integration for Eclipse" has been installed yesterday, so it is very current.
Without doing more the pom.xml is flagged with message:
Multiple annotations found at this line:
	- Plugin execution not covered by lifecycle configuration: org.apache.maven.plugins:maven-compiler-plugin:2.3.2:compile (execution: default-compile, 
	 phase: compile)
	- Plugin execution not covered by lifecycle configuration: org.apache.maven.plugins:maven-compiler-plugin:2.3.2:testCompile (execution: default-
	 testCompile, phase: test-compile)
	- CoreException: Could not calculate build plan: Plugin org.apache.maven.plugins:maven-compiler-plugin:2.3.2 or one of its dependencies could not be 
	 resolved: Failed to read artifact descriptor for org.apache.maven.plugins:maven-compiler-plugin:jar:2.3.2: ArtifactResolutionException: Failure to transfer 
	 org.apache.maven.plugins:maven-compiler-plugin:pom:2.3.2 from http://repo.maven.apache.org/maven2 was cached in the local repository, resolution will not 
	 be reattempted until the update interval of central has elapsed or updates are forced. Original error: Could not transfer artifact org.apache.maven.plugins:maven-
	 compiler-plugin:pom:2.3.2 from/to central (http://repo.maven.apache.org/maven2): null to http://repo.maven.apache.org/maven2/org/apache/maven/plugins/
	 maven-compiler-plugin/2.3.2/maven-compiler-plugin-2.3.2.pom

Any idea what ais missing, whether there might be collisions with other plugins (I've installed BndTools as well)?

Ulrich

[Updated on: Thu, 07 February 2013 12:34]

Report message to a moderator

Previous Topic:Tomcat, Kerberos and Eclipse
Next Topic:Installing Jalopy for Eclipse
Goto Forum:
  


Current Time: Fri Apr 26 13:24:34 GMT 2024

Powered by FUDForum. Page generated in 0.03384 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top