File tree Expand file tree Collapse file tree 1 file changed +0
-21
lines changed
Expand file tree Collapse file tree 1 file changed +0
-21
lines changed Original file line number Diff line number Diff line change 6969 <autoReleaseAfterClose >true</autoReleaseAfterClose >
7070 </configuration >
7171 </plugin >
72- <plugin >
73- <artifactId >maven-source-plugin</artifactId >
74- <executions >
75- <execution >
76- <id >attach-sources</id >
77- <goals >
78- <goal >jar-no-fork</goal >
79- </goals >
80- </execution >
81- </executions >
82- </plugin >
8372 <plugin >
8473 <artifactId >maven-gpg-plugin</artifactId >
8574 <executions >
150139 <preparationGoals >clean test</preparationGoals >
151140 </configuration >
152141 </plugin >
153- <plugin >
154- <groupId >org.sonatype.plugins</groupId >
155- <artifactId >nexus-staging-maven-plugin</artifactId >
156- <extensions >true</extensions >
157- <configuration >
158- <serverId >sonatype-nexus-staging</serverId >
159- <nexusUrl >https://oss.sonatype.org/</nexusUrl >
160- <autoReleaseAfterClose >true</autoReleaseAfterClose >
161- </configuration >
162- </plugin >
163142 <plugin >
164143 <groupId >org.jacoco</groupId >
165144 <artifactId >jacoco-maven-plugin</artifactId >
You can’t perform that action at this time.
0 commit comments