diff --git a/.gitignore b/.gitignore
index fdacfc9f..e7295186 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,7 +1,6 @@
bin/
build/
out/
-target/
.classpath
.gradle
.idea
diff --git a/build.xml b/build.xml
index 39737193..86ea6298 100644
--- a/build.xml
+++ b/build.xml
@@ -50,18 +50,20 @@
-
+
-
-
+
+
-
+
-
-
+
+
+
+
diff --git a/pom.xml b/pom.xml
index 042d74db..9bd53917 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1,5 +1,5 @@
+ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
4.0.0
com.tngtech.java
@@ -15,22 +15,40 @@
UTF-8
-
-
- CategoryOne
-
- com.tngtech.test.java.junit.dataprovider.category.CategoryOne
-
-
-
-
+ build/maven-target
maven-surefire-plugin
-
- ${testcase.groups}
-
+ 2.17
+
+
+ default-test
+
+ true
+
+
+
+ single group
+
+ test
+
+
+ com.tngtech.test.java.junit.dataprovider.category.CategoryOne
+
+
+
+ single test class
+
+ test
+
+
+
+ com/tngtech/test/java/junit/dataprovider/DataProviderSimpleAcceptanceTest.java
+
+
+
+
@@ -44,7 +62,7 @@
junit
- junit-dep
+ junit
4.8.2
provided