diff options
author | Maxime Mériouma-Caron <maxime.meriouma@arcbees.com> | 2016-02-01 21:11:35 -0500 |
---|---|---|
committer | Maxime Mériouma-Caron <maxime.meriouma@arcbees.com> | 2016-02-01 21:11:35 -0500 |
commit | a488f5ad615adb6302b6d63a22fc94f3ba7aa04f (patch) | |
tree | 9f6fb89c52065f1867ff8f37ce9e29673620ce4f | |
parent | 307fba368c542f8acaa2d506bdc01f10590b099f (diff) | |
download | gwtquery-a488f5ad615adb6302b6d63a22fc94f3ba7aa04f.tar.gz gwtquery-a488f5ad615adb6302b6d63a22fc94f3ba7aa04f.zip |
Skip tests
-rw-r--r-- | pom.xml | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -92,6 +92,7 @@ <artifactId>maven-release-plugin</artifactId> <configuration> <preparationGoals>clean install -DskipTests</preparationGoals> + <arguments>-DskipTests</arguments> </configuration> </plugin> <plugin> |