jar-with-dependencies and signed jars issue again
-------------------------------------------------

                 Key: MASSEMBLY-213
                 URL: http://jira.codehaus.org/browse/MASSEMBLY-213
             Project: Maven 2.x Assembly Plugin
          Issue Type: Bug
    Affects Versions: 2.2-beta-1
            Reporter: TAKATA, Satoshi


/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>




-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to