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 e7290f5 commit b8fac6eCopy full SHA for b8fac6e
.buildscript/deploy_snapshot.sh
@@ -23,6 +23,6 @@ elif [ "$CIRCLE_BRANCH" != "$BRANCH" ]; then
23
echo "Skipping snapshot deployment: wrong branch. Expected '$BRANCH' but was '$CIRCLE_BRANCH'."
24
else
25
echo "Deploying snapshot..."
26
- mvn clean source:jar javadoc:jar deploy --settings=".buildscript/settings.xml" -Dmaven.test.skip=true
+ mvn clean source:jar javadoc:jar deploy --settings=".buildscript/settings.xml" -Dmaven.test.skip=true -Dgpg.skip=true
27
echo "Snapshot deployed!"
28
fi
pom.xml
@@ -331,7 +331,7 @@
331
<executions>
332
<execution>
333
<id>sign-artifacts</id>
334
- <phase>verify</phase>
+ <phase>deploy</phase>
335
<goals>
336
<goal>sign</goal>
337
</goals>
0 commit comments