File tree Expand file tree Collapse file tree 1 file changed +12
-7
lines changed Expand file tree Collapse file tree 1 file changed +12
-7
lines changed Original file line number Diff line number Diff line change 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 >
You can’t perform that action at this time.
0 commit comments