lndobryden / enkive

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

Get tests running with Maven #2

Closed lndobryden closed 10 years ago

lndobryden commented 10 years ago

Right now the tests only run properly by running the AllTests class in the test source. We should make the tests run in a more maven friendly manner to cleanup the build process.

lndobryden commented 10 years ago

Maven build lifecycle now just runs the AllTests class, as a short term solution. The tests should really run independently, but that can be next.