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 235235 <version >${maven-site-plugin.version} </version >
236236 </plugin >
237237
238- <plugin >
239- <groupId >org.apache.maven.plugins</groupId >
240- <artifactId >maven-gpg-plugin</artifactId >
241- <version >${maven-gpg-plugin.version} </version >
242- <executions >
243- <execution >
244- <id >sign-artifacts</id >
245- <phase >verify</phase >
246- <goals >
247- <goal >sign</goal >
248- </goals >
249- </execution >
250- </executions >
251- </plugin >
238+ <!-- <plugin> -- >
239+ <!-- <groupId>org.apache.maven.plugins</groupId> -- >
240+ <!-- <artifactId>maven-gpg-plugin</artifactId> -- >
241+ <!-- <version>${maven-gpg-plugin.version}</version> -- >
242+ <!-- <executions> -- >
243+ <!-- <execution> -- >
244+ <!-- <id>sign-artifacts</id> -- >
245+ <!-- <phase>verify</phase> -- >
246+ <!-- <goals> -- >
247+ <!-- <goal>sign</goal> -- >
248+ <!-- </goals> -- >
249+ <!-- </execution> -- >
250+ <!-- </executions> -- >
251+ <!-- </plugin> -- >
252252
253253 <plugin >
254254 <groupId >org.apache.maven.plugins</groupId >
You can’t perform that action at this time.
0 commit comments