We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5433962 commit e1cdccaCopy full SHA for e1cdcca
1 file changed
pom.xml
@@ -214,18 +214,17 @@
214
</execution>
215
</executions>
216
</plugin>
217
+ <plugin>
218
+ <groupId>org.sonatype.central</groupId>
219
+ <artifactId>central-publishing-maven-plugin</artifactId>
220
+ <version>0.7.0</version>
221
+ <extensions>true</extensions>
222
+ <configuration>
223
+ <publishingServerId>central</publishingServerId>
224
+ </configuration>
225
+ </plugin>
226
</plugins>
227
</build>
- <distributionManagement>
- <snapshotRepository>
- <id>oss</id>
- <url>https://oss.sonatype.org/content/repositories/snapshots</url>
- </snapshotRepository>
- <repository>
- <url>https://oss.sonatype.org/service/local/staging/deploy/maven2</url>
- </repository>
228
- </distributionManagement>
229
</profile>
230
</profiles>
231
</project>
0 commit comments