score:0
i am just sharing my maven configuration details, it may help:
if you are using embedded eclipse plugin then its a good idea to use external maven installation. you can check plugin details under window -> preferences -> maven -> installations
i had couple of issues with embedded one. so you can download maven from http://maven.apache.org/download.cgi.
make following changes in eclipse: window -> preferences -> maven -> installations -> add -> external one window -> preferences -> maven -> user settings -> provide path for conf/settings.xml from extternal one
keep local repository same as embedded one.it could resolve configuration issues.
score:0
try the following, it worked for me on juno
mvn eclipse:eclipse -dwtpversion=1.5
score:0
run 'mvn clean install'
then 'mvn eclipse:eclipse'
score:1
for maven-eclipse-plugin:2.9:eclipse and web project use
mvn eclipse:clean
mvn eclipse:eclipse -dwtpversion=2.0
update project
Source: stackoverflow.com
Related Query
- maven eclipse:eclipse fail to execute
- Maven build error: Failed to execute goal, missing a class
- Maven - Why after "mvn clean" I need to execute "Maven Update Project" before "mvn package"?
- How to execute multiple ant targets in maven
- Maven Failed to execute goal org.apache.maven.plugins:maven-clean-plugin:2.5:clean Failed to delete access_log
- Eclipse Helios + maven m2e + Groovy == FAIL
- Maven GAE Failed to execute goal com.google.appengine:appengine-maven-plugin:1.9.12:devserver [...] NoSuchElementException
- Checkstyle in Maven project. Cannot fail the project in case of violations
- How to write a Maven build script to execute Java
- Why does maven give me different utf-8 characters than eclipse (test run in eclipse, fail in maven)?
- How can I execute Maven goals from Eclipse without M2Eclipse?
- How to resolve issue with Maven dependencies "Failed to execute goal on project"
- Execute a task in Maven before packaging
- Maven build Error - Failed to execute goal org.apache.maven.plugins:maven-dependency-plugin:2.8:copy (copy)
- How to execute maven main class with required user libraries?
- Is there any way to execute many maven build one after the other in Eclipse?
- How to execute maven tasks in eclipse (Sonatype plugin)
- Unit tests only fail when run by maven
- Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:3.0.0-M3:test (default-test) on project. while 'Run as Maven test'
- Can I execute maven plugin whith Eclipse m2e UPDATE?
- lenskit maven build 'failed to execute goal' error message
- Eclipse - maven - what goal should I execute to actually deploy to Wildfly from maven (achieve the same result as the "run on server" eclipse command)
- Failed to execute goal on project on the maven
- Maven Failed to execute goal com.jayway.maven.plugins.android.generation2
- Error running project in eclipse wtih maven "Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.1:compile"
- How to combine the update of a m2e maven project in Eclipse with a "maven build" run configuration to execute pom.xml
- Setting up maven for selenium: Failed to execute goal - "C:\Users\java\client\src not found"
- How to execute HibernateToolTask from Ant when Hibernate Tools is a Maven dependency
- Maven test run in Eclipse does not work . Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:3.0.0-M5:test
- How I can open & execute a maven project with eclipse?
More Query from same tag
- Tomcat ignores logging.properties when started from Eclipse
- setting the working directory of eclipse rcp application with a commandline argument
- Where can I find the Preferred install location?
- Access the main project class from a library class
- How do I change text cursor color in Eclipse
- update Eclipse Android project to next version
- Google App Engine with maven : I must restart the local devappserver to see any changes in a JSP or servlet
- Importing projects with Eclipse so new stuff I add will go to the source directory as well
- "Could not find main class" error running TestNG script in Eclipse
- Tools which can draw a project's architecture?
- Eclipse doesn't start after upgrading from Juno to Kepler
- how to access android reference guide from eclipse code view?
- Google app engine project deployment error with java sdk
- Eclipse JavaScript Development Tools vs Dynamic Languages Toolkit JavaScript IDE
- Creating a working copy of a GIT repo
- "SSL host could not be verified" error
- Eclipse opens class file in an active working set instead of Java file
- the correct exception for my program
- <c:out/> unknown tag
- EclipseFP not working at all
- Proguard Error after updating ADT 23
- Run a script after succesfull compilation
- Sqlite3 with android pulling location data saved on database and putting it onto a map
- Bug Calculator Program for Android
- How to remove "Assignment of parameter" is not allowed checkstyle error?
- Eclipse - eclipse.ini not working
- Android suppress touchscreen input
- Missing .jar in Java Build Path with backslaches in path
- Building JDK 8 sources with Eclipse
- eclipse default folder when create file