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 2023/03/02 13:18:11 UTC

[qpid-proton-j] 02/09: PROTON-2605: 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 0.34.x
in repository https://gitbox.apache.org/repos/asf/qpid-proton-j.git

commit 2e10c072b87c2bed9ca72c5ab52713e9ac0903ca
Author: Robbie Gemmell <ro...@apache.org>
AuthorDate: Thu Sep 8 16:33:10 2022 +0100

    PROTON-2605: set -noindex to exclude various .js files from javadoc output
    
    (cherry picked from commit eea1907ec4a793018574e24ac55fc3c53585d439)
---
 pom.xml | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/pom.xml b/pom.xml
index 8a99e0cb..dc849de7 100644
--- a/pom.xml
+++ b/pom.xml
@@ -183,6 +183,13 @@
             <pushChanges>true</pushChanges>
           </configuration>
         </plugin>
+        <plugin>
+          <groupId>org.apache.maven.plugins</groupId>
+          <artifactId>maven-javadoc-plugin</artifactId>
+          <configuration>
+            <noindex>true</noindex>
+          </configuration>
+        </plugin>
         <plugin>
           <groupId>org.jacoco</groupId>
           <artifactId>jacoco-maven-plugin</artifactId>


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@qpid.apache.org
For additional commands, e-mail: commits-help@qpid.apache.org