Skip to content

Commit 7ebe7d2

Browse files
committed
using plugin pluginManagement
1 parent 9bcef0e commit 7ebe7d2

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

pom.xml

+5-2
Original file line numberDiff line numberDiff line change
@@ -639,7 +639,6 @@
639639
<plugin>
640640
<groupId>org.codehaus.gmavenplus</groupId>
641641
<artifactId>gmavenplus-plugin</artifactId>
642-
<version>4.1.1</version>
643642
<executions>
644643
<!-- Do some pre-build checks and report any findings to the user -->
645644
<execution>
@@ -976,6 +975,11 @@
976975
<artifactId>artifactory-maven-plugin</artifactId>
977976
<version>2.7.0</version>
978977
</plugin>
978+
<plugin>
979+
<groupId>org.codehaus.gmavenplus</groupId>
980+
<artifactId>gmavenplus-plugin</artifactId>
981+
<version>4.1.1</version>
982+
</plugin>
979983
<plugin>
980984
<groupId>org.apache.maven.plugins</groupId>
981985
<artifactId>maven-site-plugin</artifactId>
@@ -993,7 +997,6 @@
993997
<plugin>
994998
<groupId>org.codehaus.gmavenplus</groupId>
995999
<artifactId>gmavenplus-plugin</artifactId>
996-
<version>4.1.1</version>
9971000
<executions>
9981001
<!-- Do some pre-build checks and report any findings to the user -->
9991002
<execution>

0 commit comments

Comments
 (0)