File tree Expand file tree Collapse file tree 2 files changed +11
-1
lines changed Expand file tree Collapse file tree 2 files changed +11
-1
lines changed Original file line number Diff line number Diff line change 215215 </execution >
216216 </executions >
217217 </plugin >
218+ <plugin >
219+ <groupId >org.apache.maven.plugins</groupId >
220+ <artifactId >maven-javadoc-plugin</artifactId >
221+ <configuration >
222+ <!-- Failed to execute goal org.apache.maven.plugins:maven-javadoc-plugin:3.2.0:jar (attach-javadocs) on project java-driver-guava-shaded:
223+ javadoc: error - No public or protected classes found to document.
224+ -->
225+ <skip >true</skip >
226+ </configuration >
227+ </plugin >
218228 <plugin >
219229 <artifactId >maven-jar-plugin</artifactId >
220230 <executions >
Original file line number Diff line number Diff line change 748748 <verbose >false</verbose >
749749 <quiet >true</quiet >
750750 <doclint >all,-missing</doclint >
751- <excludePackageNames >com.datastax.*.driver.internal*</excludePackageNames >
751+ <excludePackageNames >com.datastax.*.driver.internal*,com.datastax.oss.driver.shaded* </excludePackageNames >
752752 <tags >
753753 <tag >
754754 <name >apiNote</name >
You can’t perform that action at this time.
0 commit comments