Skip to content

Commit 2fc9e86

Browse files
committed
[Runtime] Ignore jansi module-info.class in p2 baseline comparison
Signed-off-by: Hannes Wellmann <[email protected]>
1 parent 08aeb98 commit 2fc9e86

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

m2e-parent/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@
151151
<ignoredPatterns>
152152
<pattern>META-INF/ECLIPSE_.RSA</pattern>
153153
<pattern>META-INF/ECLIPSE_.SF</pattern>
154-
<pattern>**/org/fusesource/jansi/internal/native/Mac/*/libjansi.jnilib</pattern>
154+
<pattern>**/jars/jansi-*.jar</pattern>
155155
<pattern>org/eclipse/m2e/core/internal/lifecyclemapping/model/**/*.java</pattern>
156156
</ignoredPatterns>
157157
</configuration>

0 commit comments

Comments
 (0)