This is an automated email from the ASF dual-hosted git repository.
robbie pushed a commit to branch 1.x
in repository https://gitbox.apache.org/repos/asf/qpid-jms.git
The following commit(s) were added to refs/heads/1.x by this push:
new 72d657bd QPIDJMS-580: set -noindex to exclude various .js files from
javadoc output
72d657bd is described below
commit 72d657bd9d9c341c7bef33dd845f1d00ec58d848
Author: Robbie Gemmell <[email protected]>
AuthorDate: Thu Sep 8 16:42:01 2022 +0100
QPIDJMS-580: set -noindex to exclude various .js files from javadoc output
(cherry picked from commit 9db5baf32882d2eb77696ddbc87d997aa7f46ca8)
---
pom.xml | 7 +++++++
1 file changed, 7 insertions(+)
diff --git a/pom.xml b/pom.xml
index a7f20e56..bcc25f39 100644
--- a/pom.xml
+++ b/pom.xml
@@ -322,6 +322,13 @@
<artifactId>jacoco-maven-plugin</artifactId>
<version>${jacoco-plugin-version}</version>
</plugin>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-javadoc-plugin</artifactId>
+ <configuration>
+ <noindex>true</noindex>
+ </configuration>
+ </plugin>
</plugins>
</pluginManagement>
<plugins>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]