diff options
author | James Moger <james.moger@gitblit.com> | 2016-04-05 12:22:38 -0400 |
---|---|---|
committer | James Moger <james.moger@gitblit.com> | 2016-04-05 12:22:38 -0400 |
commit | 98bb5dc01796728de5b18f84e19766276d12d1db (patch) | |
tree | defa94bae8ac9362c2850652e70fe3bfeceabb5c /README.md | |
parent | 511e76081ea8411f286e3e0b017323a8b02aab0f (diff) | |
download | iciql-98bb5dc01796728de5b18f84e19766276d12d1db.tar.gz iciql-98bb5dc01796728de5b18f84e19766276d12d1db.zip |
Finished Maven migration
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 13 |
1 files changed, 2 insertions, 11 deletions
@@ -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
|