You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@geronimo.apache.org by rm...@apache.org on 2020/11/10 14:19:27 UTC

[geronimo-jcache-simple] branch master updated: javadoc tuning

This is an automated email from the ASF dual-hosted git repository.

rmannibucau pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/geronimo-jcache-simple.git


The following commit(s) were added to refs/heads/master by this push:
     new df4ae73  javadoc tuning
df4ae73 is described below

commit df4ae738da5d41254376cf5747ad6f9ec2645065
Author: Romain Manni-Bucau <rm...@gmail.com>
AuthorDate: Tue Nov 10 15:19:22 2020 +0100

    javadoc tuning
---
 pom.xml | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/pom.xml b/pom.xml
index 8f63359..4ae6216 100644
--- a/pom.xml
+++ b/pom.xml
@@ -166,6 +166,14 @@
       </plugin>
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-javadoc-plugin</artifactId>
+        <version>3.2.0</version>
+        <configuration>
+          <doclint>none</doclint>
+        </configuration>
+      </plugin>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-jar-plugin</artifactId>
         <version>3.0.2</version>
         <executions>