This is an automated email from the ASF dual-hosted git repository. veithen pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/ws-axiom.git
The following commit(s) were added to refs/heads/master by this push: new e680734e3 Link to external Javadoc for Jakarta APIs e680734e3 is described below commit e680734e37c4340877622c1988979cfa44a2e428 Author: Andreas Veithen <andreas.veit...@gmail.com> AuthorDate: Wed Jan 1 13:19:30 2025 +0000 Link to external Javadoc for Jakarta APIs --- apidocs/pom.xml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/apidocs/pom.xml b/apidocs/pom.xml index e56ae6526..83b0040ce 100644 --- a/apidocs/pom.xml +++ b/apidocs/pom.xml @@ -122,6 +122,10 @@ <additionalOptions> <additionalOption>-html5</additionalOption> </additionalOptions> + <links> + <link>https://jakarta.ee/specifications/activation/2.1/apidocs/</link> + <link>https://jakarta.ee/specifications/xml-binding/4.0/apidocs/</link> + </links> </configuration> </plugin> <plugin>