This is an automated email from the ASF dual-hosted git repository.
robbie pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/qpid-jms.git
The following commit(s) were added to refs/heads/main by this push:
new 9db5baf3 QPIDJMS-580: set -noindex to exclude various .js files from
javadoc output
9db5baf3 is described below
commit 9db5baf32882d2eb77696ddbc87d997aa7f46ca8
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
---
pom.xml | 7 +++++++
1 file changed, 7 insertions(+)
diff --git a/pom.xml b/pom.xml
index 4c4dd9aa..bdace1ae 100644
--- a/pom.xml
+++ b/pom.xml
@@ -321,6 +321,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]