@@ -373,6 +373,11 @@ limitations under the License.
373
373
<artifactId >maven-deploy-plugin</artifactId >
374
374
<version >2.8.2</version >
375
375
</plugin >
376
+ <plugin >
377
+ <groupId >org.apache.maven.plugins</groupId >
378
+ <artifactId >maven-enforcer-plugin</artifactId >
379
+ <version >1.4.1</version >
380
+ </plugin >
376
381
<plugin >
377
382
<groupId >org.apache.maven.plugins</groupId >
378
383
<artifactId >maven-gpg-plugin</artifactId >
@@ -393,6 +398,11 @@ limitations under the License.
393
398
<artifactId >maven-javadoc-plugin</artifactId >
394
399
<version >2.10.4</version >
395
400
</plugin >
401
+ <plugin >
402
+ <groupId >org.apache.maven.plugins</groupId >
403
+ <artifactId >maven-jxr-plugin</artifactId >
404
+ <version >2.5</version >
405
+ </plugin >
396
406
<plugin >
397
407
<groupId >org.apache.maven.plugins</groupId >
398
408
<artifactId >maven-plugin-plugin</artifactId >
@@ -462,6 +472,26 @@ limitations under the License.
462
472
<artifactId >maven-surefire-plugin</artifactId >
463
473
<version >2.20</version >
464
474
</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 >
465
495
<plugin >
466
496
<groupId >org.codehaus.plexus</groupId >
467
497
<artifactId >plexus-component-metadata</artifactId >
@@ -486,7 +516,6 @@ limitations under the License.
486
516
<plugins >
487
517
<plugin >
488
518
<artifactId >maven-enforcer-plugin</artifactId >
489
- <version >1.4.1</version >
490
519
<executions >
491
520
<execution >
492
521
<id >enforce-maven</id >
@@ -561,7 +590,6 @@ limitations under the License.
561
590
<plugin >
562
591
<groupId >org.apache.maven.plugins</groupId >
563
592
<artifactId >maven-surefire-report-plugin</artifactId >
564
- <version >2.20</version >
565
593
</plugin >
566
594
<plugin >
567
595
<groupId >org.apache.maven.plugins</groupId >
@@ -582,17 +610,14 @@ limitations under the License.
582
610
<plugin >
583
611
<groupId >org.codehaus.mojo</groupId >
584
612
<artifactId >findbugs-maven-plugin</artifactId >
585
- <version >3.0.4</version >
586
613
</plugin >
587
614
<plugin >
588
615
<groupId >org.codehaus.mojo</groupId >
589
616
<artifactId >taglist-maven-plugin</artifactId >
590
- <version >2.4</version >
591
617
</plugin >
592
618
<plugin >
593
619
<groupId >org.apache.maven.plugins</groupId >
594
620
<artifactId >maven-jxr-plugin</artifactId >
595
- <version >2.5</version >
596
621
<reportSets >
597
622
<reportSet >
598
623
<id >default</id >
@@ -625,7 +650,6 @@ limitations under the License.
625
650
<plugin >
626
651
<groupId >org.codehaus.mojo</groupId >
627
652
<artifactId >cobertura-maven-plugin</artifactId >
628
- <version >2.7</version >
629
653
</plugin >
630
654
</plugins >
631
655
</reporting >
0 commit comments