|
201 | 201 | <plugins>
|
202 | 202 | <plugin>
|
203 | 203 | <artifactId>maven-compiler-plugin</artifactId>
|
204 |
| - <version>3.1</version> |
| 204 | + <version>3.3</version> |
205 | 205 | <configuration>
|
206 | 206 | <source>1.6</source>
|
207 | 207 | <target>1.6</target>
|
|
214 | 214 | <plugin>
|
215 | 215 | <groupId>org.apache.maven.plugins</groupId>
|
216 | 216 | <artifactId>maven-eclipse-plugin</artifactId>
|
217 |
| - <version>2.9</version> |
| 217 | + <version>2.10</version> |
218 | 218 | <configuration>
|
219 | 219 | <downloadSources>true</downloadSources>
|
220 | 220 | </configuration>
|
221 | 221 | </plugin>
|
222 | 222 |
|
223 | 223 | <plugin>
|
224 | 224 | <artifactId>maven-jar-plugin</artifactId>
|
225 |
| - <version>2.4</version> |
| 225 | + <version>2.6</version> |
226 | 226 | <configuration>
|
227 | 227 | <archive>
|
228 | 228 | <manifest>
|
|
237 | 237 | <plugin>
|
238 | 238 | <groupId>org.codehaus.mojo</groupId>
|
239 | 239 | <artifactId>versions-maven-plugin</artifactId>
|
240 |
| - <version>2.1</version> |
| 240 | + <version>2.2</version> |
241 | 241 | <executions>
|
242 | 242 | <execution>
|
243 | 243 | <id>check-for-dependency-updates</id>
|
|
259 | 259 | <plugin>
|
260 | 260 | <groupId>org.codehaus.mojo</groupId>
|
261 | 261 | <artifactId>findbugs-maven-plugin</artifactId>
|
262 |
| - <version>2.5.3</version> |
| 262 | + <version>2.5.5</version> |
263 | 263 | <configuration>
|
264 | 264 | <findbugsXmlOutput>true</findbugsXmlOutput>
|
265 | 265 | <findbugsXmlWithMessages>true</findbugsXmlWithMessages>
|
|
272 | 272 | <plugin>
|
273 | 273 | <groupId>org.codehaus.mojo</groupId>
|
274 | 274 | <artifactId>cobertura-maven-plugin</artifactId>
|
275 |
| - <version>2.6</version> |
| 275 | + <version>2.7</version> |
276 | 276 | <configuration>
|
277 | 277 | <formats>
|
278 | 278 | <format>html</format>
|
|
287 | 287 | </plugin>
|
288 | 288 | <plugin>
|
289 | 289 | <artifactId>maven-pmd-plugin</artifactId>
|
290 |
| - <version>3.1</version> |
| 290 | + <version>3.6</version> |
291 | 291 | <configuration>
|
292 | 292 | <targetJdk>1.5</targetJdk>
|
293 | 293 | <sourceEncoding>utf-8</sourceEncoding>
|
|
296 | 296 | <plugin>
|
297 | 297 | <groupId>org.apache.maven.plugins</groupId>
|
298 | 298 | <artifactId>maven-javadoc-plugin</artifactId>
|
299 |
| - <version>2.9.1</version> |
| 299 | + <version>2.10.3</version> |
300 | 300 | <configuration>
|
301 | 301 | <detectJavaApiLink>false</detectJavaApiLink>
|
302 | 302 | <detectLinks>false</detectLinks>
|
|
310 | 310 | <plugin>
|
311 | 311 | <groupId>org.apache.maven.plugins</groupId>
|
312 | 312 | <artifactId>maven-changelog-plugin</artifactId>
|
313 |
| - <version>2.2</version> |
| 313 | + <version>2.3</version> |
314 | 314 | <configuration>
|
315 | 315 | <issueIDRegexPattern>[Ii]ssue[# ]*(\d)+</issueIDRegexPattern>
|
316 | 316 | <issueLinkUrl>http://code.google.com/p/owasp-esapi-java/issues/detail?id=%ISSUE%</issueLinkUrl>
|
|
323 | 323 | <plugin>
|
324 | 324 | <groupId>org.codehaus.mojo</groupId>
|
325 | 325 | <artifactId>versions-maven-plugin</artifactId>
|
326 |
| - <version>2.1</version> |
| 326 | + <version>2.2</version> |
327 | 327 | <reportSets>
|
328 | 328 | <reportSet>
|
329 | 329 | <reports>
|
|
337 | 337 | <plugin>
|
338 | 338 | <groupId>org.owasp</groupId>
|
339 | 339 | <artifactId>dependency-check-maven</artifactId>
|
340 |
| - <version>1.2.11</version> |
| 340 | + <version>1.3.3</version> |
341 | 341 | <configuration>
|
342 | 342 | <externalReport>false</externalReport>
|
343 | 343 | </configuration>
|
344 | 344 | </plugin>
|
345 | 345 | <plugin>
|
346 | 346 | <groupId>org.apache.maven.plugins</groupId>
|
347 | 347 | <artifactId>maven-surefire-report-plugin</artifactId>
|
348 |
| - <version>2.17</version> |
| 348 | + <version>2.19.1</version> |
| 349 | + </plugin> |
| 350 | + <plugin> |
| 351 | + <groupId>org.apache.maven.plugins</groupId> |
| 352 | + <artifactId>maven-surefire-plugin</artifactId> |
| 353 | + <version>2.19.1</version> |
| 354 | + </plugin> |
| 355 | + <plugin> |
| 356 | + <groupId>org.apache.maven.plugins</groupId> |
| 357 | + <artifactId>maven-clean-plugin</artifactId> |
| 358 | + <version>3.0.0</version> |
| 359 | + </plugin> |
| 360 | + <plugin> |
| 361 | + <groupId>org.apache.maven.plugins</groupId> |
| 362 | + <artifactId>maven-install-plugin</artifactId> |
| 363 | + <version>2.5.2</version> |
| 364 | + </plugin> |
| 365 | + <plugin> |
| 366 | + <groupId>org.apache.maven.plugins</groupId> |
| 367 | + <artifactId>maven-resources-plugin</artifactId> |
| 368 | + <version>2.7</version> |
| 369 | + </plugin> |
| 370 | + <plugin> |
| 371 | + <groupId>org.apache.maven.plugins</groupId> |
| 372 | + <artifactId>maven-site-plugin</artifactId> |
| 373 | + <version>3.4</version> |
| 374 | + </plugin> |
| 375 | + <plugin> |
| 376 | + <groupId>org.apache.maven.plugins</groupId> |
| 377 | + <artifactId>maven-deploy-plugin</artifactId> |
| 378 | + <version>2.8.2</version> |
349 | 379 | </plugin>
|
350 | 380 | </plugins>
|
351 | 381 | </reporting>
|
|
384 | 414 | <plugin>
|
385 | 415 | <groupId>org.apache.maven.plugins</groupId>
|
386 | 416 | <artifactId>maven-gpg-plugin</artifactId>
|
387 |
| - <version>1.5</version> |
| 417 | + <version>1.6</version> |
388 | 418 | <executions>
|
389 | 419 | <execution>
|
390 | 420 | <id>sign-artifacts</id>
|
|
402 | 432 | <plugin>
|
403 | 433 | <groupId>org.apache.maven.plugins</groupId>
|
404 | 434 | <artifactId>maven-jar-plugin</artifactId>
|
405 |
| - <version>2.4</version> |
| 435 | + <version>2.6</version> |
406 | 436 | <!--
|
407 | 437 | <executions>
|
408 | 438 | <execution>
|
|
436 | 466 | <plugin>
|
437 | 467 | <groupId>org.apache.maven.plugins</groupId>
|
438 | 468 | <artifactId>maven-enforcer-plugin</artifactId>
|
439 |
| - <version>1.3.1</version> |
| 469 | + <version>1.4.1</version> |
440 | 470 | <executions>
|
441 | 471 | <execution>
|
442 | 472 | <id>enforce-jdk-version</id>
|
|
462 | 492 | <plugin>
|
463 | 493 | <groupId>org.apache.maven.plugins</groupId>
|
464 | 494 | <artifactId>maven-javadoc-plugin</artifactId>
|
465 |
| - <version>2.9.1</version> |
| 495 | + <version>2.10.3</version> |
466 | 496 | <executions>
|
467 | 497 | <execution>
|
468 | 498 | <id>attach-javadocs</id>
|
|
477 | 507 | <plugin>
|
478 | 508 | <groupId>org.apache.maven.plugins</groupId>
|
479 | 509 | <artifactId>maven-assembly-plugin</artifactId>
|
480 |
| - <version>2.4</version> |
| 510 | + <version>2.6</version> |
481 | 511 | <configuration>
|
482 | 512 | <descriptors>
|
483 | 513 | <descriptor>src/main/assembly/dist.xml</descriptor>
|
|
499 | 529 | <plugin>
|
500 | 530 | <groupId>org.apache.maven.plugins</groupId>
|
501 | 531 | <artifactId>maven-release-plugin</artifactId>
|
502 |
| - <version>2.5</version> |
| 532 | + <version>2.5.3</version> |
503 | 533 | <configuration>
|
504 | 534 | <tagBase>https://owasp-esapi-java.googlecode.com/svn/tags/releases/</tagBase>
|
505 | 535 | </configuration>
|
|
0 commit comments