Skip to content

Commit b8fac6e

Browse files
committed
Moving gpg signing to release deploy
1 parent e7290f5 commit b8fac6e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.buildscript/deploy_snapshot.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,6 @@ elif [ "$CIRCLE_BRANCH" != "$BRANCH" ]; then
2323
echo "Skipping snapshot deployment: wrong branch. Expected '$BRANCH' but was '$CIRCLE_BRANCH'."
2424
else
2525
echo "Deploying snapshot..."
26-
mvn clean source:jar javadoc:jar deploy --settings=".buildscript/settings.xml" -Dmaven.test.skip=true
26+
mvn clean source:jar javadoc:jar deploy --settings=".buildscript/settings.xml" -Dmaven.test.skip=true -Dgpg.skip=true
2727
echo "Snapshot deployed!"
2828
fi

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -331,7 +331,7 @@
331331
<executions>
332332
<execution>
333333
<id>sign-artifacts</id>
334-
<phase>verify</phase>
334+
<phase>deploy</phase>
335335
<goals>
336336
<goal>sign</goal>
337337
</goals>

0 commit comments

Comments
 (0)