File tree Expand file tree Collapse file tree 1 file changed +0
-29
lines changed
Expand file tree Collapse file tree 1 file changed +0
-29
lines changed Original file line number Diff line number Diff line change 546546 </execution >
547547 </executions >
548548 </plugin >
549- <plugin >
550- <artifactId >maven-javadoc-plugin</artifactId >
551- <version >${maven_javadoc_version} </version >
552- <executions >
553- <execution >
554- <id >attach-javadoc</id >
555- <goals >
556- <goal >jar</goal >
557- </goals >
558- <configuration >
559- <doclint >none</doclint >
560- </configuration >
561- </execution >
562- </executions >
563- <configuration >
564- <includeDependencySources >true</includeDependencySources >
565- <dependencySourceIncludes >
566- <dependencySourceInclude >com.alibaba:dubbo-*</dependencySourceInclude >
567- <dependencySourceExclude >com.alibaba:hessian-*</dependencySourceExclude >
568- </dependencySourceIncludes >
569- <show >public</show >
570- <charset >UTF-8</charset >
571- <encoding >UTF-8</encoding >
572- <docencoding >UTF-8</docencoding >
573- <links >
574- <link >http://docs.oracle.com/javase/7/docs/api</link >
575- </links >
576- </configuration >
577- </plugin >
578549 </plugins >
579550 </build >
580551</project >
You can’t perform that action at this time.
0 commit comments