Skip to content

Commit 09a1db6

Browse files
committed
remove maven-gpg-plugin for reserve one in profile ossrh
1 parent 2ebabba commit 09a1db6

File tree

1 file changed

+14
-14
lines changed

1 file changed

+14
-14
lines changed

pom.xml

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -174,20 +174,20 @@
174174
</execution>
175175
</executions>
176176
</plugin>
177-
<plugin>
178-
<groupId>org.apache.maven.plugins</groupId>
179-
<artifactId>maven-gpg-plugin</artifactId>
180-
<version>1.6</version>
181-
<executions>
182-
<execution>
183-
<id>sign-artifacts</id>
184-
<phase>verify</phase>
185-
<goals>
186-
<goal>sign</goal>
187-
</goals>
188-
</execution>
189-
</executions>
190-
</plugin>
177+
<!-- <plugin>-->
178+
<!-- <groupId>org.apache.maven.plugins</groupId>-->
179+
<!-- <artifactId>maven-gpg-plugin</artifactId>-->
180+
<!-- <version>1.6</version>-->
181+
<!-- <executions>-->
182+
<!-- <execution>-->
183+
<!-- <id>sign-artifacts</id>-->
184+
<!-- <phase>verify</phase>-->
185+
<!-- <goals>-->
186+
<!-- <goal>sign</goal>-->
187+
<!-- </goals>-->
188+
<!-- </execution>-->
189+
<!-- </executions>-->
190+
<!-- </plugin>-->
191191
<plugin>
192192
<groupId>org.apache.maven.plugins</groupId>
193193
<artifactId>maven-release-plugin</artifactId>

0 commit comments

Comments
 (0)