File tree Expand file tree Collapse file tree 1 file changed +7
-13
lines changed Expand file tree Collapse file tree 1 file changed +7
-13
lines changed Original file line number Diff line number Diff line change 210210 <goal >single</goal >
211211 </goals >
212212 <configuration >
213- <archive >
214- <manifest >
215- <addClasspath >true</addClasspath >
216- <mainClass >com.foxentry.foxentrysdk.Main</mainClass > //this
217- </manifest >
218- </archive >
219213 <descriptorRefs >
220214 <descriptorRef >jar-with-dependencies</descriptorRef >
221215 </descriptorRefs >
249243 </configuration >
250244 </plugin >
251245
252- <plugin >
253- <groupId >org.sonatype.plugins </groupId >
254- <artifactId >nexus-staging -maven-plugin</artifactId >
255- <version >1.7 .0</version >
246+ <plugin >
247+ <groupId >org.sonatype.central </groupId >
248+ <artifactId >central-publishing -maven-plugin</artifactId >
249+ <version >0.6 .0</version >
256250 <extensions >true</extensions >
257251 <configuration >
258- <serverId >ossrh</serverId >
259- <nexusUrl >https://s01.oss.sonatype.org/</ nexusUrl >
260- <autoReleaseAfterClose >true</ autoReleaseAfterClose >
252+ <publishingServerId >ossrh</publishingServerId >
253+ <autoPublish >true</ autoPublish >
254+ <waitUntil >published</ waitUntil >
261255 </configuration >
262256 <executions >
263257 <execution >
You can’t perform that action at this time.
0 commit comments