Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Pom.xml tidiedHEAD1.7.0-finalmasterdev1.7.0 | Philip Jordan | 2019-09-27 | 1 | -14/+123 |
| | |||||
* | Updated pom added myself as maintainer | phil | 2016-12-04 | 1 | -3/+14 |
| | |||||
* | added <additionalparam>-Xdoclint:none</additionalparam> to pom.xml1.7.0-pre1 | phil | 2016-11-05 | 1 | -1/+2 |
| | | | So the strict Java8 javadoc rules don't prevent generation | ||||
* | Version set to 1.7.0 | phil | 2016-11-02 | 1 | -1/+1 |
| | | | | Bug 1337 - VersionInfo defaults isDevPhase to true, which outputs onto err | ||||
* | Adopts a more standard directory layout for Maven | Julien Gouesse | 2015-11-28 | 1 | -14/+3 |
| | |||||
* | Build the project using Maven | Curtis Rueden | 2015-11-24 | 1 | -0/+104 |
This introduces a pom.xml which tells Maven how the project is structured. To avoid a boatload of disruptive renames, we override some of Maven's default settings. It also removes the Ant build files to avoid maintaining multiple build systems. |