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

jar-with-dependencies and signed jars issue again

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • 2.2-beta-1
    • 2.2-beta-3
    • None
    • None

    Description

      /META-INF/*.RSA
      /META-INF/*.SF
      /META-INF/*.rsa
      /META-INF/*.sf

      These files are not excluded with the configuration below.

      <plugin>
      <artifactId>maven-assembly-plugin</artifactId>
      <configuration>
      <descriptorRefs>
      <descriptorRef>jar-with-dependencies</descriptorRef>
      </descriptorRefs>
      <archive>
      <manifest>
      <mainClass>my.MainClass</mainClass>
      <packageName>my</packageName>
      </manifest>
      </archive>
      </configuration>
      </plugin>

      Attachments

        1. alpha9.patch
          4 kB
          Mike Cumings

        Issue Links

          Activity

            People

              jdcasey John Dennis Casey
              choreo takata, satoshi
              Votes:
              1 Vote for this issue
              Watchers:
              3 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: