Tuesday, April 12, 2016

Eclipse configuration files from mvn


Best way to transfer files over a LAN between two Linux computers


tar zcf - PD_ref_19/. |  mbuffer -s 8k -m 4G |ssh 101.201.237.235 "cd /mnt/xvdb1; tar zxf -"



creates Eclipse configuration files from mvn then import 
mvn eclipse:eclipse -DdownloadSources=true -DdownloadJavadocs=true


 Dependencies of Eclipse manged by maven


  • No Eclipse integration: run mvn eclipse:eclipse on command line to refresh the project definition.
  • M2Eclipse or m2e: Update the POM file (select, press F5), then right-click the project, Maven > Update Dependencies

No comments:

Post a Comment