File tree Expand file tree Collapse file tree 1 file changed +0
-25
lines changed Expand file tree Collapse file tree 1 file changed +0
-25
lines changed Original file line number Diff line number Diff line change 143143 </executions >
144144 </plugin >
145145
146- <plugin >
147- <groupId >org.sonatype.plugins</groupId >
148- <artifactId >nexus-staging-maven-plugin</artifactId >
149- <version >1.6.13</version >
150- <extensions >true</extensions >
151- <configuration >
152- <serverId >ossrh</serverId >
153- <nexusUrl >https://s01.oss.sonatype.org/</nexusUrl >
154- <autoReleaseAfterClose >true</autoReleaseAfterClose >
155- </configuration >
156- </plugin >
157-
158146 <plugin >
159147 <groupId >org.apache.maven.plugins</groupId >
160148 <artifactId >maven-assembly-plugin</artifactId >
213201 </developer >
214202 </developers >
215203
216- <distributionManagement >
217- <repository >
218- <id >ossrh</id >
219- <name >OSSRH</name >
220- <url >https://s01.oss.sonatype.org/service/local/staging/deploy/maven2/</url >
221- </repository >
222- <snapshotRepository >
223- <id >ossrh</id >
224- <name >OSSRH Snapshots</name >
225- <url >https://s01.oss.sonatype.org/content/repositories/snapshots/</url >
226- </snapshotRepository >
227- </distributionManagement >
228-
229204</project >
You can’t perform that action at this time.
0 commit comments