mirror of https://github.com/apache/iotdb
add excludes in rat plugin of pom
This commit is contained in:
parent
1ef5bfe520
commit
20eb6a8ef8
9
pom.xml
9
pom.xml
|
@ -379,6 +379,15 @@
|
|||
</goals>
|
||||
</execution>
|
||||
</executions>
|
||||
<configuration>
|
||||
<excludes>
|
||||
<!-- Additional files like .gitignore etc.-->
|
||||
<exclude>**/.*/**</exclude>
|
||||
<exclude>**/data/**</exclude>
|
||||
<exclude>NOTICE*</exclude>
|
||||
<exclude>licenses/*</exclude>
|
||||
</excludes>
|
||||
</configuration>
|
||||
</plugin>
|
||||
<!--use `mvn cobertura:cobertura` -->
|
||||
<plugin>
|
||||
|
|
Loading…
Reference in New Issue