File tree Expand file tree Collapse file tree 1 file changed +26
-1
lines changed
Expand file tree Collapse file tree 1 file changed +26
-1
lines changed Original file line number Diff line number Diff line change 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 >
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>
You can’t perform that action at this time.
0 commit comments