score:0

  1. make sure your maven instance is the same as used by eclipse and double check the directory of the project is the same as the command line root dir you are using to fire maven outside the ide.

  2. after you run mvn clean install (i presume from command line), right click on you maven project in eclipse, choose "maven\update project" and flag "force update snapshots/releases" if necessary.

  3. check if your ide has "build automatically" set. you can find it in the toolbar "project" menu.

let me know if that has helped you.

score:1

in eclipse, right click on the project and do a maven update.

eclipse snapshot


Related Query

More Query from same tag