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/axis-axis2-java-core.git
The following commit(s) were added to refs/heads/master by this push:
new 2a66f1e342 AXIS2-6066: Use the new syntax to include generated content
into the site
2a66f1e342 is described below
commit 2a66f1e34248d70ecad4fbce9faf397a23c68e92
Author: Andreas Veithen <[email protected]>
AuthorDate: Fri Sep 13 11:44:39 2024 +0000
AXIS2-6066: Use the new syntax to include generated content into the site
---
modules/tool/axis2-aar-maven-plugin/src/site/site.xml | 2 +-
modules/tool/axis2-java2wsdl-maven-plugin/src/site/site.xml | 2 +-
modules/tool/axis2-mar-maven-plugin/src/site/site.xml | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/modules/tool/axis2-aar-maven-plugin/src/site/site.xml
b/modules/tool/axis2-aar-maven-plugin/src/site/site.xml
index 9b559e753e..353102bfc3 100644
--- a/modules/tool/axis2-aar-maven-plugin/src/site/site.xml
+++ b/modules/tool/axis2-aar-maven-plugin/src/site/site.xml
@@ -41,6 +41,6 @@
<item name="How to Use" href="howto.html"/>
<item name="Configuration" href="configuration.html"/>
</menu>
- ${reports}
+ <menu ref="reports"/>
</body>
</project>
diff --git a/modules/tool/axis2-java2wsdl-maven-plugin/src/site/site.xml
b/modules/tool/axis2-java2wsdl-maven-plugin/src/site/site.xml
index c221ee48d6..16db58b799 100644
--- a/modules/tool/axis2-java2wsdl-maven-plugin/src/site/site.xml
+++ b/modules/tool/axis2-java2wsdl-maven-plugin/src/site/site.xml
@@ -41,6 +41,6 @@
<item name="How to Use" href="howto.html"/>
<item name="Configuration" href="configuration.html"/>
</menu>
- ${reports}
+ <menu ref="reports"/>
</body>
</project>
diff --git a/modules/tool/axis2-mar-maven-plugin/src/site/site.xml
b/modules/tool/axis2-mar-maven-plugin/src/site/site.xml
index bde6778ff1..b0b45e10ba 100644
--- a/modules/tool/axis2-mar-maven-plugin/src/site/site.xml
+++ b/modules/tool/axis2-mar-maven-plugin/src/site/site.xml
@@ -41,6 +41,6 @@
<item name="How to Use" href="howto.html"/>
<item name="Configuration" href="configuration.html"/>
</menu>
- ${reports}
+ <menu ref="reports"/>
</body>
</project>