1
0

[HUDI-2192] Clean up Multiple versions of scala libraries detected Warning (#3292)

This commit is contained in:
Vinay Patil
2021-07-21 13:03:27 +05:30
committed by GitHub
parent 4f1350f7c1
commit 5a94b6bf54
6 changed files with 9 additions and 0 deletions

View File

@@ -48,6 +48,7 @@
<args>
<arg>-nobootcp</arg>
</args>
<checkMultipleScalaVersions>false</checkMultipleScalaVersions>
</configuration>
</plugin>
</plugins>

View File

@@ -47,6 +47,7 @@
<args>
<arg>-nobootcp</arg>
</args>
<checkMultipleScalaVersions>false</checkMultipleScalaVersions>
</configuration>
</plugin>
<plugin>

View File

@@ -49,6 +49,7 @@
<args>
<arg>-nobootcp</arg>
</args>
<checkMultipleScalaVersions>false</checkMultipleScalaVersions>
</configuration>
</plugin>
<plugin>

View File

@@ -47,6 +47,7 @@
<args>
<arg>-nobootcp</arg>
</args>
<checkMultipleScalaVersions>false</checkMultipleScalaVersions>
</configuration>
</plugin>
<plugin>

View File

@@ -47,6 +47,7 @@
<args>
<arg>-nobootcp</arg>
</args>
<checkMultipleScalaVersions>false</checkMultipleScalaVersions>
</configuration>
</plugin>
<plugin>

View File

@@ -338,6 +338,9 @@
<groupId>net.alchim31.maven</groupId>
<artifactId>scala-maven-plugin</artifactId>
<version>${scala-maven-plugin.version}</version>
<configuration>
<checkMultipleScalaVersions>false</checkMultipleScalaVersions>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
@@ -1327,6 +1330,7 @@
<excludes>
<exclude>${project.basedir}/src/main/scala</exclude>
</excludes>
<checkMultipleScalaVersions>false</checkMultipleScalaVersions>
</configuration>
</execution>
</executions>