Skip to content

Commit

Permalink
update pom with more info
Browse files Browse the repository at this point in the history
  • Loading branch information
Davide Cerbo committed Nov 7, 2016
1 parent 622cdd5 commit 6a66390
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,22 @@
<packaging>maven-archetype</packaging>

<name>orientdb-microservices-archetype</name>
<description>A maven archetype to create a microservice component using OrientDB, Resteasy, Undertow and Swagger</description>
<url>https://github.com/jesty/orientdb-microservices</url>

<licenses>
<license>
<name>Apache License, Version 2.0</name>
<url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
<distribution>repo</distribution>
</license>
</licenses>

<scm>
<url>https://github.com/jesty/orientdb-microservices</url>
<connection>scm:git:git://github.com/jesty/orientdb-microservices.git</connection>
<developerConnection>scm:git:[email protected]:jesty/orientdb-microservices.git</developerConnection>
</scm>

<build>
<extensions>
Expand Down

0 comments on commit 6a66390

Please sign in to comment.