Skip to content

Commit d9ec186

Browse files
authored
Merge pull request #3887 from swagger-api/gpg-jakarta-exclude
exclude jakarta transformed artifacts in GPG
2 parents 061c9e2 + 3e502f5 commit d9ec186

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)