Build tool
Standard project structure
Java project tasks simpler
configure maven in five minutes :
http://maven.apache.org/guides/getting-started/maven-in-five-minutes.html
For video tutorial : (This video will be helpful for beginners who want to know about JDK, MAVEN and IDE)
http://javafortesters.blogspot.co.uk/p/install.html
Good comparison between Maven and Ant were explained in detail in below post .
http://stackoverflow.com/questions/603189/differences-between-ant-and-maven
Standard project structure
Java project tasks simpler
- mvm clean compile
- mvm clean package
- man clean install
- mvn db-migration:reset -P test
- mvn db-migration:migrate -P test
Download latest version of maven :
configure maven in five minutes :
http://maven.apache.org/guides/getting-started/maven-in-five-minutes.html
For video tutorial : (This video will be helpful for beginners who want to know about JDK, MAVEN and IDE)
http://javafortesters.blogspot.co.uk/p/install.html
Good comparison between Maven and Ant were explained in detail in below post .
http://stackoverflow.com/questions/603189/differences-between-ant-and-maven
No comments:
Post a Comment