We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 32b0103 commit dd2a0d7Copy full SHA for dd2a0d7
pom.xml
@@ -259,6 +259,9 @@
259
<goals>
260
<goal>jar</goal>
261
</goals>
262
+ <configuration>
263
+ <useModulePath>false</useModulePath>
264
+ </configuration>
265
</execution>
266
</executions>
267
</plugin>
vtl-spark/pom.xml
@@ -71,14 +71,6 @@
71
</archive>
72
</configuration>
73
74
- <plugin>
75
- <groupId>org.apache.maven.plugins</groupId>
76
- <artifactId>maven-javadoc-plugin</artifactId>
77
- <version>3.8.0</version>
78
- <configuration>
79
- <useModulePath>false</useModulePath>
80
- </configuration>
81
- </plugin>
82
</plugins>
83
</build>
84
0 commit comments