Skip to content

Commit 7d0857d

Browse files
committed
Add project infos to pom.xml
1 parent b4d1a84 commit 7d0857d

1 file changed

Lines changed: 27 additions & 0 deletions

File tree

pom.xml

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,33 @@
99
<version>0.1</version>
1010
<packaging>jar</packaging>
1111

12+
<name>fr.rabian.ovhApi:OVH-API-core</name>
13+
<description>This is a small wrapper for the OVH API in Java.
14+
It aims to provide tools to handle the most off-putting part of using this API.</description>
15+
<url>https://github.com/BeauneNuits/OVH-API-Java</url>
16+
17+
<licenses>
18+
<license>
19+
<name>GNU General Public License v3</name>
20+
<url>https://www.gnu.org/licenses/gpl-3.0.txt</url>
21+
</license>
22+
</licenses>
23+
24+
<developers>
25+
<developer>
26+
<name>Adrien Rabian</name>
27+
<email>adrien@rabian.fr</email>
28+
<organization>Individual</organization>
29+
<organizationUrl>https://github.com/BeauneNuits</organizationUrl>
30+
</developer>
31+
</developers>
32+
33+
<scm>
34+
<connection>scm:git:git@github.com:BeauneNuits/OVH-API-Java.git</connection>
35+
<developerConnection>scm:git:git@github.com:BeauneNuits/OVH-API-Java.git</developerConnection>
36+
<url>https://github.com/BeauneNuits/OVH-API-Java</url>
37+
</scm>
38+
1239
<properties>
1340
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
1441
<jdk.version>1.8</jdk.version>

0 commit comments

Comments
 (0)