aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorJames Moger <james.moger@gitblit.com>2016-04-05 12:22:38 -0400
committerJames Moger <james.moger@gitblit.com>2016-04-05 12:22:38 -0400
commit98bb5dc01796728de5b18f84e19766276d12d1db (patch)
treedefa94bae8ac9362c2850652e70fe3bfeceabb5c /README.md
parent511e76081ea8411f286e3e0b017323a8b02aab0f (diff)
downloadiciql-98bb5dc01796728de5b18f84e19766276d12d1db.tar.gz
iciql-98bb5dc01796728de5b18f84e19766276d12d1db.zip
Finished Maven migration
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