You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@qpid.apache.org by ro...@apache.org on 2022/09/08 15:49:57 UTC

[qpid-jms] branch main updated: QPIDJMS-580: set -noindex to exclude various .js files from javadoc output

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 <ro...@apache.org>
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: commits-unsubscribe@qpid.apache.org
For additional commands, e-mail: commits-help@qpid.apache.org