diff --git a/pom.xml b/pom.xml index f546684..c0faea2 100644 --- a/pom.xml +++ b/pom.xml @@ -15,7 +15,9 @@ limitations under the License. --> - + 4.0.0 com.datastax.oss @@ -24,7 +26,8 @@ bundle Shaded Guava artifact for use in the DataStax Java driver for Apache Cassandra® - Shaded Guava artifact for use in the DataStax Java driver for Apache Cassandra® + Shaded Guava artifact for use in the DataStax Java driver for Apache Cassandra® + https://github.com/datastax/java-driver-shaded-guava @@ -67,17 +70,44 @@ - maven-jar-plugin - 3.0.2 + maven-dependency-plugin + 3.1.1 - empty-javadoc-jar + unpack-shaded-sources + package + + unpack + + + + + com.datastax.oss + java-driver-shaded-guava + ${project.version} + jar + sources + ${project.build.directory}/shaded-sources + + + + + + + + maven-javadoc-plugin + 3.0.1 + + + attach-shaded-javadocs jar - javadoc - ${basedir}/src/main/javadoc + false + true + none + ${project.build.directory}/shaded-sources diff --git a/src/main/javadoc/README.txt b/src/main/javadoc/README.txt deleted file mode 100644 index 57f82b2..0000000 --- a/src/main/javadoc/README.txt +++ /dev/null @@ -1,2 +0,0 @@ -This empty JAR is generated for compliance with Maven Central rules. Please refer to the original -Guava API docs. \ No newline at end of file