File tree Expand file tree Collapse file tree 1 file changed +11
-4
lines changed Expand file tree Collapse file tree 1 file changed +11
-4
lines changed Original file line number Diff line number Diff line change 5
5
<groupId >org.utplsql</groupId >
6
6
<artifactId >cli</artifactId >
7
7
<version >3.1.9-SNAPSHOT</version >
8
- <packaging >jar</packaging >
9
8
10
- <name >cli</name >
11
- <url >http://maven.apache.org</url >
9
+ <name >utPLSQL CLI</name >
10
+ <description >CLI for running Unit Tests with utPLSQL v3+.</description >
11
+ <url >https://github.com/utPLSQL/utPLSQL-cli</url >
12
12
13
13
<properties >
14
14
<project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
19
19
<travisBuildNumber >local</travisBuildNumber >
20
20
</properties >
21
21
22
+ <licenses >
23
+ <license >
24
+ <name >Apache License, Version 2.0</name >
25
+ <url >http://www.apache.org/licenses/LICENSE-2.0.txt</url >
26
+ <distribution >repo</distribution >
27
+ </license >
28
+ </licenses >
29
+
22
30
<dependencies >
23
31
<dependency >
24
32
<groupId >org.utplsql</groupId >
87
95
<version >2.1</version >
88
96
<scope >test</scope >
89
97
</dependency >
90
-
91
98
</dependencies >
92
99
93
100
<build >
You can’t perform that action at this time.
0 commit comments