Skip to content

Commit c8e8f41

Browse files
committed
chore: Added project description, url, and developer information
1 parent 57730cf commit c8e8f41

File tree

1 file changed

+39
-3
lines changed

1 file changed

+39
-3
lines changed

pom.xml

Lines changed: 39 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,23 @@
66
<packaging>pom</packaging>
77
<version>1.5-SNAPSHOT</version>
88
<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>
926

1027
<modules>
1128
<module>aws-serverless-java-container-core</module>
@@ -28,11 +45,30 @@
2845
<developerConnection>scm:git:git@github.com:awslabs/aws-serverless-java-container.git</developerConnection>
2946
</scm>
3047

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+
3162
<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>
3268
<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>
3672
</repository>
3773
</distributionManagement>
3874

0 commit comments

Comments
 (0)