Skip to content

Commit 3636b07

Browse files
committed
Move PGP signing to release profile.
1 parent c5b8d19 commit 3636b07

File tree

1 file changed

+14
-15
lines changed

1 file changed

+14
-15
lines changed

pom.xml

Lines changed: 14 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -177,6 +177,20 @@
177177
</execution>
178178
</executions>
179179
</plugin>
180+
<plugin>
181+
<groupId>org.apache.maven.plugins</groupId>
182+
<artifactId>maven-gpg-plugin</artifactId>
183+
<version>1.5</version>
184+
<executions>
185+
<execution>
186+
<id>sign-artifacts</id>
187+
<phase>verify</phase>
188+
<goals>
189+
<goal>sign</goal>
190+
</goals>
191+
</execution>
192+
</executions>
193+
</plugin>
180194
</plugins>
181195
</build>
182196
</profile>
@@ -225,21 +239,6 @@
225239
</executions>
226240
</plugin>
227241

228-
<plugin>
229-
<groupId>org.apache.maven.plugins</groupId>
230-
<artifactId>maven-gpg-plugin</artifactId>
231-
<version>1.5</version>
232-
<executions>
233-
<execution>
234-
<id>sign-artifacts</id>
235-
<phase>verify</phase>
236-
<goals>
237-
<goal>sign</goal>
238-
</goals>
239-
</execution>
240-
</executions>
241-
</plugin>
242-
243242
<plugin>
244243
<artifactId>maven-compiler-plugin</artifactId>
245244
<version>3.1</version>

0 commit comments

Comments
 (0)