Skip to content

Commit 036e831

Browse files
authored
Pom tweaks, removed goals from gmavenplus which cuase problems. Goals are only needed when combining java and groovy (#10)
<goal>generateStubs</goal> <goal>generateTestStubs</goal> <goal>removeStubs</goal> <goal>removeTestStubs</goal>
1 parent 68732c6 commit 036e831

1 file changed

Lines changed: 1 addition & 21 deletions

File tree

pom.xml

Lines changed: 1 addition & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -201,18 +201,14 @@
201201
<plugin>
202202
<groupId>org.codehaus.gmavenplus</groupId>
203203
<artifactId>gmavenplus-plugin</artifactId>
204-
<version>1.13.1</version>
204+
<version>2.0.0</version>
205205
<executions>
206206
<execution>
207207
<goals>
208208
<goal>addSources</goal>
209209
<goal>addTestSources</goal>
210-
<goal>generateStubs</goal>
211210
<goal>compile</goal>
212-
<goal>generateTestStubs</goal>
213211
<goal>compileTests</goal>
214-
<goal>removeStubs</goal>
215-
<goal>removeTestStubs</goal>
216212
</goals>
217213
</execution>
218214
</executions>
@@ -224,23 +220,7 @@
224220
<scope>runtime</scope>
225221
</dependency>
226222
</dependencies>
227-
<!--configuration>
228-
<sources>
229-
<source>
230-
<directory>${project.basedir}/src/main/groovy</directory>
231-
<includes>
232-
<include>**/*.groovy</include>
233-
</includes>
234-
</source>
235-
</sources>
236-
</configuration-->
237-
238223
</plugin>
239-
<!--plugin>
240-
<groupId>org.apache.maven.plugins</groupId>
241-
<artifactId>maven-compiler-plugin</artifactId>
242-
<version>3.8.1</version>
243-
</plugin-->
244224
<plugin>
245225
<groupId>org.apache.maven.plugins</groupId>
246226
<artifactId>maven-surefire-plugin</artifactId>

0 commit comments

Comments
 (0)