File tree Expand file tree Collapse file tree 3 files changed +6
-3
lines changed Expand file tree Collapse file tree 3 files changed +6
-3
lines changed Original file line number Diff line number Diff line change 5
5
# - pom-test.xml declares a test dependency on "n-SNAPSHOT", which it will find
6
6
# in the local repository (~/.m2/repository). All it does then is run the tests.
7
7
8
- mvn resources:resources compiler:compile resources:testResources compiler:testCompile jar:jar source:jar javadoc:jar install:install gpg:sign
8
+
9
+ mvn clean install -Dgpg.skip=true
10
+ #or if you want to sign the jar, uncomment this:
11
+ #mvn clean install
9
12
10
13
mvn -f pom-test.xml test
11
14
Original file line number Diff line number Diff line change 67
67
<dependency >
68
68
<groupId >org.testng</groupId >
69
69
<artifactId >testng</artifactId >
70
- <version >5.13.2 -SNAPSHOT</version >
70
+ <version >5.14.1 -SNAPSHOT</version >
71
71
<scope >test</scope >
72
72
</dependency >
73
73
Original file line number Diff line number Diff line change 7
7
<artifactId >testng</artifactId >
8
8
<packaging >jar</packaging >
9
9
<name >TestNG</name >
10
- <version >5.15 -SNAPSHOT</version >
10
+ <version >5.14.1 -SNAPSHOT</version >
11
11
<description >TestNG is a testing framework.</description >
12
12
<url >http://testng.org</url >
13
13
You can’t perform that action at this time.
0 commit comments