diff options
author | Maxime Mériouma-Caron <maxime.meriouma@arcbees.com> | 2016-02-01 20:56:41 -0500 |
---|---|---|
committer | Maxime Mériouma-Caron <maxime.meriouma@arcbees.com> | 2016-02-01 20:56:41 -0500 |
commit | 446be029b85d9dab01812dd2c851be1e32a1bf33 (patch) | |
tree | 33cee99e83f2fdd35fdafb3a50b8bdfc38a7abbc | |
parent | 510a812e0e91005b0752885aacc695ad331ea5e6 (diff) | |
download | gwtquery-446be029b85d9dab01812dd2c851be1e32a1bf33.tar.gz gwtquery-446be029b85d9dab01812dd2c851be1e32a1bf33.zip |
Skip tests
-rw-r--r-- | pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -91,7 +91,7 @@ <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-release-plugin</artifactId> <configuration> - <preparationGoals>clean install</preparationGoals> + <preparationGoals>clean install -DskipTests</preparationGoals> </configuration> </plugin> <plugin> |