We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a5650f3 commit 98675aaCopy full SHA for 98675aa
pom.xml
@@ -40,13 +40,6 @@
40
</license>
41
</licenses>
42
43
- <distributionManagement>
44
- <repository>
45
- <id>ossrh</id>
46
- <url>https://oss.sonatype.org/service/local/staging/deploy/maven2/</url>
47
- </repository>
48
- </distributionManagement>
49
-
50
<dependencies>
51
<dependency>
52
<groupId>com.jayway.jsonpath</groupId>
@@ -266,6 +259,15 @@
266
259
</execution>
267
260
</executions>
268
261
</plugin>
262
+ <plugin>
263
+ <groupId>org.sonatype.central</groupId>
264
+ <artifactId>central-publishing-maven-plugin</artifactId>
265
+ <version>0.7.0</version>
+ <extensions>true</extensions>
+ <configuration>
+ <publishingServerId>central</publishingServerId>
269
+ </configuration>
270
+ </plugin>
271
</plugins>
272
</build>
273
</project>
0 commit comments