Skip to content
This repository was archived by the owner on Feb 12, 2022. It is now read-only.

Commit 2b80ed7

Browse files
author
kor
committed
removign signing to profile
1 parent e37d0c8 commit 2b80ed7

File tree

1 file changed

+1
-14
lines changed

1 file changed

+1
-14
lines changed

raml-to-jaxrs/pom.xml

+1-14
Original file line numberDiff line numberDiff line change
@@ -46,20 +46,7 @@
4646

4747
<build>
4848
<plugins>
49-
<plugin>
50-
<groupId>org.apache.maven.plugins</groupId>
51-
<artifactId>maven-gpg-plugin</artifactId>
52-
<version>1.5</version>
53-
<executions>
54-
<execution>
55-
<id>sign-artifacts</id>
56-
<phase>verify</phase>
57-
<goals>
58-
<goal>sign</goal>
59-
</goals>
60-
</execution>
61-
</executions>
62-
</plugin>
49+
6350
<plugin>
6451
<groupId>com.mycila.maven-license-plugin</groupId>
6552
<artifactId>maven-license-plugin</artifactId>

0 commit comments

Comments
 (0)