Skip to content

Commit 3dd6716

Browse files
committed
plugin updates, remove reporting
1 parent 3728c85 commit 3dd6716

File tree

1 file changed

+3
-36
lines changed

1 file changed

+3
-36
lines changed

pom.xml

Lines changed: 3 additions & 36 deletions
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@
6767
<plugin>
6868
<groupId>org.apache.maven.plugins</groupId>
6969
<artifactId>maven-surefire-plugin</artifactId>
70-
<version>3.2.1</version>
70+
<version>3.2.2</version>
7171
</plugin>
7272
<plugin>
7373
<groupId>org.apache.maven.plugins</groupId>
@@ -196,7 +196,7 @@
196196
<plugin>
197197
<groupId>org.apache.maven.plugins</groupId>
198198
<artifactId>maven-javadoc-plugin</artifactId>
199-
<version>3.6.0</version>
199+
<version>3.6.2</version>
200200
<configuration>
201201
<additionalparam>--allow-script-in-comments</additionalparam>
202202
<excludePackageNames>org.htmlunit.cssparser.parser.javacc</excludePackageNames>
@@ -263,39 +263,6 @@
263263
</plugin>
264264
</plugins>
265265
</build>
266-
<reporting>
267-
<plugins>
268-
<plugin>
269-
<groupId>org.apache.maven.plugins</groupId>
270-
<artifactId>maven-javadoc-plugin</artifactId>
271-
<version>3.6.0</version>
272-
<configuration>
273-
<additionalparam>--allow-script-in-comments</additionalparam>
274-
<links>
275-
<link>http://docs.oracle.com/javase/8/docs/api/</link>
276-
</links>
277-
<excludePackageNames>org.htmlunit.cssparser.parser.javacc</excludePackageNames>
278-
</configuration>
279-
</plugin>
280-
<plugin>
281-
<groupId>org.apache.maven.plugins</groupId>
282-
<artifactId>maven-changes-plugin</artifactId>
283-
<version>2.12.1</version>
284-
<reportSets>
285-
<reportSet>
286-
<reports>
287-
<report>changes-report</report>
288-
</reports>
289-
</reportSet>
290-
</reportSets>
291-
<configuration>
292-
<issueLinkTemplatePerSystem>
293-
<features>http://sourceforge.net/p/htmlunit/feature-requests/%ISSUE%</features>
294-
</issueLinkTemplatePerSystem>
295-
</configuration>
296-
</plugin>
297-
</plugins>
298-
</reporting>
299266

300267
<licenses>
301268
<license>
@@ -353,7 +320,7 @@
353320
<dependency>
354321
<groupId>org.junit.jupiter</groupId>
355322
<artifactId>junit-jupiter-engine</artifactId>
356-
<version>5.10.0</version>
323+
<version>5.10.1</version>
357324
<scope>test</scope>
358325
</dependency>
359326
<dependency>

0 commit comments

Comments
 (0)