Skip to content

Commit 25689fc

Browse files
committed
Remove invalid links from maven-javadoc-plugin
1 parent c9c6f98 commit 25689fc

1 file changed

Lines changed: 1 addition & 9 deletions

File tree

bundle-parent/pom.xml

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
information: "Portions copyright [year] [name of copyright owner]".
1414
1515
Copyright (c) 2010-2015 ForgeRock AS. All rights reserved.
16-
Portions Copyright 2017-2022 Wren Security.
16+
Portions Copyright 2017-2025 Wren Security.
1717
-->
1818
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
1919
<modelVersion>4.0.0</modelVersion>
@@ -167,14 +167,6 @@
167167
<plugin>
168168
<groupId>org.apache.maven.plugins</groupId>
169169
<artifactId>maven-javadoc-plugin</artifactId>
170-
171-
<configuration>
172-
<links>
173-
<link>http://download.oracle.com/javase/8/docs/api/</link>
174-
<link>http://docs.groovy-lang.org/latest/html/api/</link>
175-
<link>http://openicf.forgerock.org/apidocs/</link>
176-
</links>
177-
</configuration>
178170
</plugin>
179171

180172
<!-- XXX FIXME

0 commit comments

Comments
 (0)