Skip to content

Commit afc7bdb

Browse files
committed
added new maven central deployer
1 parent f6e6eaf commit afc7bdb

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

pom.xml

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,7 @@
107107
</developer>
108108
</developers>
109109

110+
<!--
110111
<distributionManagement>
111112
<repository>
112113
<id>sonatype-nexus-staging</id>
@@ -117,7 +118,7 @@
117118
<url>https://oss.sonatype.org/content/repositories/snapshots/</url>
118119
</snapshotRepository>
119120
</distributionManagement>
120-
121+
-->
121122
<scm>
122123
<connection>scm:git:https://github.com/JSQLParser/JSqlParser.git</connection>
123124
<developerConnection>scm:git:ssh://[email protected]:JSQLParser/JSqlParser.git</developerConnection>
@@ -449,6 +450,15 @@
449450
</java>
450451
</configuration>
451452
</plugin>
453+
<plugin>
454+
<groupId>org.sonatype.central</groupId>
455+
<artifactId>central-publishing-maven-plugin</artifactId>
456+
<version>0.8.0</version>
457+
<extensions>true</extensions>
458+
<configuration>
459+
<publishingServerId>sonatype-nexus</publishingServerId>
460+
</configuration>
461+
</plugin>
452462
</plugins>
453463
</build>
454464

0 commit comments

Comments
 (0)