|
197 | 197 | <plugin> |
198 | 198 | <groupId>org.apache.maven.plugins</groupId> |
199 | 199 | <artifactId>maven-compiler-plugin</artifactId> |
200 | | - <version>2.5.1</version> |
| 200 | + <version>3.1</version> |
201 | 201 | <configuration> |
202 | 202 | <source>1.6</source> |
203 | 203 | <target>1.6</target> |
|
211 | 211 | <plugin> |
212 | 212 | <groupId>org.apache.maven.plugins</groupId> |
213 | 213 | <artifactId>maven-install-plugin</artifactId> |
214 | | - <version>2.3.1</version> |
| 214 | + <version>2.5.1</version> |
215 | 215 | </plugin> |
216 | 216 | <plugin> |
217 | 217 | <groupId>org.apache.maven.plugins</groupId> |
|
221 | 221 | <plugin> |
222 | 222 | <groupId>org.apache.maven.plugins</groupId> |
223 | 223 | <artifactId>maven-surefire-plugin</artifactId> |
224 | | - <version>2.12</version> |
| 224 | + <version>2.17</version> |
225 | 225 | </plugin> |
226 | 226 | <plugin> |
227 | 227 | <groupId>org.apache.maven.plugins</groupId> |
228 | 228 | <artifactId>maven-resources-plugin</artifactId> |
229 | | - <version>2.5</version> |
| 229 | + <version>2.6</version> |
230 | 230 | </plugin> |
231 | 231 | <plugin> |
232 | 232 | <groupId>org.apache.maven.plugins</groupId> |
233 | 233 | <artifactId>maven-deploy-plugin</artifactId> |
234 | | - <version>2.7</version> |
| 234 | + <version>2.8.1</version> |
235 | 235 | </plugin> |
236 | 236 | <plugin> |
237 | 237 | <groupId>org.apache.maven.plugins</groupId> |
238 | 238 | <artifactId>maven-source-plugin</artifactId> |
239 | | - <version>2.1.2</version> |
| 239 | + <version>2.2.1</version> |
240 | 240 | </plugin> |
241 | 241 | <plugin> |
242 | 242 | <groupId>org.apache.maven.plugins</groupId> |
243 | 243 | <artifactId>maven-assembly-plugin</artifactId> |
244 | | - <version>2.3</version> |
| 244 | + <version>2.4</version> |
245 | 245 | <configuration> |
246 | 246 | <attach>false</attach> |
247 | 247 | <runOnlyAtExecutionRoot>true</runOnlyAtExecutionRoot> |
|
256 | 256 | <dependency> |
257 | 257 | <groupId>org.apache.apache.resources</groupId> |
258 | 258 | <artifactId>apache-source-release-assembly-descriptor</artifactId> |
259 | | - <version>1.0.3</version> |
| 259 | + <version>1.0.4</version> |
260 | 260 | </dependency> |
261 | 261 | </dependencies> |
262 | 262 | </plugin> |
263 | 263 | <plugin> |
264 | 264 | <groupId>org.apache.maven.plugins</groupId> |
265 | 265 | <artifactId>maven-release-plugin</artifactId> |
266 | | - <version>2.3.2</version> |
| 266 | + <version>2.5</version> |
267 | 267 | <configuration> |
268 | 268 | <autoVersionSubmodules>true</autoVersionSubmodules> |
269 | 269 | <preparationGoals>clean install</preparationGoals> |
|
283 | 283 | <plugin> |
284 | 284 | <groupId>org.apache.maven.plugins</groupId> |
285 | 285 | <artifactId>maven-site-plugin</artifactId> |
286 | | - <version>3.2</version> |
| 286 | + <version>3.3</version> |
287 | 287 | <dependencies> |
288 | 288 | <dependency><!-- add support for ssh/scp --> |
289 | 289 | <groupId>org.apache.maven.wagon</groupId> |
290 | 290 | <artifactId>wagon-ssh</artifactId> |
291 | | - <version>1.0</version> |
| 291 | + <version>2.6</version> |
292 | 292 | </dependency> |
293 | 293 | </dependencies> |
294 | 294 | </plugin> |
295 | 295 | <plugin> |
296 | 296 | <groupId>org.apache.maven.plugins</groupId> |
297 | 297 | <artifactId>maven-javadoc-plugin</artifactId> |
298 | | - <version>2.8.1</version> |
| 298 | + <version>2.9.1</version> |
299 | 299 | <configuration> |
300 | 300 | <quiet>true</quiet> |
301 | 301 | </configuration> |
|
338 | 338 | <plugin> |
339 | 339 | <groupId>org.apache.maven.plugins</groupId> |
340 | 340 | <artifactId>maven-changes-plugin</artifactId> |
341 | | - <version>2.7.1</version> |
| 341 | + <version>2.9</version> |
342 | 342 | <inherited>false</inherited> |
343 | 343 | <executions> |
344 | 344 | <execution> |
|
436 | 436 | </profiles> |
437 | 437 | <reporting> |
438 | 438 | <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> |
455 | 439 | <plugin> |
456 | 440 | <groupId>org.apache.maven.plugins</groupId> |
457 | 441 | <artifactId>maven-surefire-report-plugin</artifactId> |
|
483 | 467 | </issueLinkTemplatePerSystem> |
484 | 468 | </configuration> |
485 | 469 | </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> |
496 | 470 | <plugin> |
497 | 471 | <groupId>org.apache.maven.plugins</groupId> |
498 | 472 | <artifactId>maven-javadoc-plugin</artifactId> |
|
537 | 511 | <aggregate>true</aggregate> |
538 | 512 | </configuration> |
539 | 513 | </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> |
557 | 514 | <plugin> |
558 | 515 | <groupId>org.apache.maven.plugins</groupId> |
559 | 516 | <artifactId>maven-project-info-reports-plugin</artifactId> |
|
562 | 519 | <reportSet> |
563 | 520 | <reports> |
564 | 521 | <report>index</report> |
565 | | - <report>dependencies</report> |
566 | 522 | <report>project-team</report> |
567 | 523 | <report>mailing-list</report> |
568 | 524 | <report>license</report> |
|
0 commit comments