We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 202a014 commit 0e088c4Copy full SHA for 0e088c4
src/main/java/org/codehaus/plexus/archiver/filters/JarSecurityFileSelector.java
@@ -34,9 +34,11 @@ public class JarSecurityFileSelector
34
"META-INF/*.RSA",
35
"META-INF/*.DSA",
36
"META-INF/*.SF",
37
+ "META-INF/*.EC",
38
"META-INF/*.rsa",
39
"META-INF/*.dsa",
- "META-INF/*.sf" };
40
+ "META-INF/*.sf",
41
+ "META-INF/*.ec" };
42
43
public boolean isSelected( @Nonnull FileInfo fileInfo )
44
throws IOException
0 commit comments