Automatically update a maven project under eclipse, after a svn-checkout -
after checking out maven project svn-repository, eclipse shows dependency-errors. solve problem,
- i have right-click on project-folder,
- then have click maven --> update project
after doing that, dependendicies of pom-file downloaded , specific classpathes set.
the problem: have everytime after checkout of maven-project.
my question: why should have update manually maven-project? why didn´t maven-builder automatically? there way engage eclipse or maven-builder automatically?
if have subversive (installable via marketplace), can checkout , set project in 1 step eclipse. in dialog file -> import try entry maven -> check out maven projects svn.
unfortunately, maven project configurations tend stale when you're changing stuff in pom. tip me use keyboard shortcut "update project" (alt-f5 on mac & windows) should select project you're in , has option update projects @ once.
Comments
Post a Comment