Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 327a162

Browse files
committed
prepare pom for maven central
1 parent 88d104a commit 327a162

File tree

1 file changed

+15
-20
lines changed

1 file changed

+15
-20
lines changed

pom.xml

Lines changed: 15 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,25 @@
88
<name>GPSd4Java</name>
99
<packaging>jar</packaging>
1010
<description>Java Client library for GPSd deamon</description>
11+
<parent>
12+
<groupId>org.sonatype.oss</groupId>
13+
<artifactId>oss-parent</artifactId>
14+
<version>7</version>
15+
</parent>
1116

1217
<url>http://gpsd4java.forge.hoegergroup.de/</url>
1318
<inceptionYear>2011</inceptionYear>
1419
<organization>
1520
<name>Taimos GmbH</name>
1621
<url>http://www.taimos.de</url>
1722
</organization>
18-
23+
<licenses>
24+
<license>
25+
<name>The Apache Software License, Version 2.0</name>
26+
<url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
27+
<distribution>repo</distribution>
28+
</license>
29+
</licenses>
1930
<properties>
2031
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
2132
<maven.build.timestamp.format>yyyyMMdd-HHmmss</maven.build.timestamp.format>
@@ -55,28 +66,12 @@
5566
</dependencies>
5667

5768
<scm>
58-
<url>scm:git://github.com/taimos/GPSd4Java.git</url>
59-
<connection>scm:git://github.com/taimos/GPSd4Java.git</connection>
69+
<connection>scm:git:[email protected]:taimos/GPSd4Java.git</connection>
70+
<developerConnection>scm:git:[email protected]:taimos/GPSd4Java.git</developerConnection>
71+
<url>[email protected]:taimos/GPSd4Java.git</url>
6072
</scm>
6173

62-
<distributionManagement>
63-
<repository>
64-
<id>hoegergroup-repo</id>
65-
<name>Repository on forge.hoegergroup.de</name>
66-
<url>scpexe://maven.forge.hoegergroup.de/srv/http/maven/html</url>
67-
</repository>
68-
</distributionManagement>
69-
7074
<build>
71-
<extensions>
72-
<!-- Enabling the use of FTP -->
73-
<extension>
74-
<groupId>org.apache.maven.wagon</groupId>
75-
<artifactId>wagon-ssh-external</artifactId>
76-
<version>2.2</version>
77-
</extension>
78-
</extensions>
79-
8075
<pluginManagement>
8176
<plugins>
8277
<plugin>

0 commit comments

Comments
 (0)