Details
-
New Feature
-
Status: Closed
-
Major
-
Resolution: Fixed
-
2.0-beta-1
-
None
-
maven-ant-plugin trunk
-
Patch
Description
I created a patch which adds a synonym target for the package target named after the archive type. So for example if it is creating a jar, it's adding a jar target. This makes the build.xml behave more like the usual hand written build.xml files.
Result:
<!-- ====================================================================== -->
<!-- A dummy target for the package named after the type it creates -->
<!-- ====================================================================== -->
<target name="jar" depends="package" description="Builds the jar for the application "/>