File tree Expand file tree Collapse file tree 1 file changed +0
-29
lines changed
Expand file tree Collapse file tree 1 file changed +0
-29
lines changed Original file line number Diff line number Diff line change @@ -61,35 +61,6 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xs
6161 <scope >test</scope >
6262 </dependency >
6363 </dependencies >
64- <profiles >
65- <profile >
66- <id >release-sign-artifacts</id >
67- <activation >
68- <property >
69- <name >performRelease</name >
70- <value >true</value >
71- </property >
72- </activation >
73- <build >
74- <plugins >
75- <plugin >
76- <groupId >org.apache.maven.plugins</groupId >
77- <artifactId >maven-gpg-plugin</artifactId >
78- <version >1.5</version >
79- <executions >
80- <execution >
81- <id >sign-artifacts</id >
82- <phase >verify</phase >
83- <goals >
84- <goal >sign</goal >
85- </goals >
86- </execution >
87- </executions >
88- </plugin >
89- </plugins >
90- </build >
91- </profile >
92- </profiles >
9364 <build >
9465 <plugins >
9566 <plugin >
You can’t perform that action at this time.
0 commit comments