@@ -98,7 +98,7 @@ under the License.
98
98
<dependency >
99
99
<groupId >org.codehaus.plexus</groupId >
100
100
<artifactId >plexus-utils</artifactId >
101
- <version >3.0.20 </version >
101
+ <version >3.0.21 </version >
102
102
</dependency >
103
103
104
104
<!-- Maven -->
@@ -150,19 +150,25 @@ under the License.
150
150
<plugin >
151
151
<groupId >org.apache.maven.plugins</groupId >
152
152
<artifactId >maven-antrun-plugin</artifactId >
153
- <version >1.7 </version >
153
+ <version >1.8 </version >
154
154
</plugin >
155
155
156
156
<plugin >
157
157
<groupId >org.apache.maven.plugins</groupId >
158
158
<artifactId >maven-assembly-plugin</artifactId >
159
- <version >2.5</version >
159
+ <version >2.5.3 </version >
160
160
</plugin >
161
161
162
162
<plugin >
163
163
<groupId >org.apache.maven.plugins</groupId >
164
164
<artifactId >maven-checkstyle-plugin</artifactId >
165
165
<version >2.13</version >
166
+ <configuration >
167
+ <configLocation >config/maven_checks.xml</configLocation >
168
+ <excludes >org/scoverage/plugin/HelpMojo.java</excludes >
169
+ <headerLocation >src/conf/checkstyle-header.txt</headerLocation >
170
+ <includeTestSourceDirectory >true</includeTestSourceDirectory >
171
+ </configuration >
166
172
</plugin >
167
173
168
174
<plugin >
@@ -291,7 +297,7 @@ under the License.
291
297
<plugin >
292
298
<groupId >org.apache.maven.plugins</groupId >
293
299
<artifactId >maven-pmd-plugin</artifactId >
294
- <version >3.2 </version >
300
+ <version >3.3 </version >
295
301
<configuration >
296
302
<excludes >
297
303
<exclude >org/scoverage/plugin/HelpMojo.java</exclude >
@@ -303,7 +309,7 @@ under the License.
303
309
<plugin >
304
310
<groupId >org.apache.maven.plugins</groupId >
305
311
<artifactId >maven-project-info-reports-plugin</artifactId >
306
- <version >2.7 </version >
312
+ <version >2.8 </version >
307
313
</plugin >
308
314
309
315
<plugin >
@@ -345,19 +351,19 @@ under the License.
345
351
<plugin >
346
352
<groupId >org.apache.maven.plugins</groupId >
347
353
<artifactId >maven-surefire-plugin</artifactId >
348
- <version >2.18</version >
354
+ <version >2.18.1 </version >
349
355
</plugin >
350
356
351
357
<plugin >
352
358
<groupId >org.apache.maven.plugins</groupId >
353
359
<artifactId >maven-surefire-report-plugin</artifactId >
354
- <version >2.18</version >
360
+ <version >2.18.1 </version >
355
361
</plugin >
356
362
357
363
<plugin >
358
364
<groupId >org.codehaus.mojo</groupId >
359
365
<artifactId >animal-sniffer-maven-plugin</artifactId >
360
- <version >1.11 </version >
366
+ <version >1.13 </version >
361
367
<configuration >
362
368
<signature >
363
369
<groupId >org.codehaus.mojo.signature</groupId >
@@ -393,7 +399,7 @@ under the License.
393
399
<plugin >
394
400
<groupId >org.codehaus.mojo</groupId >
395
401
<artifactId >javancss-maven-plugin</artifactId >
396
- <version >2.0 </version >
402
+ <version >2.1 </version >
397
403
</plugin >
398
404
399
405
<plugin >
@@ -517,7 +523,7 @@ under the License.
517
523
<plugin >
518
524
<groupId >org.apache.maven.plugins</groupId >
519
525
<artifactId >maven-project-info-reports-plugin</artifactId >
520
- <version >2.7 </version >
526
+ <version >2.8 </version >
521
527
</plugin >
522
528
</plugins >
523
529
</reporting >
@@ -690,7 +696,7 @@ under the License.
690
696
<plugin >
691
697
<groupId >org.apache.maven.plugins</groupId >
692
698
<artifactId >maven-pmd-plugin</artifactId >
693
- <version >3.2 </version >
699
+ <version >3.3 </version >
694
700
<configuration >
695
701
<excludes >
696
702
<exclude >org/scoverage/plugin/HelpMojo.java</exclude >
@@ -703,7 +709,7 @@ under the License.
703
709
<plugin >
704
710
<groupId >org.apache.maven.plugins</groupId >
705
711
<artifactId >maven-surefire-report-plugin</artifactId >
706
- <version >2.18</version >
712
+ <version >2.18.1 </version >
707
713
<reportSets >
708
714
<reportSet >
709
715
<reports >
@@ -753,7 +759,7 @@ under the License.
753
759
<plugin >
754
760
<groupId >org.codehaus.mojo</groupId >
755
761
<artifactId >javancss-maven-plugin</artifactId >
756
- <version >2.0 </version >
762
+ <version >2.1 </version >
757
763
</plugin >
758
764
759
765
<plugin >
@@ -871,7 +877,7 @@ under the License.
871
877
<plugin >
872
878
<groupId >org.apache.maven.plugins</groupId >
873
879
<artifactId >maven-gpg-plugin</artifactId >
874
- <version >1.5 </version >
880
+ <version >1.6 </version >
875
881
</plugin >
876
882
</plugins >
877
883
</build >
0 commit comments