Feeds:
Posts
Comments

Archive for May, 2016

run configuration screenshot:
eclipse2

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

install maven and choose External maven for Maven Runtime. Must use external Maven here, not embedded maven.

when you run jgitflow:release-finish, there will be the following error:

-dmaven.multimoduleprojectdirectory system propery is not set. check $m2_home environment variable

here is the solution:
In Eclipse, go to Window–> Preference –> Java –> Installed JREs –> Edit In the edit Default VM arguments you need to put If you already set the maven home, for Windows machine:

-Dmaven.multiModuleProjectDirectory=M2_HOME

eclipse1

 

 

 

 

 

 

 

 

 

 

 

 

 

 

refer to:
http://stackoverflow.com/questions/29285148/eclipse-error-setting-up-maven-project-for-class-exercise-check-m2-home-enviro

Read Full Post »