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 4c82fce commit b62a2c3Copy full SHA for b62a2c3
pom.xml
@@ -214,20 +214,7 @@
214
</execution>
215
</executions>
216
</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>
+
231
<plugin>
232
<groupId>org.codehaus.mojo</groupId>
233
<artifactId>versions-maven-plugin</artifactId>
@@ -288,6 +275,7 @@
288
275
</plugins>
289
276
</build>
290
277
278
+<!-- Execute this mvn -DperformRelease=true -->
291
279
<profiles>
292
280
<profile>
293
281
<id>release-sign-artifacts</id>
0 commit comments