File tree Expand file tree Collapse file tree 1 file changed +39
-0
lines changed
Expand file tree Collapse file tree 1 file changed +39
-0
lines changed Original file line number Diff line number Diff line change 556556 </plugin >
557557 </plugins >
558558 </build >
559+
560+ <profiles >
561+ <profile >
562+ <id >release</id >
563+ <build >
564+ <plugins >
565+ <plugin >
566+ <artifactId >maven-javadoc-plugin</artifactId >
567+ <version >${maven_javadoc_version} </version >
568+ <executions >
569+ <execution >
570+ <id >attach-javadoc</id >
571+ <goals >
572+ <goal >jar</goal >
573+ </goals >
574+ <configuration >
575+ <doclint >none</doclint >
576+ </configuration >
577+ </execution >
578+ </executions >
579+ <configuration >
580+ <includeDependencySources >true</includeDependencySources >
581+ <dependencySourceIncludes >
582+ <dependencySourceInclude >org.apache.dubbo:dubbo-*</dependencySourceInclude >
583+ <dependencySourceExclude >com.alibaba:hessian-*</dependencySourceExclude >
584+ </dependencySourceIncludes >
585+ <show >public</show >
586+ <charset >UTF-8</charset >
587+ <encoding >UTF-8</encoding >
588+ <docencoding >UTF-8</docencoding >
589+ <links >
590+ <link >http://docs.oracle.com/javase/7/docs/api</link >
591+ </links >
592+ </configuration >
593+ </plugin >
594+ </plugins >
595+ </build >
596+ </profile >
597+ </profiles >
559598</project >
You can’t perform that action at this time.
0 commit comments