We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents db5a41d + b739a01 commit b90aca0Copy full SHA for b90aca0
packages/clickhouse-jdbc-all/pom.xml
@@ -37,7 +37,25 @@
37
</archive>
38
</configuration>
39
</plugin>
40
-
+ <plugin>
41
+ <groupId>org.apache.maven.plugins</groupId>
42
+ <artifactId>maven-javadoc-plugin</artifactId>
43
+ <version>${javadoc-plugin.version}</version>
44
+ <configuration>
45
+ <skip>true</skip>
46
+ </configuration>
47
+ <executions>
48
+ <execution>
49
+ <id>attach-javadocs</id>
50
+ <goals>
51
+ <goal>jar</goal>
52
+ </goals>
53
54
55
56
+ </execution>
57
+ </executions>
58
+ </plugin>
59
<plugin>
60
<groupId>org.apache.maven.plugins</groupId>
61
<artifactId>maven-shade-plugin</artifactId>
0 commit comments