File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 256256 </plugins >
257257 </build >
258258 <profiles >
259- <profile >
260- <id >sign-release-artifacts</id >
261- <activation >
262- <property >
263- <name >performRelease</name >
264- <value >true</value >
265- </property >
266- </activation >
267- <build >
268- <plugins >
269- <plugin >
270- <groupId >org.apache.maven.plugins</groupId >
271- <artifactId >maven-gpg-plugin</artifactId >
272- <version >1.4</version >
273- <executions >
274- <execution >
275- <id >sign-artifacts</id >
276- <phase >verify</phase >
277- <goals >
278- <goal >sign</goal >
279- </goals >
280- <configuration >
281- <keyname >f22e0543</keyname >
282- </configuration >
283- </execution >
284- </executions >
285- </plugin >
286- </plugins >
287- </build >
288- </profile >
259+ <!-- <profile > -- >
260+ <!-- <id>sign-release-artifacts</id> -- >
261+ <!-- <activation> -- >
262+ <!-- <property> -- >
263+ <!-- <name>performRelease</name> -- >
264+ <!-- <value>true</value> -- >
265+ <!-- </property> -- >
266+ <!-- </activation> -- >
267+ <!-- <build> -- >
268+ <!-- <plugins> -- >
269+ <!-- <plugin> -- >
270+ <!-- <groupId>org.apache.maven.plugins</groupId> -- >
271+ <!-- <artifactId>maven-gpg-plugin</artifactId> -- >
272+ <!-- <version>1.4</version> -- >
273+ <!-- <executions> -- >
274+ <!-- <execution> -- >
275+ <!-- <id>sign-artifacts</id> -- >
276+ <!-- <phase>verify</phase> -- >
277+ <!-- <goals> -- >
278+ <!-- <goal>sign</goal> -- >
279+ <!-- </goals> -- >
280+ <!-- <configuration> -- >
281+ <!-- <keyname>f22e0543</keyname> -- >
282+ <!-- </configuration> -- >
283+ <!-- </execution> -- >
284+ <!-- </executions> -- >
285+ <!-- </plugin> -- >
286+ <!-- </plugins> -- >
287+ <!-- </build> -- >
288+ <!-- </profile> -- >
289289 <profile >
290290 <id >doclint-java8-disable</id >
291291 <activation >
You can’t perform that action at this time.
0 commit comments