[HUDI-2192] Clean up Multiple versions of scala libraries detected Warning (#3292)
This commit is contained in:
@@ -48,6 +48,7 @@
|
|||||||
<args>
|
<args>
|
||||||
<arg>-nobootcp</arg>
|
<arg>-nobootcp</arg>
|
||||||
</args>
|
</args>
|
||||||
|
<checkMultipleScalaVersions>false</checkMultipleScalaVersions>
|
||||||
</configuration>
|
</configuration>
|
||||||
</plugin>
|
</plugin>
|
||||||
</plugins>
|
</plugins>
|
||||||
|
|||||||
@@ -47,6 +47,7 @@
|
|||||||
<args>
|
<args>
|
||||||
<arg>-nobootcp</arg>
|
<arg>-nobootcp</arg>
|
||||||
</args>
|
</args>
|
||||||
|
<checkMultipleScalaVersions>false</checkMultipleScalaVersions>
|
||||||
</configuration>
|
</configuration>
|
||||||
</plugin>
|
</plugin>
|
||||||
<plugin>
|
<plugin>
|
||||||
|
|||||||
@@ -49,6 +49,7 @@
|
|||||||
<args>
|
<args>
|
||||||
<arg>-nobootcp</arg>
|
<arg>-nobootcp</arg>
|
||||||
</args>
|
</args>
|
||||||
|
<checkMultipleScalaVersions>false</checkMultipleScalaVersions>
|
||||||
</configuration>
|
</configuration>
|
||||||
</plugin>
|
</plugin>
|
||||||
<plugin>
|
<plugin>
|
||||||
|
|||||||
@@ -47,6 +47,7 @@
|
|||||||
<args>
|
<args>
|
||||||
<arg>-nobootcp</arg>
|
<arg>-nobootcp</arg>
|
||||||
</args>
|
</args>
|
||||||
|
<checkMultipleScalaVersions>false</checkMultipleScalaVersions>
|
||||||
</configuration>
|
</configuration>
|
||||||
</plugin>
|
</plugin>
|
||||||
<plugin>
|
<plugin>
|
||||||
|
|||||||
@@ -47,6 +47,7 @@
|
|||||||
<args>
|
<args>
|
||||||
<arg>-nobootcp</arg>
|
<arg>-nobootcp</arg>
|
||||||
</args>
|
</args>
|
||||||
|
<checkMultipleScalaVersions>false</checkMultipleScalaVersions>
|
||||||
</configuration>
|
</configuration>
|
||||||
</plugin>
|
</plugin>
|
||||||
<plugin>
|
<plugin>
|
||||||
|
|||||||
4
pom.xml
4
pom.xml
@@ -338,6 +338,9 @@
|
|||||||
<groupId>net.alchim31.maven</groupId>
|
<groupId>net.alchim31.maven</groupId>
|
||||||
<artifactId>scala-maven-plugin</artifactId>
|
<artifactId>scala-maven-plugin</artifactId>
|
||||||
<version>${scala-maven-plugin.version}</version>
|
<version>${scala-maven-plugin.version}</version>
|
||||||
|
<configuration>
|
||||||
|
<checkMultipleScalaVersions>false</checkMultipleScalaVersions>
|
||||||
|
</configuration>
|
||||||
</plugin>
|
</plugin>
|
||||||
<plugin>
|
<plugin>
|
||||||
<groupId>org.apache.maven.plugins</groupId>
|
<groupId>org.apache.maven.plugins</groupId>
|
||||||
@@ -1327,6 +1330,7 @@
|
|||||||
<excludes>
|
<excludes>
|
||||||
<exclude>${project.basedir}/src/main/scala</exclude>
|
<exclude>${project.basedir}/src/main/scala</exclude>
|
||||||
</excludes>
|
</excludes>
|
||||||
|
<checkMultipleScalaVersions>false</checkMultipleScalaVersions>
|
||||||
</configuration>
|
</configuration>
|
||||||
</execution>
|
</execution>
|
||||||
</executions>
|
</executions>
|
||||||
|
|||||||
Reference in New Issue
Block a user