|
6 | 6 | <packaging>pom</packaging>
|
7 | 7 | <version>1.5-SNAPSHOT</version>
|
8 | 8 | <name>AWS Serverless Java container</name>
|
| 9 | + <description>A Java framework to run Spring, Spring Boot, Jersey, Spark, and Struts applications inside AWS Lambda</description> |
| 10 | + <url>https://github.com/awslabs/aws-serverless-java-container</url> |
| 11 | + <issueManagement> |
| 12 | + <system>GitHub Issues</system> |
| 13 | + <url>https://github.com/awslabs/aws-serverless-java-container/issues</url> |
| 14 | + </issueManagement> |
| 15 | + |
| 16 | + <developers> |
| 17 | + <developer> |
| 18 | + <id>amazonwebservices</id> |
| 19 | + <organization>Amazon Web Services</organization> |
| 20 | + <organizationUrl>https://aws.amazon.com</organizationUrl> |
| 21 | + <roles> |
| 22 | + <role>developer</role> |
| 23 | + </roles> |
| 24 | + </developer> |
| 25 | + </developers> |
9 | 26 |
|
10 | 27 | <modules>
|
11 | 28 | <module>aws-serverless-java-container-core</module>
|
|
28 | 45 | <developerConnection>scm:git:git@github.com:awslabs/aws-serverless-java-container.git</developerConnection>
|
29 | 46 | </scm>
|
30 | 47 |
|
| 48 | + <repositories> |
| 49 | + <repository> |
| 50 | + <id>sonatype-nexus-snapshots</id> |
| 51 | + <name>Sonatype Nexus Snapshots</name> |
| 52 | + <url>https://aws.oss.sonatype.org/content/repositories/snapshots</url> |
| 53 | + <releases> |
| 54 | + <enabled>false</enabled> |
| 55 | + </releases> |
| 56 | + <snapshots> |
| 57 | + <enabled>true</enabled> |
| 58 | + </snapshots> |
| 59 | + </repository> |
| 60 | + </repositories> |
| 61 | + |
31 | 62 | <distributionManagement>
|
| 63 | + <snapshotRepository> |
| 64 | + <id>sonatype-nexus-snapshots</id> |
| 65 | + <name>Sonatype Nexus Snapshots</name> |
| 66 | + <url>https://aws.oss.sonatype.org/content/repositories/snapshots/</url> |
| 67 | + </snapshotRepository> |
32 | 68 | <repository>
|
33 |
| - <id>aws-oss-sonatype-staging</id> |
34 |
| - <name>AWS Sonatype staging</name> |
35 |
| - <url>https://aws.oss.sonatype.org</url> |
| 69 | + <id>sonatype-nexus-staging</id> |
| 70 | + <name>Nexus Release Repository</name> |
| 71 | + <url>https://aws.oss.sonatype.org/service/local/staging/deploy/maven2/</url> |
36 | 72 | </repository>
|
37 | 73 | </distributionManagement>
|
38 | 74 |
|
|
0 commit comments