Skip to content

Commit 89f202a

Browse files
committed
site update
1 parent 2706bb7 commit 89f202a

File tree

2 files changed

+16
-25
lines changed

2 files changed

+16
-25
lines changed

pom.xml

Lines changed: 15 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,7 @@
201201
</plugin>
202202
<plugin>
203203
<artifactId>maven-site-plugin</artifactId>
204-
<version>3.3</version>
204+
<version>3.7.1</version>
205205
<executions>
206206
<execution>
207207
<id>attach-descriptor</id>
@@ -253,44 +253,35 @@
253253
<plugin>
254254
<groupId>org.apache.maven.plugins</groupId>
255255
<artifactId>maven-surefire-report-plugin</artifactId>
256-
<version>2.16</version>
256+
<version>2.22.2</version>
257257
<configuration>
258258
<outputDirectory>${project.reporting.outputDirectory}/testresults</outputDirectory>
259259
</configuration>
260260
</plugin>
261261
<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>
277271
<plugin>
278272
<groupId>org.apache.maven.plugins</groupId>
279273
<artifactId>maven-project-info-reports-plugin</artifactId>
280-
<version>2.7</version>
274+
<version>3.0.0</version>
281275
</plugin>
282276
<plugin>
283277
<groupId>org.apache.maven.plugins</groupId>
284278
<artifactId>maven-jxr-plugin</artifactId>
285-
<version>2.3</version>
286-
<configuration>
287-
<aggregate>true</aggregate>
288-
</configuration>
279+
<version>3.0.0</version>
289280
</plugin>
290281
<plugin>
291282
<groupId>org.codehaus.mojo</groupId>
292283
<artifactId>cobertura-maven-plugin</artifactId>
293-
<version>2.6</version>
284+
<version>2.7</version>
294285
<configuration>
295286
<aggregate>true</aggregate>
296287
<outputDirectory>%{project.reporting.outputDirectory}/cobertura</outputDirectory>
@@ -299,7 +290,7 @@
299290
<plugin>
300291
<groupId>org.codehaus.mojo</groupId>
301292
<artifactId>findbugs-maven-plugin</artifactId>
302-
<version>2.5.3</version>
293+
<version>3.0.5</version>
303294
</plugin>
304295
<plugin>
305296
<groupId>org.codehaus.mojo</groupId>

src/site/site.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ xsi:schemaLocation="http://maven.apache.org/DECORATION/1.0.0 http://maven.apache
1616
<skin>
1717
<groupId>org.apache.maven.skins</groupId>
1818
<artifactId>maven-fluido-skin</artifactId>
19-
<version>1.3.0</version>
19+
<version>1.7</version>
2020
</skin>
2121

2222
<bannerLeft>

0 commit comments

Comments
 (0)