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-proton-j.git


The following commit(s) were added to refs/heads/main by this push:
     new eea1907e PROTON-2605: set -noindex to exclude various .js files from 
javadoc output
eea1907e is described below

commit eea1907ec4a793018574e24ac55fc3c53585d439
Author: Robbie Gemmell <[email protected]>
AuthorDate: Thu Sep 8 16:33:10 2022 +0100

    PROTON-2605: 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 2c663e2b..895043d7 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: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to