Skip to content

Commit 1269a95

Browse files
committed
put plugins versions in pluginManagement
1 parent 3ab52d8 commit 1269a95

File tree

1 file changed

+30
-6
lines changed

1 file changed

+30
-6
lines changed

pom.xml

Lines changed: 30 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -373,6 +373,11 @@ limitations under the License.
373373
<artifactId>maven-deploy-plugin</artifactId>
374374
<version>2.8.2</version>
375375
</plugin>
376+
<plugin>
377+
<groupId>org.apache.maven.plugins</groupId>
378+
<artifactId>maven-enforcer-plugin</artifactId>
379+
<version>1.4.1</version>
380+
</plugin>
376381
<plugin>
377382
<groupId>org.apache.maven.plugins</groupId>
378383
<artifactId>maven-gpg-plugin</artifactId>
@@ -393,6 +398,11 @@ limitations under the License.
393398
<artifactId>maven-javadoc-plugin</artifactId>
394399
<version>2.10.4</version>
395400
</plugin>
401+
<plugin>
402+
<groupId>org.apache.maven.plugins</groupId>
403+
<artifactId>maven-jxr-plugin</artifactId>
404+
<version>2.5</version>
405+
</plugin>
396406
<plugin>
397407
<groupId>org.apache.maven.plugins</groupId>
398408
<artifactId>maven-plugin-plugin</artifactId>
@@ -462,6 +472,26 @@ limitations under the License.
462472
<artifactId>maven-surefire-plugin</artifactId>
463473
<version>2.20</version>
464474
</plugin>
475+
<plugin>
476+
<groupId>org.apache.maven.plugins</groupId>
477+
<artifactId>maven-surefire-report-plugin</artifactId>
478+
<version>2.20</version>
479+
</plugin>
480+
<plugin>
481+
<groupId>org.codehaus.mojo</groupId>
482+
<artifactId>cobertura-maven-plugin</artifactId>
483+
<version>2.7</version>
484+
</plugin>
485+
<plugin>
486+
<groupId>org.codehaus.mojo</groupId>
487+
<artifactId>findbugs-maven-plugin</artifactId>
488+
<version>3.0.4</version>
489+
</plugin>
490+
<plugin>
491+
<groupId>org.codehaus.mojo</groupId>
492+
<artifactId>taglist-maven-plugin</artifactId>
493+
<version>2.4</version>
494+
</plugin>
465495
<plugin>
466496
<groupId>org.codehaus.plexus</groupId>
467497
<artifactId>plexus-component-metadata</artifactId>
@@ -486,7 +516,6 @@ limitations under the License.
486516
<plugins>
487517
<plugin>
488518
<artifactId>maven-enforcer-plugin</artifactId>
489-
<version>1.4.1</version>
490519
<executions>
491520
<execution>
492521
<id>enforce-maven</id>
@@ -561,7 +590,6 @@ limitations under the License.
561590
<plugin>
562591
<groupId>org.apache.maven.plugins</groupId>
563592
<artifactId>maven-surefire-report-plugin</artifactId>
564-
<version>2.20</version>
565593
</plugin>
566594
<plugin>
567595
<groupId>org.apache.maven.plugins</groupId>
@@ -582,17 +610,14 @@ limitations under the License.
582610
<plugin>
583611
<groupId>org.codehaus.mojo</groupId>
584612
<artifactId>findbugs-maven-plugin</artifactId>
585-
<version>3.0.4</version>
586613
</plugin>
587614
<plugin>
588615
<groupId>org.codehaus.mojo</groupId>
589616
<artifactId>taglist-maven-plugin</artifactId>
590-
<version>2.4</version>
591617
</plugin>
592618
<plugin>
593619
<groupId>org.apache.maven.plugins</groupId>
594620
<artifactId>maven-jxr-plugin</artifactId>
595-
<version>2.5</version>
596621
<reportSets>
597622
<reportSet>
598623
<id>default</id>
@@ -625,7 +650,6 @@ limitations under the License.
625650
<plugin>
626651
<groupId>org.codehaus.mojo</groupId>
627652
<artifactId>cobertura-maven-plugin</artifactId>
628-
<version>2.7</version>
629653
</plugin>
630654
</plugins>
631655
</reporting>

0 commit comments

Comments
 (0)