Skip to content
This repository was archived by the owner on May 28, 2018. It is now read-only.

Commit 334afa6

Browse files
tomas-langerGerrit Code Review
authored andcommitted
Merge "Up groovy version in groovy example"
2 parents 7fcacf8 + e6f0c1c commit 334afa6

File tree

1 file changed

+9
-5
lines changed

1 file changed

+9
-5
lines changed

examples/groovy/pom.xml

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
<dependency>
5959
<groupId>org.codehaus.groovy</groupId>
6060
<artifactId>groovy-all</artifactId>
61-
<version>1.6.9</version>
61+
<version>2.4.3</version>
6262
</dependency>
6363
<dependency>
6464
<groupId>org.glassfish.jersey.test-framework.providers</groupId>
@@ -105,17 +105,21 @@
105105
</plugin>
106106

107107
<plugin>
108-
<groupId>org.codehaus.gmaven</groupId>
109-
<artifactId>gmaven-plugin</artifactId>
110-
<version>1.3</version>
108+
<groupId>org.codehaus.gmavenplus</groupId>
109+
<artifactId>gmavenplus-plugin</artifactId>
110+
<version>1.6</version>
111111
<executions>
112112
<execution>
113113
<phase>generate-resources</phase>
114114
<goals>
115+
<goal>addSources</goal>
116+
<goal>addTestSources</goal>
115117
<goal>generateStubs</goal>
116118
<goal>compile</goal>
117119
<goal>generateTestStubs</goal>
118-
<goal>testCompile</goal>
120+
<goal>compileTests</goal>
121+
<goal>removeStubs</goal>
122+
<goal>removeTestStubs</goal>
119123
</goals>
120124
</execution>
121125
</executions>

0 commit comments

Comments
 (0)