Use gmavenplus-plugin (#4843)

Signed-off-by: Holger Friedrich <mail@holger-friedrich.de>
pull/4844/head
Holger Friedrich 2025-06-08 16:58:46 +02:00 committed by GitHub
parent 2079497ace
commit e72a7905e3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 8 additions and 11 deletions

View File

@ -45,19 +45,14 @@
<build>
<plugins>
<plugin>
<groupId>org.codehaus.gmaven</groupId>
<artifactId>groovy-maven-plugin</artifactId>
<version>2.1.1</version>
<groupId>org.codehaus.gmavenplus</groupId>
<artifactId>gmavenplus-plugin</artifactId>
<version>4.2.0</version>
<dependencies>
<dependency>
<groupId>org.apache.ivy</groupId>
<artifactId>ivy</artifactId>
<version>2.5.3</version>
</dependency>
<dependency>
<groupId>org.codehaus.groovy</groupId>
<groupId>org.apache.groovy</groupId>
<artifactId>groovy-all</artifactId>
<version>3.0.25</version>
<version>4.0.27</version>
<type>pom</type>
</dependency>
</dependencies>
@ -68,7 +63,9 @@
</goals>
<phase>generate-resources</phase>
<configuration>
<source>${project.basedir}/model/generateTagClasses.groovy</source>
<scripts>
<script>${project.basedir}/model/generateTagClasses.groovy</script>
</scripts>
</configuration>
</execution>
</executions>