Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
2.2-beta-1
-
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
Attachments
Issue Links
- depends upon
-
MASSEMBLY-64 jar-with-dependencies has a last-one-copies-wins policy which can fail signed jars
- Closed