We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e84ff41 + ec600bf commit 0ee2a36Copy full SHA for 0ee2a36
1 file changed
pom.xml
@@ -107,6 +107,16 @@
107
108
<build>
109
<plugins>
110
+ <plugin>
111
+ <groupId>org.sonatype.central</groupId>
112
+ <artifactId>central-publishing-maven-plugin</artifactId>
113
+ <version>0.9.0</version>
114
+ <extensions>true</extensions>
115
+ <configuration>
116
+ <!--和settings中的一致-->
117
+ <publishingServerId>authing-central</publishingServerId>
118
+ </configuration>
119
+ </plugin>
120
<plugin>
121
<groupId>org.apache.maven.plugins</groupId>
122
<artifactId>maven-javadoc-plugin</artifactId>
@@ -179,13 +189,4 @@
179
189
</properties>
180
190
</profile>
181
191
</profiles>
182
-
183
- <distributionManagement>
184
- <repository>
185
- <!--和settings中的一致-->
186
- <id>ossrh</id>
187
- <url>https://oss.sonatype.org/service/local/staging/deploy/maven2/</url>
188
- </repository>
- </distributionManagement>
192
</project>
0 commit comments