Skip to content

Commit 5c1e1b2

Browse files
committed
temporary
1 parent e6a286d commit 5c1e1b2

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

guava-shaded/pom.xml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -215,6 +215,16 @@
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>

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -748,7 +748,7 @@
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>

0 commit comments

Comments
 (0)