We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent da12058 commit a68d05eCopy full SHA for a68d05e
maven-java/pom.xml
@@ -8,6 +8,16 @@
8
<version>0.7.0-beta.15</version>
9
<packaging>pom</packaging>
10
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
+
21
<url>https://www.lightbend.com/akkaserverless</url>
22
<scm>
23
<url>https://github.com/lightbend/akkaserverless-java-sdk</url>
0 commit comments