Skip to content

Commit

Permalink
#294 - Fixed plugins managment
Browse files Browse the repository at this point in the history
  • Loading branch information
starnowski committed Aug 17, 2024
1 parent 6c65edc commit 1c112b6
Showing 1 changed file with 17 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -150,6 +150,23 @@
</profiles>

<build>
<pluginManagement>
<plugins>
<plugin>
<groupId>org.codehaus.gmavenplus</groupId>
<artifactId>gmavenplus-plugin</artifactId>
<version>3.0.0</version>
<executions>
<execution>
<goals>
<goal>compile</goal>
<goal>compileTests</goal>
</goals>
</execution>
</executions>
</plugin>
</plugins>
</pluginManagement>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
Expand Down

0 comments on commit 1c112b6

Please sign in to comment.