Skip to content
This repository was archived by the owner on Apr 7, 2022. It is now read-only.

Commit 9edaef3

Browse files
committed
Upgrade maven plugins
1 parent 1423bf1 commit 9edaef3

1 file changed

Lines changed: 13 additions & 57 deletions

File tree

pom.xml

Lines changed: 13 additions & 57 deletions
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,7 @@
197197
<plugin>
198198
<groupId>org.apache.maven.plugins</groupId>
199199
<artifactId>maven-compiler-plugin</artifactId>
200-
<version>2.5.1</version>
200+
<version>3.1</version>
201201
<configuration>
202202
<source>1.6</source>
203203
<target>1.6</target>
@@ -211,7 +211,7 @@
211211
<plugin>
212212
<groupId>org.apache.maven.plugins</groupId>
213213
<artifactId>maven-install-plugin</artifactId>
214-
<version>2.3.1</version>
214+
<version>2.5.1</version>
215215
</plugin>
216216
<plugin>
217217
<groupId>org.apache.maven.plugins</groupId>
@@ -221,27 +221,27 @@
221221
<plugin>
222222
<groupId>org.apache.maven.plugins</groupId>
223223
<artifactId>maven-surefire-plugin</artifactId>
224-
<version>2.12</version>
224+
<version>2.17</version>
225225
</plugin>
226226
<plugin>
227227
<groupId>org.apache.maven.plugins</groupId>
228228
<artifactId>maven-resources-plugin</artifactId>
229-
<version>2.5</version>
229+
<version>2.6</version>
230230
</plugin>
231231
<plugin>
232232
<groupId>org.apache.maven.plugins</groupId>
233233
<artifactId>maven-deploy-plugin</artifactId>
234-
<version>2.7</version>
234+
<version>2.8.1</version>
235235
</plugin>
236236
<plugin>
237237
<groupId>org.apache.maven.plugins</groupId>
238238
<artifactId>maven-source-plugin</artifactId>
239-
<version>2.1.2</version>
239+
<version>2.2.1</version>
240240
</plugin>
241241
<plugin>
242242
<groupId>org.apache.maven.plugins</groupId>
243243
<artifactId>maven-assembly-plugin</artifactId>
244-
<version>2.3</version>
244+
<version>2.4</version>
245245
<configuration>
246246
<attach>false</attach>
247247
<runOnlyAtExecutionRoot>true</runOnlyAtExecutionRoot>
@@ -256,14 +256,14 @@
256256
<dependency>
257257
<groupId>org.apache.apache.resources</groupId>
258258
<artifactId>apache-source-release-assembly-descriptor</artifactId>
259-
<version>1.0.3</version>
259+
<version>1.0.4</version>
260260
</dependency>
261261
</dependencies>
262262
</plugin>
263263
<plugin>
264264
<groupId>org.apache.maven.plugins</groupId>
265265
<artifactId>maven-release-plugin</artifactId>
266-
<version>2.3.2</version>
266+
<version>2.5</version>
267267
<configuration>
268268
<autoVersionSubmodules>true</autoVersionSubmodules>
269269
<preparationGoals>clean install</preparationGoals>
@@ -283,19 +283,19 @@
283283
<plugin>
284284
<groupId>org.apache.maven.plugins</groupId>
285285
<artifactId>maven-site-plugin</artifactId>
286-
<version>3.2</version>
286+
<version>3.3</version>
287287
<dependencies>
288288
<dependency><!-- add support for ssh/scp -->
289289
<groupId>org.apache.maven.wagon</groupId>
290290
<artifactId>wagon-ssh</artifactId>
291-
<version>1.0</version>
291+
<version>2.6</version>
292292
</dependency>
293293
</dependencies>
294294
</plugin>
295295
<plugin>
296296
<groupId>org.apache.maven.plugins</groupId>
297297
<artifactId>maven-javadoc-plugin</artifactId>
298-
<version>2.8.1</version>
298+
<version>2.9.1</version>
299299
<configuration>
300300
<quiet>true</quiet>
301301
</configuration>
@@ -338,7 +338,7 @@
338338
<plugin>
339339
<groupId>org.apache.maven.plugins</groupId>
340340
<artifactId>maven-changes-plugin</artifactId>
341-
<version>2.7.1</version>
341+
<version>2.9</version>
342342
<inherited>false</inherited>
343343
<executions>
344344
<execution>
@@ -436,22 +436,6 @@
436436
</profiles>
437437
<reporting>
438438
<plugins>
439-
<plugin>
440-
<groupId>org.apache.maven.plugins</groupId>
441-
<artifactId>maven-checkstyle-plugin</artifactId>
442-
<version>2.9.1</version>
443-
<configuration>
444-
<configLocation>
445-
${basedir}/${topDirectoryLocation}/src/checkstyle/jwebunit-checkstyle.xml
446-
</configLocation>
447-
<headerLocation>
448-
${basedir}/${topDirectoryLocation}/src/checkstyle/header-checkstyle.txt
449-
</headerLocation>
450-
<xrefLocation>
451-
${project.reporting.outputDirectory}/${topDirectoryLocation}/xref
452-
</xrefLocation>
453-
</configuration>
454-
</plugin>
455439
<plugin>
456440
<groupId>org.apache.maven.plugins</groupId>
457441
<artifactId>maven-surefire-report-plugin</artifactId>
@@ -483,16 +467,6 @@
483467
</issueLinkTemplatePerSystem>
484468
</configuration>
485469
</plugin>
486-
<plugin>
487-
<groupId>org.codehaus.mojo</groupId>
488-
<artifactId>findbugs-maven-plugin</artifactId>
489-
<version>2.5.1</version>
490-
<configuration>
491-
<xrefLocation>
492-
${project.reporting.outputDirectory}/${topDirectoryLocation}/xref
493-
</xrefLocation>
494-
</configuration>
495-
</plugin>
496470
<plugin>
497471
<groupId>org.apache.maven.plugins</groupId>
498472
<artifactId>maven-javadoc-plugin</artifactId>
@@ -537,23 +511,6 @@
537511
<aggregate>true</aggregate>
538512
</configuration>
539513
</plugin>
540-
<plugin>
541-
<groupId>org.codehaus.mojo</groupId>
542-
<artifactId>taglist-maven-plugin</artifactId>
543-
<version>2.4</version>
544-
<configuration>
545-
<aggregate>true</aggregate>
546-
</configuration>
547-
</plugin>
548-
<plugin>
549-
<groupId>org.apache.maven.plugins</groupId>
550-
<artifactId>maven-pmd-plugin</artifactId>
551-
<version>2.7.1</version>
552-
<configuration>
553-
<aggregate>true</aggregate>
554-
<targetJdk>1.5</targetJdk>
555-
</configuration>
556-
</plugin>
557514
<plugin>
558515
<groupId>org.apache.maven.plugins</groupId>
559516
<artifactId>maven-project-info-reports-plugin</artifactId>
@@ -562,7 +519,6 @@
562519
<reportSet>
563520
<reports>
564521
<report>index</report>
565-
<report>dependencies</report>
566522
<report>project-team</report>
567523
<report>mailing-list</report>
568524
<report>license</report>

0 commit comments

Comments
 (0)