Uploaded image for project: 'Maven Ant Plugin (RETIRED)'
  1. Maven Ant Plugin (RETIRED)
  2. MANT-24

Generate synonum targets named after the archive type for the package target

    XMLWordPrintableJSON

Details

    • New Feature
    • Status: Closed
    • Major
    • Resolution: Fixed
    • 2.0-beta-1
    • 2.0
    • 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 "/>

      Attachments

        Activity

          People

            siveton Siveton Vincent
            betelgeuse@gentoo.org Petteri Räty
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: