lndobryden / enkive

Enkive Email Archive and E-Discovery
1 stars 1 forks source link

Remove the Ant Build Script #3

Open lndobryden opened 10 years ago

lndobryden commented 10 years ago

We should move the packaging tasks that are in the ant build script to a maven target, then we can completely use maven to build the product and eliminate the old ant build tasks.

lndobryden commented 10 years ago

Looks like we'll want to use the maven assembly plugin, I think. http://maven.apache.org/plugins/maven-assembly-plugin/

lndobryden commented 10 years ago

Committed pretty close on this, just need to figure out what to do with the config directory, which we moved to resources, could probably move to src/main/config without any harm? Otherwise we'll probably need to tell them to update the documentation possibly. The last big thing is the postfix filter which is referenced in the ant target, but I don't remember seeing it in the source.