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:15 UTC

[qpid-protonj2] branch main updated: PROTON-2606: 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-protonj2.git


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

commit 03987b93879bad68882a94ad16aef3db16e202fb
Author: Robbie Gemmell <ro...@apache.org>
AuthorDate: Thu Sep 8 16:48:53 2022 +0100

    PROTON-2606: 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 ce8d1e9c..663dec19 100644
--- a/pom.xml
+++ b/pom.xml
@@ -324,6 +324,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>
   </build>


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