File tree Expand file tree Collapse file tree 1 file changed +0
-31
lines changed
Expand file tree Collapse file tree 1 file changed +0
-31
lines changed Original file line number Diff line number Diff line change 202202 <autoReleaseAfterClose >true</autoReleaseAfterClose >
203203 </configuration >
204204 </plugin >
205- <plugin >
206- <groupId >org.apache.maven.plugins</groupId >
207- <artifactId >maven-gpg-plugin</artifactId >
208- <version >1.6</version >
209- <executions >
210- <execution >
211- <id >sign-artifacts</id >
212- <phase >verify</phase >
213- <goals >
214- <goal >sign</goal >
215- </goals >
216- </execution >
217- </executions >
218- </plugin >
219205 <plugin >
220206 <groupId >org.apache.maven.plugins</groupId >
221207 <artifactId >maven-release-plugin</artifactId >
239225 </executions >
240226 </plugin >
241227 <plugin >
242- <groupId >org.apache.maven.plugins</groupId >
243- <artifactId >maven-javadoc-plugin</artifactId >
244- <version >3.5.0</version >
245- <executions >
246- <execution >
247- <id >attach-javadocs</id >
248- <goals >
249- <goal >jar</goal >
250- </goals >
251- </execution >
252- </executions >
253- <configuration >
254- <failOnError >false</failOnError >
255- </configuration >
256- </plugin >
257- <plugin >
258- <groupId >org.apache.maven.plugins</groupId >
259228 <artifactId >maven-surefire-plugin</artifactId >
260229 <version >3.0.0</version >
261230 <configuration >
You can’t perform that action at this time.
0 commit comments