Add default goals

Change-Id: I07041d14d295aa787cfaa04d6209244bd9a86062
This commit is contained in:
Dominik Adam Przybysz 2015-03-20 18:10:49 +01:00
parent f6f2cc5f5d
commit b3c4ae2fab
4 changed files with 12 additions and 3 deletions

View file

@ -9,6 +9,9 @@
<artifactId>mockserver-client</artifactId>
<build>
<defaultGoal>clean install</defaultGoal>
</build>
<dependencies>
<dependency>
<groupId>org.codehaus.groovy</groupId>
@ -23,4 +26,4 @@
<artifactId>commons-lang3</artifactId>
</dependency>
</dependencies>
</project>
</project>