diff options
author | Curtis Rueden <[email protected]> | 2015-02-24 11:38:45 -0600 |
---|---|---|
committer | Curtis Rueden <[email protected]> | 2015-11-26 21:38:32 -0600 |
commit | f93d5392f8cb5ca85b718a10fd9e472907512c0b (patch) | |
tree | 0e18ac85f81db72a9e213788acec7b353f5599cb /.gitignore | |
parent | c658d3657620ce0d1a3f1632f869465ee184d61c (diff) |
Build the project using Maven
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 updates the code generation scheme to generate
VersionInfo.java using the templating-maven-plugin.
Lastly, it removes the Ant build files to avoid
maintaining multiple build systems.
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -1 +1,4 @@ -/build/ +/.classpath +/.project +/.settings/ +/target/ |