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

MANIFEST.MF is not used when specified in configuration.

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • None
    • 2.1
    • None
    • None

    Description

      If a project is assembled this way, the MANIFEST.MF is not used.

      <project>
      ...
      <build>
      <plugins>
      <plugin>
      <artifactId>maven-assembly-plugin</artifactId>
      <configuration>
      <descriptorId>jar-with-dependencies</descriptorId>
      <archive>
      <manifestFile>${basedir}/src/main/resources/META-INF/MANIFEST.MF</manifestFile>
      </archive>
      </configuration>
      </plugin>
      </plugins>
      </build>
      ...
      </project>

      Attachments

        Issue Links

          Activity

            People

              Unassigned Unassigned
              nramirez Nap Ramirez
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: