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


Related Query

More Query from same tag