Skip to content

Commit 9bcad82

Browse files
committed
Revert "added gpg plugin in pom.xml to sign artifacts"
This reverts commit d2346ca.
1 parent d2346ca commit 9bcad82

File tree

1 file changed

+0
-14
lines changed

1 file changed

+0
-14
lines changed

pom.xml

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -189,20 +189,6 @@ along with Java Marine API. If not, see <http://www.gnu.org/licenses />.
189189
<target>1.8</target>
190190
</configuration>
191191
</plugin>
192-
<plugin>
193-
<groupId>org.apache.maven.plugins</groupId>
194-
<artifactId>maven-gpg-plugin</artifactId>
195-
<version>1.5</version>
196-
<executions>
197-
<execution>
198-
<id>sign-artifacts</id>
199-
<phase>verify</phase>
200-
<goals>
201-
<goal>sign</goal>
202-
</goals>
203-
</execution>
204-
</executions>
205-
</plugin>
206192
</plugins>
207193
</build>
208194

0 commit comments

Comments
 (0)