Skip to content

Commit 7ea13ff

Browse files
run ci
1 parent 6192d08 commit 7ea13ff

File tree

1 file changed

+44
-14
lines changed

1 file changed

+44
-14
lines changed

pom.xml

Lines changed: 44 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -175,6 +175,36 @@
175175
</dependencies>
176176

177177

178+
<profiles>
179+
<profile>
180+
<id>release-sign-artifacts</id>
181+
<activation>
182+
<property>
183+
<name>performRelease</name>
184+
<value>true</value>
185+
</property>
186+
</activation>
187+
<build>
188+
<plugins>
189+
<plugin>
190+
<groupId>org.apache.maven.plugins</groupId>
191+
<artifactId>maven-gpg-plugin</artifactId>
192+
<version>${maven-gpg-plugin.version}</version>
193+
<executions>
194+
<execution>
195+
<id>sign-artifacts</id>
196+
<phase>verify</phase>
197+
<goals>
198+
<goal>sign</goal>
199+
</goals>
200+
</execution>
201+
</executions>
202+
</plugin>
203+
</plugins>
204+
</build>
205+
</profile>
206+
</profiles>
207+
178208
<build>
179209
<plugins>
180210
<!--
@@ -237,20 +267,20 @@
237267
<artifactId>maven-enforcer-plugin</artifactId>
238268
<version>3.0.0-M2</version>
239269
</plugin>
240-
<plugin>
241-
<groupId>org.apache.maven.plugins</groupId>
242-
<artifactId>maven-gpg-plugin</artifactId>
243-
<version>1.6</version>
244-
<executions>
245-
<execution>
246-
<id>sign-artifacts</id>
247-
<phase>verify</phase>
248-
<goals>
249-
<goal>sign</goal>
250-
</goals>
251-
</execution>
252-
</executions>
253-
</plugin>
270+
<!-- <plugin>-->
271+
<!-- <groupId>org.apache.maven.plugins</groupId>-->
272+
<!-- <artifactId>maven-gpg-plugin</artifactId>-->
273+
<!-- <version>1.6</version>-->
274+
<!-- <executions>-->
275+
<!-- <execution>-->
276+
<!-- <id>sign-artifacts</id>-->
277+
<!-- <phase>verify</phase>-->
278+
<!-- <goals>-->
279+
<!-- <goal>sign</goal>-->
280+
<!-- </goals>-->
281+
<!-- </execution>-->
282+
<!-- </executions>-->
283+
<!-- </plugin>-->
254284
<plugin>
255285
<groupId>org.apache.maven.plugins</groupId>
256286
<artifactId>maven-compiler-plugin</artifactId>

0 commit comments

Comments
 (0)