Skip to content

Commit 112184d

Browse files
committed
Add plugin management for exec-maven-plugin.
See #1692
1 parent da4f087 commit 112184d

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

parent/pom.xml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1171,6 +1171,12 @@
11711171
<version>3.1.0</version>
11721172
</plugin>
11731173

1174+
<plugin>
1175+
<groupId>org.codehaus.mojo</groupId>
1176+
<artifactId>exec-maven-plugin</artifactId>
1177+
<version>3.0.0</version>
1178+
</plugin>
1179+
11741180
<plugin>
11751181
<groupId>org.projectlombok</groupId>
11761182
<artifactId>lombok-maven-plugin</artifactId>

0 commit comments

Comments
 (0)