Build Maven project online with Cloud Continuous Integration tools

Create Maven project

mvn -B archetype:generate \
-DarchetypeGroupId=org.apache.maven.archetypes \
-DgroupId=com.example.app \
-DartifactId=my-app

http://www.tuan.nguoianphu.com/Maven-step-by-step

Push Maven project to Github
http://www.tuan.nguoianphu.com/GIT_scm_installs_on_CentOS_5_offline_without_YUM

Linking our Github account to Cloud CI build tools

https://buildhive.cloudbees.com/
codeship.com
drone.io

Enjoy!!!

Loading