File tree Expand file tree Collapse file tree 3 files changed +7
-12
lines changed
Expand file tree Collapse file tree 3 files changed +7
-12
lines changed Original file line number Diff line number Diff line change 2828 <properties >
2929 <repoToken >${env.repoToken}</repoToken >
3030 <gpg .passphrase>${env.signing_keypass}</gpg .passphrase>
31+ <skipRemoteStaging >${env.skipRemoteStaging}</skipRemoteStaging >
3132 </properties >
3233 <repositories >
3334 <repository >
Original file line number Diff line number Diff line change 1919 - name : build and deploy
2020 if : (NOT type IN (pull_request)) AND (branch = master)
2121 before_script :
22+ - export MAVEN_OPTS="-Xms128m -Xmx512m --add-opens=java.base/java.util=ALL-UNNAMED --add-opens=java.base/java.lang.reflect=ALL-UNNAMED --add-opens=java.base/java.text=ALL-UNNAMED --add-opens=java.desktop/java.awt.font=ALL-UNNAMED"
2223 - export GPG_TTY=$(tty)
2324 - echo $signing_secret_key | base64 --decode | gpg --batch --import
2425 - echo $signing_ownertrust | base64 --decode | gpg --import-ownertrust
Original file line number Diff line number Diff line change 424424 <nexusUrl >https://oss.sonatype.org/</nexusUrl >
425425 <autoReleaseAfterClose >true</autoReleaseAfterClose >
426426 </configuration >
427- <dependencies >
428- <dependency >
429- <groupId >com.thoughtworks.xstream</groupId >
430- <artifactId >xstream</artifactId >
431- <version >1.4.15</version > <!-- apparently this needs to be exactly this version -->
432- </dependency >
433- </dependencies >
434427 </plugin >
435428 <plugin >
436429 <groupId >org.codehaus.mojo</groupId >
646639 </archive >
647640 </configuration >
648641 </plugin >
649- <plugin >
650- <groupId >org.sonatype.plugins</groupId >
651- <artifactId >nexus-staging-maven-plugin</artifactId >
652- <extensions >true</extensions >
653- </plugin >
654642 <plugin >
655643 <groupId >org.codehaus.mojo</groupId >
656644 <artifactId >buildnumber-maven-plugin</artifactId >
893881 <id >sonatype-oss-release</id >
894882 <build >
895883 <plugins >
884+ <plugin >
885+ <groupId >org.sonatype.plugins</groupId >
886+ <artifactId >nexus-staging-maven-plugin</artifactId >
887+ <extensions >true</extensions >
888+ </plugin >
896889 <plugin >
897890 <groupId >org.apache.maven.plugins</groupId >
898891 <artifactId >maven-javadoc-plugin</artifactId >
You can’t perform that action at this time.
0 commit comments