File tree Expand file tree Collapse file tree 1 file changed +14
-14
lines changed
Expand file tree Collapse file tree 1 file changed +14
-14
lines changed Original file line number Diff line number Diff line change 174174 </execution >
175175 </executions >
176176 </plugin >
177- <plugin >
178- <groupId >org.apache.maven.plugins</groupId >
179- <artifactId >maven-gpg-plugin</artifactId >
180- <version >1.6</version >
181- <executions >
182- <execution >
183- <id >sign-artifacts</id >
184- <phase >verify</phase >
185- <goals >
186- <goal >sign</goal >
187- </goals >
188- </execution >
189- </executions >
190- </plugin >
177+ <!-- <plugin> -- >
178+ <!-- <groupId>org.apache.maven.plugins</groupId> -- >
179+ <!-- <artifactId>maven-gpg-plugin</artifactId> -- >
180+ <!-- <version>1.6</version> -- >
181+ <!-- <executions> -- >
182+ <!-- <execution> -- >
183+ <!-- <id>sign-artifacts</id> -- >
184+ <!-- <phase>verify</phase> -- >
185+ <!-- <goals> -- >
186+ <!-- <goal>sign</goal> -- >
187+ <!-- </goals> -- >
188+ <!-- </execution> -- >
189+ <!-- </executions> -- >
190+ <!-- </plugin> -- >
191191 <plugin >
192192 <groupId >org.apache.maven.plugins</groupId >
193193 <artifactId >maven-release-plugin</artifactId >
You can’t perform that action at this time.
0 commit comments