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