File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 9797 <build >
9898 <directory >${project.basedir} /target</directory >
9999 <plugins >
100- <plugin >
101- <groupId >org.sonatype.central</groupId >
102- <artifactId >central-publishing-maven-plugin</artifactId >
103- <version >0.4.0</version >
104- <extensions >true</extensions >
105- <configuration >
106- <publishingServerId >central-sonatype-org</publishingServerId >
107- <tokenAuth >true</tokenAuth >
108- <autoPublish >true</autoPublish >
109- <waitUntil >published</waitUntil >
110- </configuration >
111- </plugin >
112100 <plugin >
113101 <groupId >org.apache.maven.plugins</groupId >
114102 <artifactId >maven-source-plugin</artifactId >
232220 <id >publish-maven-central</id >
233221 <build >
234222 <plugins >
223+ <plugin >
224+ <groupId >org.sonatype.central</groupId >
225+ <artifactId >central-publishing-maven-plugin</artifactId >
226+ <version >0.4.0</version >
227+ <extensions >true</extensions >
228+ <configuration >
229+ <publishingServerId >central-sonatype-org</publishingServerId >
230+ <tokenAuth >true</tokenAuth >
231+ <autoPublish >true</autoPublish >
232+ <waitUntil >published</waitUntil >
233+ </configuration >
234+ </plugin >
235235 <plugin >
236236 <groupId >org.apache.maven.plugins</groupId >
237237 <artifactId >maven-gpg-plugin</artifactId >
You can’t perform that action at this time.
0 commit comments