Skip to content

Commit 0f094c2

Browse files
committed
Next snapshot version
Also adding some basic documentation
1 parent b947f78 commit 0f094c2

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

README.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
# TestNG Ant Integration
2+
3+
This repository houses the code related to TestNG Ant integration so as to help run TestNG tests via an Ant build file.
4+
5+
## Pre-requisites
6+
7+
* JDK11 (or) Higher
8+
* TestNG `v.7.10.2` or higher on the CLASSPATH.
9+
10+
## Jar location
11+
12+
The TestNG Ant jar can be downloaded from [here](https://repo1.maven.org/maven2/org/testng/testng-ant/1.0.0/)
13+
14+
This jar contains ONLY the TestNG Ant integration code alone. It is NOT a fat/uber jar that includes TestNG within it.
15+
TestNG jar needs to be explicitly provided in the CLASSPATH for the integration to work fine.

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
<groupId>org.testng</groupId>
77
<artifactId>testng-ant</artifactId>
8-
<version>1.0.0</version>
8+
<version>1.0.1-SNAPSHOT</version>
99

1010
<name>testng-ant</name>
1111
<description>TestNG task for Ant</description>

0 commit comments

Comments
 (0)