Skip to content

Commit

Permalink
Incorporate changes from tpollak.
Browse files Browse the repository at this point in the history
  • Loading branch information
cbeust committed Sep 8, 2010
1 parent 63f2ea7 commit 3f7e5e0
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
5 changes: 4 additions & 1 deletion build-with-maven
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,10 @@
# - pom-test.xml declares a test dependency on "n-SNAPSHOT", which it will find
# in the local repository (~/.m2/repository). All it does then is run the tests.

mvn resources:resources compiler:compile resources:testResources compiler:testCompile jar:jar source:jar javadoc:jar install:install gpg:sign

mvn clean install -Dgpg.skip=true
#or if you want to sign the jar, uncomment this:
#mvn clean install

mvn -f pom-test.xml test

Expand Down
2 changes: 1 addition & 1 deletion pom-test.xml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
<dependency>
<groupId>org.testng</groupId>
<artifactId>testng</artifactId>
<version>5.13.2-SNAPSHOT</version>
<version>5.14.1-SNAPSHOT</version>
<scope>test</scope>
</dependency>

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<artifactId>testng</artifactId>
<packaging>jar</packaging>
<name>TestNG</name>
<version>5.15-SNAPSHOT</version>
<version>5.14.1-SNAPSHOT</version>
<description>TestNG is a testing framework.</description>
<url>http://testng.org</url>

Expand Down

0 comments on commit 3f7e5e0

Please sign in to comment.