Skip to content

Commit

Permalink
Next snapshot version
Browse files Browse the repository at this point in the history
Also adding some basic documentation
  • Loading branch information
krmahadevan committed Jun 19, 2024
1 parent b947f78 commit 0f094c2
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# TestNG Ant Integration

This repository houses the code related to TestNG Ant integration so as to help run TestNG tests via an Ant build file.

## Pre-requisites

* JDK11 (or) Higher
* TestNG `v.7.10.2` or higher on the CLASSPATH.

## Jar location

The TestNG Ant jar can be downloaded from [here](https://repo1.maven.org/maven2/org/testng/testng-ant/1.0.0/)

This jar contains ONLY the TestNG Ant integration code alone. It is NOT a fat/uber jar that includes TestNG within it.
TestNG jar needs to be explicitly provided in the CLASSPATH for the integration to work fine.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

<groupId>org.testng</groupId>
<artifactId>testng-ant</artifactId>
<version>1.0.0</version>
<version>1.0.1-SNAPSHOT</version>

<name>testng-ant</name>
<description>TestNG task for Ant</description>
Expand Down

0 comments on commit 0f094c2

Please sign in to comment.