This is an automated email from the ASF dual-hosted git repository.
jerrick pushed a commit to branch 2.6.x
in repository https://gitbox.apache.org/repos/asf/incubator-dubbo.git
The following commit(s) were added to refs/heads/2.6.x by this push:
new acd7000 remove dubbo-all javadoc plugin (#2456)
acd7000 is described below
commit acd7000224f6bb4b31f0d5b6a284c8c1150eccda
Author: Jerrick Zhu <[email protected]>
AuthorDate: Thu Sep 6 11:45:46 2018 +0800
remove dubbo-all javadoc plugin (#2456)
---
all/pom.xml | 29 -----------------------------
1 file changed, 29 deletions(-)
diff --git a/all/pom.xml b/all/pom.xml
index f277d3b..4d8245c 100644
--- a/all/pom.xml
+++ b/all/pom.xml
@@ -546,35 +546,6 @@
</execution>
</executions>
</plugin>
- <plugin>
- <artifactId>maven-javadoc-plugin</artifactId>
- <version>${maven_javadoc_version}</version>
- <executions>
- <execution>
- <id>attach-javadoc</id>
- <goals>
- <goal>jar</goal>
- </goals>
- <configuration>
- <doclint>none</doclint>
- </configuration>
- </execution>
- </executions>
- <configuration>
- <includeDependencySources>true</includeDependencySources>
- <dependencySourceIncludes>
-
<dependencySourceInclude>com.alibaba:dubbo-*</dependencySourceInclude>
-
<dependencySourceExclude>com.alibaba:hessian-*</dependencySourceExclude>
- </dependencySourceIncludes>
- <show>public</show>
- <charset>UTF-8</charset>
- <encoding>UTF-8</encoding>
- <docencoding>UTF-8</docencoding>
- <links>
- <link>http://docs.oracle.com/javase/7/docs/api</link>
- </links>
- </configuration>
- </plugin>
</plugins>
</build>
</project>
\ No newline at end of file