This is an automated email from the ASF dual-hosted git repository. ggregory pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/juneau.git
commit c8f4d8d24679a92b0f82665a10dc00518ad38b24 Author: Gary Gregory <[email protected]> AuthorDate: Sat Apr 6 09:42:37 2024 -0400 Remove Javadoc options no longer supported Udpate Javadoc link from 8 to ${maven.compiler.target} --- pom.xml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/pom.xml b/pom.xml index 10a4e8267..b81bc2d87 100644 --- a/pom.xml +++ b/pom.xml @@ -230,15 +230,13 @@ <author>true</author> <linksource>true</linksource> <bootclasspath>${sun.boot.class.path}</bootclasspath> - <classpath>${basedir}/juneau-doc/tools.jar</classpath> <overview>${basedir}/juneau-doc/src/main/javadoc/overview.html</overview> <stylesheetfile>${basedir}/juneau-doc/src/main/javadoc/javadoc.css</stylesheetfile> <use>false</use> - <additionalparams>-sourcetab 3 -notimestamp --allow-script-in-comments</additionalparams> <excludePackageNames>*proto*:*test*:org.apache.juneau.doc.internal</excludePackageNames> <linksource>true</linksource> <links> - <link>https://docs.oracle.com/javase/8/docs/api/</link> + <link>https://docs.oracle.com/javase/${maven.compiler.target}/docs/api/</link> <link>https://jakarta.ee/specifications/platform/8/apidocs/</link> <link>https://hc.apache.org/httpcomponents-client-4.5.x/current/httpclient/apidocs/</link> <link>https://hc.apache.org/httpcomponents-core-4.4.x/current/httpcore/apidocs/</link>
