mirror of
https://github.com/apache/zeppelin
synced 2026-05-24 09:38:26 +00:00
RAT: Disabel RAT check on downloaded rscala folder
This commit is contained in:
parent
8d664f66c0
commit
ee6e43b8e1
1 changed files with 3 additions and 2 deletions
|
|
@ -237,7 +237,7 @@
|
|||
<artifactId>rscala</artifactId>
|
||||
<version>${rscala.version}</version>
|
||||
<scope>system</scope>
|
||||
<systemPath>${user.dir}/spark/lib/rscala/inst/java/rscala_${scala.binary.version}-${rscala.version}.jar</systemPath>
|
||||
<systemPath>${project.basedir}/lib/rscala/inst/java/rscala_${scala.binary.version}-${rscala.version}.jar</systemPath>
|
||||
</dependency>
|
||||
|
||||
<!--TEST-->
|
||||
|
|
@ -313,7 +313,8 @@
|
|||
<exclude>**/derby.log</exclude>
|
||||
<exclude>**/metastore_db/</exclude>
|
||||
<exclude>**/README.md</exclude>
|
||||
<exclude>dependency-reduced-pom.xml</exclude>
|
||||
<exclude>**/dependency-reduced-pom.xml</exclude>
|
||||
<exclude>**/lib/rscala/**</exclude>
|
||||
</excludes>
|
||||
</configuration>
|
||||
</plugin>
|
||||
|
|
|
|||
Loading…
Reference in a new issue