This is an automated email from the ASF dual-hosted git repository.
hulee pushed a commit to branch helix-0.9-release
in repository https://gitbox.apache.org/repos/asf/helix.git
The following commit(s) were added to refs/heads/helix-0.9-release by this push:
new 690d008 Disable JavaDoc check
690d008 is described below
commit 690d008727159fc4b761b4085ef00b13f9c8ffbd
Author: Hunter Lee <[email protected]>
AuthorDate: Sun Jun 2 16:50:46 2019 -0700
Disable JavaDoc check
---
pom.xml | 3 +++
1 file changed, 3 insertions(+)
diff --git a/pom.xml b/pom.xml
index 8481470..9a8c114 100644
--- a/pom.xml
+++ b/pom.xml
@@ -523,6 +523,9 @@ under the License.
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
<version>2.9</version>
+ <configuration>
+ <skip>true</skip>
+ </configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>