|
57 | 57 | <enabled>false</enabled>
|
58 | 58 | </releases>
|
59 | 59 | </snapshotRepository>
|
| 60 | + <repository> |
| 61 | + <id>repo.spring.io</id> |
| 62 | + <name>Spring Release Repository</name> |
| 63 | + <url>https://repo.spring.io/libs-release-local</url> |
| 64 | + </repository> |
60 | 65 | </distributionManagement>
|
61 | 66 | <licenses>
|
62 | 67 | <license>
|
|
1110 | 1115 | </repository>
|
1111 | 1116 | </repositories>
|
1112 | 1117 |
|
| 1118 | + <developers> |
| 1119 | + <developer> |
| 1120 | + <id>mpollack</id> |
| 1121 | + <name>Mark Pollack</name> |
| 1122 | + <email>mpollack at vmware.com</email> |
| 1123 | + <organization>VMware</organization> |
| 1124 | + <organizationUrl>http://www.spring.io</organizationUrl> |
| 1125 | + <roles> |
| 1126 | + <role>lead</role> |
| 1127 | + </roles> |
| 1128 | + </developer> |
| 1129 | + <developer> |
| 1130 | + <id>tzolov</id> |
| 1131 | + <name>Christian Tzolov</name> |
| 1132 | + <email>christian tzolov at broadcom.com</email> |
| 1133 | + <organization>Broadcom</organization> |
| 1134 | + <organizationUrl>http://www.spring.io</organizationUrl> |
| 1135 | + <roles> |
| 1136 | + <role>lead</role> |
| 1137 | + </roles> |
| 1138 | + </developer> |
| 1139 | + </developers> |
| 1140 | + |
1113 | 1141 | <build>
|
1114 | 1142 | <plugins>
|
1115 | 1143 | <plugin>
|
|
1345 | 1373 | </repository>
|
1346 | 1374 | </distributionManagement>
|
1347 | 1375 | </profile>
|
| 1376 | + <profile> |
| 1377 | + <id>sonatype</id> |
| 1378 | + <properties> |
| 1379 | + <maven.test.skip>true</maven.test.skip> |
| 1380 | + </properties> |
| 1381 | + <build> |
| 1382 | + <plugins> |
| 1383 | + <plugin> |
| 1384 | + <groupId>org.apache.maven.plugins</groupId> |
| 1385 | + <artifactId>maven-gpg-plugin</artifactId> |
| 1386 | + <executions> |
| 1387 | + <execution> |
| 1388 | + <id>sign-artifacts</id> |
| 1389 | + <phase>verify</phase> |
| 1390 | + <goals> |
| 1391 | + <goal>sign</goal> |
| 1392 | + </goals> |
| 1393 | + </execution> |
| 1394 | + </executions> |
| 1395 | + <configuration> |
| 1396 | + <!-- Passphrase consumed from MAVEN_GPG_PASSPHRASE environment variable. --> |
| 1397 | + </configuration> |
| 1398 | + </plugin> |
| 1399 | + <plugin> |
| 1400 | + <groupId>org.sonatype.plugins</groupId> |
| 1401 | + <artifactId>nexus-staging-maven-plugin</artifactId> |
| 1402 | + <version>1.7.0</version> |
| 1403 | + <extensions>true</extensions> |
| 1404 | + <configuration> |
| 1405 | + <serverId>sonatype-new</serverId> |
| 1406 | + <nexusUrl>https://s01.oss.sonatype.org/</nexusUrl> |
| 1407 | + <autoReleaseAfterClose>true</autoReleaseAfterClose> |
| 1408 | + <keepStagingRepositoryOnFailure>true</keepStagingRepositoryOnFailure> |
| 1409 | + </configuration> |
| 1410 | + </plugin> |
| 1411 | + </plugins> |
| 1412 | + </build> |
| 1413 | + </profile> |
1348 | 1414 | </profiles>
|
1349 | 1415 |
|
1350 | 1416 | </project>
|
0 commit comments