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 <[email protected]>
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: [email protected]
For additional commands, e-mail: [email protected]