This is an automated email from the ASF dual-hosted git repository.
jamesbognar pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/juneau.git
The following commit(s) were added to refs/heads/master by this push:
new 94f48e78c7 juneau-docs improvements
94f48e78c7 is described below
commit 94f48e78c7f2b612f4151f64d18945c2ab44914d
Author: James Bognar <[email protected]>
AuthorDate: Fri Dec 26 11:59:00 2025 -0500
juneau-docs improvements
---
pom.xml | 6 ++++++
1 file changed, 6 insertions(+)
diff --git a/pom.xml b/pom.xml
index 400853a4cd..def6f4a8ae 100644
--- a/pom.xml
+++ b/pom.xml
@@ -167,6 +167,9 @@
<configuration>
<skipEmptyPackages>true</skipEmptyPackages>
<failOnError>false</failOnError>
+ <additionalOptions>
+
<additionalOption>-quiet</additionalOption>
+ </additionalOptions>
</configuration>
</execution>
</executions>
@@ -215,6 +218,9 @@
<additionalJOption>-header</additionalJOption>
<additionalJOption><a href="http://juneau.apache.org"
target="_blank"><img src="/img/oakleaf.svg" alt="Apache Juneau"
style="height:20px; vertical-align:middle; margin-right:5px;">Apache
Juneau</a></additionalJOption>
</additionalJOptions>
+ <additionalOptions>
+
<additionalOption>-quiet</additionalOption>
+ </additionalOptions>
<show>protected</show>
<windowtitle>Apache Juneau
${project.version}</windowtitle>
<author>true</author>