File tree Expand file tree Collapse file tree 1 file changed +11
-1
lines changed Expand file tree Collapse file tree 1 file changed +11
-1
lines changed Original file line number Diff line number Diff line change 107
107
</developer >
108
108
</developers >
109
109
110
+ <!--
110
111
<distributionManagement>
111
112
<repository>
112
113
<id>sonatype-nexus-staging</id>
117
118
<url>https://oss.sonatype.org/content/repositories/snapshots/</url>
118
119
</snapshotRepository>
119
120
</distributionManagement>
120
-
121
+ -->
121
122
<scm >
122
123
<connection >scm:git:https://github.com/JSQLParser/JSqlParser.git</connection >
123
124
<
developerConnection >scm:git:ssh://
[email protected] :JSQLParser/JSqlParser.git</
developerConnection >
449
450
</java >
450
451
</configuration >
451
452
</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 >
452
462
</plugins >
453
463
</build >
454
464
You can’t perform that action at this time.
0 commit comments