Skip to content

Commit

Permalink
Remove test-in-groovy execution (#720)
Browse files Browse the repository at this point in the history
  • Loading branch information
basil authored Mar 15, 2023
1 parent 017aa51 commit 31c4cf8
Showing 1 changed file with 0 additions and 18 deletions.
18 changes: 0 additions & 18 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -742,24 +742,6 @@
</properties>
</configuration>
</plugin>
<plugin>
<groupId>org.codehaus.gmavenplus</groupId>
<artifactId>gmavenplus-plugin</artifactId>
<configuration>
<!-- gmavenplus generates into generated-sources/test by default. gmaven generated into this directory. -->
<testStubsOutputDirectory>${project.build.directory}/generated-test-sources/groovy-stubs</testStubsOutputDirectory>
</configuration>
<executions>
<execution>
<id>test-in-groovy</id>
<goals>
<goal>addTestSources</goal>
<goal>generateTestStubs</goal>
<goal>compileTests</goal>
</goals>
</execution>
</executions>
</plugin>
<plugin>
<!-- https://stackoverflow.com/a/4086207/12916 -->
<artifactId>maven-antrun-plugin</artifactId>
Expand Down

0 comments on commit 31c4cf8

Please sign in to comment.