This repository was archived by the owner on Jan 29, 2024. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 99 <url >http://www.vidolima.com/projects/doco</url >
1010 <description >Doco - Documment Converter</description >
1111 <properties >
12- <maven .javadoc.failOnError>false</maven .javadoc.failOnError>
12+ <!-- maven.javadoc.failOnError>false</maven.javadoc.failOnError-- >
1313 <project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
1414 <maven .compiler.target>1.7</maven .compiler.target>
1515 <maven .compiler.source>1.7</maven .compiler.source>
4444 <artifactId >maven-release-plugin</artifactId >
4545 <version >2.5</version >
4646 </plugin >
47+ <plugin >
48+ <artifactId >maven-javadoc-plugin</artifactId >
49+ <version >2.9.1</version >
50+ </plugin >
4751 </plugins >
4852 </pluginManagement >
4953 <plugins >
7983 <goals >
8084 <goal >jar</goal >
8185 </goals >
86+ <configuration >
87+ <!-- switch on dependency-driven aggregation -->
88+ <includeDependencySources >true</includeDependencySources >
89+ <dependencySourceIncludes >
90+ <!-- include ONLY dependencies I control -->
91+ <dependencySourceInclude >com.vidolima.doco:*</dependencySourceInclude >
92+ </dependencySourceIncludes >
93+ </configuration >
8294 </execution >
8395 </executions >
8496 </plugin >
You can’t perform that action at this time.
0 commit comments