Skip to content

Commit

Permalink
Merge pull request #21 from BigMichi1/exe-plugin
Browse files Browse the repository at this point in the history
adding exec-maven-plugin
  • Loading branch information
BigMichi1 authored Mar 10, 2024
2 parents 41a5208 + f1a9749 commit 3d1f4be
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -306,6 +306,11 @@
<artifactId>maven-wrapper-plugin</artifactId>
<version>3.2.0</version>
</plugin>
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>exec-maven-plugin</artifactId>
<version>1.2.1</version>
</plugin>
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>versions-maven-plugin</artifactId>
Expand Down

0 comments on commit 3d1f4be

Please sign in to comment.