cchlib is a collection of APIs to simplify software development in common tasks. This libraries include some proof of concept.
This project contains various common utilities which become handy in daily development of java projects. Under development.
The API is still under migration to GitHub but snapshots are available. There is a public maven repository.
You could specify it directly in your POM or in your settings.xml between the tags :
'''xml cchlib.snapshots cchlib Repository (snapshots) http://cchlib.googlecode.com/svn/maven-repo/snapshots false true '''
If graphical environment is not available while building you must launch build using : -Djava.awt.headless=true Under Jenkins you need to define -Dmaven.surefire.report.plugin.property.java.awt.headless=true
Need to be updated