File tree Expand file tree Collapse file tree 2 files changed +5
-16
lines changed Expand file tree Collapse file tree 2 files changed +5
-16
lines changed Original file line number Diff line number Diff line change 11Deploying
22=========
33
4- Make sure that JAVA_HOME points to Java 8 (the javadoc task fails with Java 11).
5-
64To deploy to Maven use
75
86```
@@ -17,7 +15,7 @@ mvn clean deploy
1715
1816This requires the proper Sonatype credentials to be set in userhome/.m2/settings.xml.
1917
20- See https://central.sonatype.org/pages/apache- maven.html for details.
18+ See https://central.sonatype.org/publish/publish-portal- maven/ for details.
2119
2220Updating version
2321----------------
Original file line number Diff line number Diff line change 104104 </dependency >
105105 </dependencies >
106106
107- <distributionManagement >
108- <snapshotRepository >
109- <id >ossrh</id >
110- <url >https://oss.sonatype.org/content/repositories/snapshots</url >
111- </snapshotRepository >
112- </distributionManagement >
113-
114107 <build >
115108 <plugins >
116109 <plugin >
128121 </configuration >
129122 </plugin >
130123 <plugin >
131- <groupId >org.sonatype.plugins </groupId >
132- <artifactId >nexus-staging -maven-plugin</artifactId >
133- <version >1 .7.0</version >
124+ <groupId >org.sonatype.central </groupId >
125+ <artifactId >central-publishing -maven-plugin</artifactId >
126+ <version >0 .7.0</version >
134127 <extensions >true</extensions >
135128 <configuration >
136- <serverId >ossrh</serverId >
137- <nexusUrl >https://oss.sonatype.org/</nexusUrl >
138- <autoReleaseAfterClose >true</autoReleaseAfterClose >
129+ <publishingServerId >central</publishingServerId >
139130 </configuration >
140131 </plugin >
141132 <plugin >
You can’t perform that action at this time.
0 commit comments