Skip to content

Commit

Permalink
Remove gmavenplus plugin since there's already groovy-eclipse compile…
Browse files Browse the repository at this point in the history
…r in use
  • Loading branch information
lhotari committed Feb 7, 2024
1 parent 804f21b commit 25ba26b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 19 deletions.
1 change: 0 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,6 @@
<dockerfile-maven-plugin.version>1.4.13</dockerfile-maven-plugin.version>
<download-maven-plugin.version>1.6.8</download-maven-plugin.version>
<exec-maven-plugin.version>3.0.0</exec-maven-plugin.version>
<gmavenplus-plugin.version>3.0.2</gmavenplus-plugin.version>
<license-maven-plugin.version>1.6</license-maven-plugin.version>
<lombok-maven-plugin.version>1.18.20.0</lombok-maven-plugin.version>
<maven-antrun-plugin.version>1.8</maven-antrun-plugin.version>
Expand Down
19 changes: 1 addition & 18 deletions tests/integration-tests-base-groovy/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@
<configuration combine.self="override">
<!-- combine.self="override" stops compilerArgs from parent pom being merged //-->
<compilerId>groovy-eclipse-compiler</compilerId>
<fork>true</fork>
</configuration>
<dependencies>
<dependency>
Expand All @@ -57,24 +58,6 @@
</dependency>
</dependencies>
</plugin>
<plugin>
<groupId>org.codehaus.groovy</groupId>
<artifactId>groovy-eclipse-compiler</artifactId>
<version>${groovy-eclipse-compiler.version}</version>
<extensions>true</extensions>
</plugin>
<plugin>
<groupId>org.codehaus.gmavenplus</groupId>
<artifactId>gmavenplus-plugin</artifactId>
<version>${gmavenplus-plugin.version}</version>
<executions>
<execution>
<goals>
<goal>compileTests</goal>
</goals>
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
Expand Down

0 comments on commit 25ba26b

Please sign in to comment.