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 6659ba819 Generate Javadoc for all code in axiom-api 6659ba819 is described below commit 6659ba8192ac348b2b33d2dba0fc020b23defd7f Author: Andreas Veithen <andreas.veit...@gmail.com> AuthorDate: Wed Jan 1 12:51:04 2025 +0000 Generate Javadoc for all code in axiom-api Code in base64-utils and blob gets included in the axiom-api artifact. We need to make sure the Javadoc for that code is generated properly. --- apidocs/pom.xml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/apidocs/pom.xml b/apidocs/pom.xml index 587619ace..e56ae6526 100644 --- a/apidocs/pom.xml +++ b/apidocs/pom.xml @@ -36,6 +36,16 @@ </properties> <dependencies> + <dependency> + <groupId>${project.groupId}</groupId> + <artifactId>base64-utils</artifactId> + <version>${project.version}</version> + </dependency> + <dependency> + <groupId>${project.groupId}</groupId> + <artifactId>blob</artifactId> + <version>${project.version}</version> + </dependency> <dependency> <groupId>${project.groupId}</groupId> <artifactId>axiom-api</artifactId>