File tree Expand file tree Collapse file tree 2 files changed +16
-2
lines changed
Expand file tree Collapse file tree 2 files changed +16
-2
lines changed Original file line number Diff line number Diff line change 4141 <source >src/main/resources/kubernetes</source >
4242 </configuration >
4343 </plugin >
44-
44+ <plugin >
45+ <groupId >org.apache.maven.plugins</groupId >
46+ <artifactId >maven-javadoc-plugin</artifactId >
47+ <version >${maven-javadoc-plugin.version} </version >
48+ <configuration >
49+ <doclint >none</doclint >
50+ </configuration >
51+ <executions >
52+ <execution >
53+ <id >attach-javadocs</id >
54+ <goals >
55+ <goal >jar</goal >
56+ </goals >
57+ </execution >
58+ </executions >
59+ </plugin >
4560 </plugins >
4661 </build >
4762
Original file line number Diff line number Diff line change 181181 <version >${maven-javadoc-plugin.version} </version >
182182 <configuration >
183183 <doclint >all,missing</doclint >
184- <excludePackageNames >io.crossplane.compositefunctions.protobuf:io.crossplane.apiextensions.*</excludePackageNames >
185184 </configuration >
186185 <executions >
187186 <execution >
You can’t perform that action at this time.
0 commit comments