Skip to content

Commit b62a2c3

Browse files
committed
Skip signing artifacts when CI building
1 parent 4c82fce commit b62a2c3

File tree

1 file changed

+2
-14
lines changed

1 file changed

+2
-14
lines changed

pom.xml

Lines changed: 2 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -214,20 +214,7 @@
214214
</execution>
215215
</executions>
216216
</plugin>
217-
<plugin>
218-
<groupId>org.apache.maven.plugins</groupId>
219-
<artifactId>maven-gpg-plugin</artifactId>
220-
<version>1.6</version>
221-
<executions>
222-
<execution>
223-
<id>sign-artifacts</id>
224-
<phase>verify</phase>
225-
<goals>
226-
<goal>sign</goal>
227-
</goals>
228-
</execution>
229-
</executions>
230-
</plugin>
217+
231218
<plugin>
232219
<groupId>org.codehaus.mojo</groupId>
233220
<artifactId>versions-maven-plugin</artifactId>
@@ -288,6 +275,7 @@
288275
</plugins>
289276
</build>
290277

278+
<!-- Execute this mvn -DperformRelease=true -->
291279
<profiles>
292280
<profile>
293281
<id>release-sign-artifacts</id>

0 commit comments

Comments
 (0)