Skip to content

Commit a68d05e

Browse files
authored
Add maven metadata required by sonatype (#176)
1 parent da12058 commit a68d05e

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

maven-java/pom.xml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,16 @@
88
<version>0.7.0-beta.15</version>
99
<packaging>pom</packaging>
1010

11+
<name>Akka Serverless Java Maven parent pom</name>
12+
<description>This is the parent pom for the Akka Serverless Maven plugin and archetypes</description>
13+
<licenses>
14+
<license>
15+
<name>Apache-2.0</name>
16+
<url>https://opensource.org/licenses/Apache-2.0</url>
17+
<distribution>repo</distribution>
18+
</license>
19+
</licenses>
20+
1121
<url>https://www.lightbend.com/akkaserverless</url>
1222
<scm>
1323
<url>https://github.com/lightbend/akkaserverless-java-sdk</url>

0 commit comments

Comments
 (0)