|
265 | 265 | </executions>
|
266 | 266 | </plugin>
|
267 | 267 | <plugin>
|
268 |
| - <groupId>org.sonatype.central</groupId> |
269 |
| - <artifactId>central-publishing-maven-plugin</artifactId> |
270 |
| - <version>0.8.0</version> |
271 |
| - <extensions>true</extensions> |
272 |
| - <configuration> |
273 |
| - <publishingServerId>ossrh</publishingServerId> |
274 |
| - <autoPublish>true</autoPublish> |
275 |
| - <waitMaxTime>5400</waitMaxTime> |
276 |
| - </configuration> |
| 268 | + <groupId>org.sonatype.central</groupId> |
| 269 | + <artifactId>central-publishing-maven-plugin</artifactId> |
| 270 | + <version>0.8.0</version> |
| 271 | + <extensions>true</extensions> |
| 272 | + <configuration> |
| 273 | + <publishingServerId>ossrh</publishingServerId> |
| 274 | + <autoPublish>true</autoPublish> |
| 275 | + <waitMaxTime>5400</waitMaxTime> |
| 276 | + <excludeArtifacts> |
| 277 | + <!--very large for central may cause broken pipe error--> |
| 278 | + <excludeArtifact>openam-distribution-kit</excludeArtifact> |
| 279 | + </excludeArtifacts> |
| 280 | + </configuration> |
277 | 281 | </plugin>
|
278 | 282 | </plugins>
|
279 | 283 | </build>
|
|
402 | 406 | </snapshots>
|
403 | 407 | </pluginRepository>
|
404 | 408 | </pluginRepositories>
|
| 409 | + <distributionManagement> |
| 410 | + <repository> |
| 411 | + <id>ossrh</id> |
| 412 | + <name>Central Portal Staging</name> |
| 413 | + <url>https://ossrh-staging-api.central.sonatype.com/service/local/staging/deploy/maven2</url> |
| 414 | + </repository> |
| 415 | + <snapshotRepository> |
| 416 | + <id>ossrh</id> |
| 417 | + <name>Central Portal Snapshots</name> |
| 418 | + <url>https://central.sonatype.com/repository/maven-snapshots/</url> |
| 419 | + </snapshotRepository> |
| 420 | + </distributionManagement> |
405 | 421 | <!-- Source Control -->
|
406 | 422 | <scm>
|
407 | 423 | <connection>scm:git:https://github.com/OpenIdentityPlatform/OpenAM.git</connection>
|
|
1730 | 1746 | <dependency>
|
1731 | 1747 | <groupId>com.fasterxml.woodstox</groupId>
|
1732 | 1748 | <artifactId>woodstox-core</artifactId>
|
| 1749 | + <version>6.4.0</version> |
1733 | 1750 | </dependency>
|
1734 | 1751 | <dependency>
|
1735 | 1752 | <groupId>org.owasp.antisamy</groupId>
|
|
0 commit comments