Skip to content

Commit 3f7e5e0

Browse files
committed
Incorporate changes from tpollak.
1 parent 63f2ea7 commit 3f7e5e0

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

build-with-maven

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,10 @@
55
# - pom-test.xml declares a test dependency on "n-SNAPSHOT", which it will find
66
# in the local repository (~/.m2/repository). All it does then is run the tests.
77

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
912

1013
mvn -f pom-test.xml test
1114

pom-test.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@
6767
<dependency>
6868
<groupId>org.testng</groupId>
6969
<artifactId>testng</artifactId>
70-
<version>5.13.2-SNAPSHOT</version>
70+
<version>5.14.1-SNAPSHOT</version>
7171
<scope>test</scope>
7272
</dependency>
7373

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<artifactId>testng</artifactId>
88
<packaging>jar</packaging>
99
<name>TestNG</name>
10-
<version>5.15-SNAPSHOT</version>
10+
<version>5.14.1-SNAPSHOT</version>
1111
<description>TestNG is a testing framework.</description>
1212
<url>http://testng.org</url>
1313

0 commit comments

Comments
 (0)