Uploaded image for project: 'Maven Assembly Plugin'
  1. Maven Assembly Plugin
  2. MASSEMBLY-356

Improve predefined project descriptor

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Closed
    • Major
    • Resolution: Won't Fix
    • 2.2-beta-2
    • None
    • predefined descriptors
    • None

    Description

      The predefined project descriptor is great but I could be better:

      <assembly>
      	<id>project</id>
      	<formats>
      		<format>zip</format>
      		<format>tar.gz</format>
      	</formats>
      	<fileSets>
      		<fileSet>
      			<excludes>
      				<exclude>**/target/</exclude>
      				<exclude>**/.settings/</exclude>
      				<exclude>**/.*</exclude>
      			</excludes>
      		</fileSet>
      	</fileSets>
      </assembly>
      

      This code does the same but has less lines and excludes eclipse (and maybe) other IDEs project settings.

      Attachments

        Activity

          People

            Unassigned Unassigned
            michael-o Michael Osipov
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: