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 0448333 commit 5e7e868Copy full SHA for 5e7e868
pom-base.xml
@@ -183,20 +183,6 @@
183
<autoReleaseAfterClose>true</autoReleaseAfterClose>
184
</configuration>
185
</plugin>
186
- <plugin>
187
- <groupId>org.apache.maven.plugins</groupId>
188
- <artifactId>maven-gpg-plugin</artifactId>
189
- <version>1.6</version>
190
- <executions>
191
- <execution>
192
- <id>sign-artifacts</id>
193
- <phase>verify</phase>
194
- <goals>
195
- <goal>sign</goal>
196
- </goals>
197
- </execution>
198
- </executions>
199
- </plugin>
200
<plugin>
201
<groupId>org.apache.maven.plugins</groupId>
202
<artifactId>maven-release-plugin</artifactId>
0 commit comments