|
201 | 201 | </plugin>
|
202 | 202 | <plugin>
|
203 | 203 | <artifactId>maven-site-plugin</artifactId>
|
204 |
| - <version>3.3</version> |
| 204 | + <version>3.7.1</version> |
205 | 205 | <executions>
|
206 | 206 | <execution>
|
207 | 207 | <id>attach-descriptor</id>
|
|
253 | 253 | <plugin>
|
254 | 254 | <groupId>org.apache.maven.plugins</groupId>
|
255 | 255 | <artifactId>maven-surefire-report-plugin</artifactId>
|
256 |
| - <version>2.16</version> |
| 256 | + <version>2.22.2</version> |
257 | 257 | <configuration>
|
258 | 258 | <outputDirectory>${project.reporting.outputDirectory}/testresults</outputDirectory>
|
259 | 259 | </configuration>
|
260 | 260 | </plugin>
|
261 | 261 | <plugin>
|
262 |
| - <groupId>org.apache.maven.plugins</groupId> |
263 |
| - <artifactId>maven-javadoc-plugin</artifactId> |
264 |
| - <version>2.10.3</version> |
265 |
| - <configuration> |
266 |
| - <aggregate>true</aggregate> |
267 |
| - </configuration> |
268 |
| - <reportSets> |
269 |
| - <reportSet> |
270 |
| - <id>html</id> |
271 |
| - <reports> |
272 |
| - <report>javadoc</report> |
273 |
| - </reports> |
274 |
| - </reportSet> |
275 |
| - </reportSets> |
276 |
| - </plugin> |
| 262 | + <groupId>org.apache.maven.plugins</groupId> |
| 263 | + <artifactId>maven-javadoc-plugin</artifactId> |
| 264 | + <version>3.1.0</version> |
| 265 | + <configuration> |
| 266 | + <useStandardDocletOptions>true</useStandardDocletOptions> |
| 267 | + <maxmemory>800m</maxmemory> |
| 268 | + <doclint>none</doclint> |
| 269 | + </configuration> |
| 270 | + </plugin> |
277 | 271 | <plugin>
|
278 | 272 | <groupId>org.apache.maven.plugins</groupId>
|
279 | 273 | <artifactId>maven-project-info-reports-plugin</artifactId>
|
280 |
| - <version>2.7</version> |
| 274 | + <version>3.0.0</version> |
281 | 275 | </plugin>
|
282 | 276 | <plugin>
|
283 | 277 | <groupId>org.apache.maven.plugins</groupId>
|
284 | 278 | <artifactId>maven-jxr-plugin</artifactId>
|
285 |
| - <version>2.3</version> |
286 |
| - <configuration> |
287 |
| - <aggregate>true</aggregate> |
288 |
| - </configuration> |
| 279 | + <version>3.0.0</version> |
289 | 280 | </plugin>
|
290 | 281 | <plugin>
|
291 | 282 | <groupId>org.codehaus.mojo</groupId>
|
292 | 283 | <artifactId>cobertura-maven-plugin</artifactId>
|
293 |
| - <version>2.6</version> |
| 284 | + <version>2.7</version> |
294 | 285 | <configuration>
|
295 | 286 | <aggregate>true</aggregate>
|
296 | 287 | <outputDirectory>%{project.reporting.outputDirectory}/cobertura</outputDirectory>
|
|
299 | 290 | <plugin>
|
300 | 291 | <groupId>org.codehaus.mojo</groupId>
|
301 | 292 | <artifactId>findbugs-maven-plugin</artifactId>
|
302 |
| - <version>2.5.3</version> |
| 293 | + <version>3.0.5</version> |
303 | 294 | </plugin>
|
304 | 295 | <plugin>
|
305 | 296 | <groupId>org.codehaus.mojo</groupId>
|
|
0 commit comments