aboutsummaryrefslogtreecommitdiffstats
path: root/.gitignore
diff options
context:
space:
mode:
authorCurtis Rueden <[email protected]>2015-02-24 11:38:45 -0600
committerCurtis Rueden <[email protected]>2015-11-26 21:38:32 -0600
commitf93d5392f8cb5ca85b718a10fd9e472907512c0b (patch)
tree0e18ac85f81db72a9e213788acec7b353f5599cb /.gitignore
parentc658d3657620ce0d1a3f1632f869465ee184d61c (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--.gitignore5
1 files changed, 4 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore
index 84c048a..10d81e8 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,4 @@
-/build/
+/.classpath
+/.project
+/.settings/
+/target/