summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md13
1 files changed, 2 insertions, 11 deletions
diff --git a/README.md b/README.md
index 0bf1bda..465eb73 100644
--- a/README.md
+++ b/README.md
@@ -64,8 +64,6 @@ Issues & source code @ [GitHub](http://github.com/gitblit/iciql)
Building iciql
----------------
-## Maven
-
You may use Maven to build the project:
mvn clean package
@@ -74,13 +72,6 @@ You may use Maven to run the test suite on the default database:
mvn clean test
-## Ant
-
-You may use Ant to build this project:
-
- ant clean build
-
-You may execute the full test suite against all tested databases:
-
- ant testsuite
+You may use Maven to run the test suite on all tested databases:
+ mvn clean exec:exec