Details
-
Improvement
-
Status: Closed
-
Minor
-
Resolution: Won't Fix
-
1.0 Beta 1, 1.0, 1.1, 2.0, 2.0.1
-
None
-
None
-
Gentoo Linux
Description
Now it is not possible to run the jar target without running the tests. For Gentoo ebuilds it must be possible to just create the jar and optionally run the tests if the user wants to run them so I created a patch to only run the test target under the dist target instead of the jar target. This is also the way this is most commonly done in java projects. Attached patch follows.