Skip to content

Commit 3e502f5

Browse files
committed
exclude jakarta transformed artifacts in GPG
1 parent 061c9e2 commit 3e502f5

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

pom.xml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -367,6 +367,9 @@
367367
<arg>--pinentry-mode</arg>
368368
<arg>loopback</arg>
369369
</gpgArguments>
370+
<excludes>
371+
<exclude>**/*-jakarta*.jar</exclude>
372+
</excludes>
370373
</configuration>
371374
<executions>
372375
<execution>

0 commit comments

Comments
 (0)