Skip to content

Commit d0ea05a

Browse files
author
gm2552
committed
Removing gpg plugin from general build (was left in by mistake).
1 parent 2b5916d commit d0ea05a

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

pom.xml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,8 @@
183183
</goals>
184184
</execution>
185185
</executions>
186-
</plugin>
186+
</plugin>
187+
<!-- for releases only
187188
<plugin>
188189
<groupId>org.apache.maven.plugins</groupId>
189190
<artifactId>maven-gpg-plugin</artifactId>
@@ -197,6 +198,7 @@
197198
</execution>
198199
</executions>
199200
</plugin>
201+
-->
200202

201203
</plugins>
202204
</build>

0 commit comments

Comments
 (0)