|
83 | 83 | <tag>HEAD</tag> |
84 | 84 | </scm> |
85 | 85 | <repositories> |
86 | | - <repository> |
87 | | - <id>ossrh-snapshots</id> |
88 | | - <name>Sonatype OSS Repository</name> |
89 | | - <url>https://oss.sonatype.org/content/repositories/snapshots/</url> |
90 | | - <snapshots><enabled>true</enabled></snapshots> |
91 | | - </repository> |
92 | | - <repository> |
93 | | - <id>jboss-nexus-public</id> |
94 | | - <name>JBoss Nexus Public Repository</name> |
95 | | - <url>https://repository.jboss.org/nexus/content/groups/public/</url> |
96 | | - </repository> |
97 | | - </repositories> |
98 | | - <pluginRepositories> |
99 | | - <pluginRepository> |
100 | | - <id>ossrh-snapshots</id> |
101 | | - <name>Sonatype OSS Repository</name> |
102 | | - <url>https://oss.sonatype.org/content/repositories/snapshots/</url> |
103 | | - <snapshots> |
104 | | - <enabled>true</enabled> |
105 | | - </snapshots> |
106 | | - </pluginRepository> |
107 | | - </pluginRepositories> |
108 | | - <distributionManagement> |
109 | | - <repository> |
110 | | - <id>ossrh</id> |
111 | | - <name>Sonatype OSS Repository</name> |
112 | | - <url>https://oss.sonatype.org/service/local/staging/deploy/maven2</url> |
113 | | - </repository> |
114 | | - <snapshotRepository> |
115 | | - <id>ossrh</id> |
116 | | - <name>Sonatype OSS Repository</name> |
117 | | - <url>https://oss.sonatype.org/content/repositories/snapshots</url> |
118 | | - </snapshotRepository> |
119 | | - </distributionManagement> |
| 86 | + <repository> |
| 87 | + <name>Central Portal Snapshots</name> |
| 88 | + <id>central-portal-snapshots</id> |
| 89 | + <url>https://central.sonatype.com/repository/maven-snapshots/</url> |
| 90 | + <releases> |
| 91 | + <enabled>false</enabled> |
| 92 | + </releases> |
| 93 | + <snapshots> |
| 94 | + <enabled>true</enabled> |
| 95 | + </snapshots> |
| 96 | + </repository> |
| 97 | + </repositories> |
| 98 | + <pluginRepositories> |
| 99 | + <pluginRepository> |
| 100 | + <name>Central Portal Snapshots</name> |
| 101 | + <id>central-portal-snapshots</id> |
| 102 | + <url>https://central.sonatype.com/repository/maven-snapshots/</url> |
| 103 | + <snapshots> |
| 104 | + <enabled>true</enabled> |
| 105 | + </snapshots> |
| 106 | + </pluginRepository> |
| 107 | + </pluginRepositories> |
120 | 108 | <modules> |
121 | 109 | <module>OpenICF-dbcommon</module> |
122 | 110 | <module>OpenICF-java-framework</module> |
|
346 | 334 | </executions> |
347 | 335 | </plugin> |
348 | 336 | <plugin> |
349 | | - <groupId>org.sonatype.plugins</groupId> |
350 | | - <artifactId>nexus-staging-maven-plugin</artifactId> |
351 | | - <version>1.6.13</version> |
352 | | - <extensions>true</extensions> |
353 | | - <configuration> |
354 | | - <serverId>ossrh</serverId> |
355 | | - <nexusUrl>https://oss.sonatype.org/</nexusUrl> |
356 | | - <autoReleaseAfterClose>false</autoReleaseAfterClose> |
357 | | - <stagingProgressTimeoutMinutes>15</stagingProgressTimeoutMinutes> |
358 | | - <keepStagingRepositoryOnFailure>true</keepStagingRepositoryOnFailure> |
359 | | - <keepStagingRepositoryOnCloseRuleFailure>true</keepStagingRepositoryOnCloseRuleFailure> |
360 | | - </configuration> |
361 | | - <dependencies> |
362 | | - <dependency> |
363 | | - <groupId>com.google.guava</groupId> |
364 | | - <artifactId>guava</artifactId> |
365 | | - <version>15.0</version> |
366 | | - </dependency> |
367 | | - </dependencies> |
| 337 | + <groupId>org.sonatype.central</groupId> |
| 338 | + <artifactId>central-publishing-maven-plugin</artifactId> |
| 339 | + <version>0.8.0</version> |
| 340 | + <extensions>true</extensions> |
| 341 | + <configuration> |
| 342 | + <publishingServerId>ossrh</publishingServerId> |
| 343 | + <autoPublish>true</autoPublish> |
| 344 | + </configuration> |
368 | 345 | </plugin> |
369 | 346 | <plugin> |
370 | 347 | <groupId>org.apache.maven.plugins</groupId> |
|
0 commit comments