Skip to content

Commit 225136c

Browse files
committed
Completed POM
1 parent e7f63ef commit 225136c

File tree

1 file changed

+29
-0
lines changed

1 file changed

+29
-0
lines changed

pom.xml

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,35 @@
77
<groupId>com.github.hectorbst.jsonschema2pojo</groupId>
88
<artifactId>jsonschema2pojo-spring-data-couchbase</artifactId>
99
<version>0.0.1-SNAPSHOT</version>
10+
<packaging>jar</packaging>
11+
12+
<name>jsonschema2pojo Spring Data Couchbase</name>
13+
<description>jsonschema2pojo extension to generate Spring Data Couchbase specific POJOs</description>
14+
<url>https://github.com/hectorbst/jsonschema2pojo-spring-data-couchbase</url>
15+
16+
<licenses>
17+
<license>
18+
<name>Apache License, Version 2.0</name>
19+
<url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
20+
<distribution>repo</distribution>
21+
</license>
22+
</licenses>
23+
24+
<developers>
25+
<developer>
26+
<id>HectorBst</id>
27+
<name>Hector Basset</name>
28+
<email>hector.basset.dev@gmail.com</email>
29+
<url>https://github.com/HectorBst</url>
30+
</developer>
31+
</developers>
32+
33+
<scm>
34+
<connection>scm:git:git://github.com/hectorbst/jsonschema2pojo-spring-data-couchbase.git</connection>
35+
<developerConnection>scm:git:ssh://github.com:hectorbst/jsonschema2pojo-spring-data-couchbase.git
36+
</developerConnection>
37+
<url>https://github.com/hectorbst/jsonschema2pojo-spring-data-couchbase</url>
38+
</scm>
1039

1140
<properties>
1241
<maven.compiler.source>8</maven.compiler.source>

0 commit comments

Comments
 (0)