diff --git a/.ci.settings.xml b/.ci.settings.xml index 8074170ee..d0af5d264 100644 --- a/.ci.settings.xml +++ b/.ci.settings.xml @@ -28,6 +28,7 @@ ${env.repoToken} ${env.signing_keypass} + ${env.skipRemoteStaging} diff --git a/.travis.yml b/.travis.yml index 73765c99c..19f99e3e6 100644 --- a/.travis.yml +++ b/.travis.yml @@ -19,6 +19,7 @@ jobs: - name: build and deploy if: (NOT type IN (pull_request)) AND (branch = master) before_script: + - 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" - export GPG_TTY=$(tty) - echo $signing_secret_key | base64 --decode | gpg --batch --import - echo $signing_ownertrust | base64 --decode | gpg --import-ownertrust diff --git a/pom.xml b/pom.xml index 99c57ee06..e972b7711 100644 --- a/pom.xml +++ b/pom.xml @@ -424,13 +424,6 @@ https://oss.sonatype.org/ true - - - com.thoughtworks.xstream - xstream - 1.4.15 - - org.codehaus.mojo @@ -646,11 +639,6 @@ - - org.sonatype.plugins - nexus-staging-maven-plugin - true - org.codehaus.mojo buildnumber-maven-plugin @@ -893,6 +881,11 @@ sonatype-oss-release + + org.sonatype.plugins + nexus-staging-maven-plugin + true + org.apache.maven.plugins maven-javadoc-plugin