Skip to content

Commit 395f4d6

Browse files
authored
Switch to gmavenplus
1 parent 49c2908 commit 395f4d6

File tree

1 file changed

+12
-7
lines changed

1 file changed

+12
-7
lines changed

pom.xml

Lines changed: 12 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -290,13 +290,18 @@
290290
</resources>
291291
<plugins>
292292
<plugin>
293-
<!-- why is this necessary!? otherwise compiling src/test/groovy/ fails -->
294-
<!-- fix attempted at https://github.com/jenkinsci/jenkins/commit/101507f49873de0239ccb7839649ea71187712b2 but apparently failed. -->
295-
<groupId>org.codehaus.gmaven</groupId>
296-
<artifactId>gmaven-plugin</artifactId>
297-
<configuration>
298-
<providerSelection>1.8</providerSelection>
299-
</configuration>
293+
<groupId>org.codehaus.gmavenplus</groupId>
294+
<artifactId>gmavenplus-plugin</artifactId>
295+
<version>1.7.1</version>
296+
<executions>
297+
<execution>
298+
<goals>
299+
<goal>addTestSources</goal>
300+
<goal>generateTestStubs</goal>
301+
<goal>compileTests</goal>
302+
</goals>
303+
</execution>
304+
</executions>
300305
</plugin>
301306
<plugin>
302307
<groupId>org.jenkins-ci.tools</groupId>

0 commit comments

Comments
 (0)