Skip to content

Commit

Permalink
remove dubbo-all javadoc plugin (#2456)
Browse files Browse the repository at this point in the history
  • Loading branch information
jerrick-zhu authored Sep 6, 2018
1 parent 97d20a3 commit acd7000
Showing 1 changed file with 0 additions and 29 deletions.
29 changes: 0 additions & 29 deletions all/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>

0 comments on commit acd7000

Please sign in to comment.