Add default goals
Change-Id: I07041d14d295aa787cfaa04d6209244bd9a86062
This commit is contained in:
parent
f6f2cc5f5d
commit
b3c4ae2fab
4 changed files with 12 additions and 3 deletions
|
@ -9,6 +9,9 @@
|
|||
|
||||
<artifactId>mockserver-client</artifactId>
|
||||
|
||||
<build>
|
||||
<defaultGoal>clean install</defaultGoal>
|
||||
</build>
|
||||
<dependencies>
|
||||
<dependency>
|
||||
<groupId>org.codehaus.groovy</groupId>
|
||||
|
|
|
@ -9,6 +9,10 @@
|
|||
|
||||
<artifactId>mockserver-tests</artifactId>
|
||||
|
||||
<build>
|
||||
<defaultGoal>clean install</defaultGoal>
|
||||
</build>
|
||||
|
||||
<dependencies>
|
||||
<dependency>
|
||||
<groupId>org.codehaus.groovy</groupId>
|
||||
|
|
|
@ -29,6 +29,7 @@
|
|||
</dependencies>
|
||||
|
||||
<build>
|
||||
<defaultGoal>clean package assembly:single install</defaultGoal>
|
||||
<plugins>
|
||||
<plugin>
|
||||
<artifactId>maven-assembly-plugin</artifactId>
|
||||
|
|
1
pom.xml
1
pom.xml
|
@ -67,6 +67,7 @@
|
|||
</dependencyManagement>
|
||||
|
||||
<build>
|
||||
<defaultGoal>clean install</defaultGoal>
|
||||
<plugins>
|
||||
<plugin>
|
||||
<groupId>org.codehaus.gmavenplus</groupId>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue