diff options
author | Curtis Rueden <[email protected]> | 2015-02-24 13:40:13 -0600 |
---|---|---|
committer | Curtis Rueden <[email protected]> | 2015-11-26 21:38:56 -0600 |
commit | 81801a8c904738f52a017b8e022435da9ad558e5 (patch) | |
tree | 14784a87ec8c11549bd7557e66e1b18a18957cd1 /.gitignore | |
parent | 9f41bd6a2e753f3df1eb301498467e3e8177a97e (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 also removes the Ant build files to avoid maintaining
multiple build systems.
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..10d81e8 --- /dev/null +++ b/.gitignore @@ -0,0 +1,4 @@ +/.classpath +/.project +/.settings/ +/target/ |