Uploaded image for project: 'Maven JAR Plugin'
  1. Maven JAR Plugin
  2. MJAR-41

Cannot specify additional classpath entries in jar manifest when using addClasspath

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • 2.0, 2.1
    • 2.1
    • None
    • None
    • Maven 2.0.4, maven-jar-plugin 2.0 and 2.1-SNAPSHOT, JDK 1.5.0_06, Windows XP

    Description

      The plugin configuration snippet below leads to the generation of an illegal jar manifest file, as it contains two Class-Path entries. This works in Maven 1.1b2 by adding the following to project.properties:

      maven.jar.manifest.classpath.add=true
      maven.jar.classpath=help/ resources/

      For more information, please see http://www.nabble.com/classpath-in-jar-manifest-t1582724.html

      <plugin>
      <groupId>org.apache.maven.plugins</groupId>
      <artifactId>maven-jar-plugin</artifactId>
      <configuration>
      <archive>
      <manifest>
      <addClasspath>true</addClasspath>
      </manifest>
      <manifestEntries>
      <Class-Path>help/ resources/</Class-Path>
      </manifestEntries>
      </archive>
      </configuration>
      </plugin>

      Attachments

        1. MJAR-41.patch
          0.4 kB
          Fredrik Vraalsen

        Issue Links

          Activity

            People

              evenisse Emmanuel Venisse
              fredriv Fredrik Vraalsen
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: