Skip to content

Commit f8ea81e

Browse files
committed
Added some missing information to the pom file
1 parent a51ff74 commit f8ea81e

File tree

1 file changed

+26
-1
lines changed

1 file changed

+26
-1
lines changed

utplsql-maven-plugin/pom.xml

Lines changed: 26 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<packaging>maven-plugin</packaging>
1414

1515
<name>utplsql-maven-plugin Maven Plugin</name>
16-
16+
<description>A maven plugin for running Unit Tests with utPLSQL v3+.</description>
1717
<url>https://github.com/utPLSQL/utPLSQL-maven-plugin</url>
1818

1919
<licenses>
@@ -24,6 +24,31 @@
2424
</license>
2525
</licenses>
2626

27+
<developers>
28+
<developer>
29+
<name>Vinicius Avellar Moreira</name>
30+
<organization>utPLSQL.org</organization>
31+
<organizationUrl>http://utplsql.org</organizationUrl>
32+
</developer>
33+
</developers>
34+
35+
<scm>
36+
<connection>scm:git:git://github.com/utPLSQL/utPLSQL-maven-plugin.git</connection>
37+
<developerConnection>scm:git:ssh://github.com/utPLSQL/utPLSQL-maven-plugin.git</developerConnection>
38+
<url>https://github.com/utPLSQL/utPLSQL-maven-plugin</url>
39+
</scm>
40+
41+
<distributionManagement>
42+
<snapshotRepository>
43+
<id>ossrh</id>
44+
<url>https://oss.sonatype.org/content/repositories/snapshots</url>
45+
</snapshotRepository>
46+
<repository>
47+
<id>ossrh</id>
48+
<url>https://oss.sonatype.org/service/local/staging/deploy/maven2/</url>
49+
</repository>
50+
</distributionManagement>
51+
2752
<properties>
2853
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
2954
<java.version>1.8</java.version>

0 commit comments

Comments
 (0)