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.
1 parent 38219b2 commit 6670749Copy full SHA for 6670749
packages/clickhouse-jdbc-all/pom.xml
@@ -37,25 +37,6 @@
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