We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3db0def commit d7711acCopy full SHA for d7711ac
.github/workflows/maven.yml
@@ -82,7 +82,7 @@ jobs:
82
gpg-passphrase: MAVEN_GPG_PASSPHRASE
83
84
- name: Publish Maven package
85
- run: mvn -Possrh-deploy deploy
+ run: mvn -B -Possrh-deploy deploy -DskipTests
86
env:
87
MAVEN_GPG_PASSPHRASE: ${{ secrets.gpg_passphrase }}
88
MAVEN_USERNAME: ${{ secrets.nexus_username }}
pom.xml
@@ -229,6 +229,8 @@
229
<artifactId>maven-surefire-plugin</artifactId>
230
<configuration>
231
<argLine>--add-opens java.base/java.nio=ALL-UNNAMED --add-opens java.base/sun.nio.ch=ALL-UNNAMED</argLine>
232
+ <forkCount>1</forkCount>
233
+ <reuseForks>false</reuseForks>
234
</configuration>
235
</plugin>
236
</plugins>
0 commit comments