This is an automated email from the ASF dual-hosted git repository.
journey pushed a commit to branch dev
in repository https://gitbox.apache.org/repos/asf/incubator-dolphinscheduler.git
The following commit(s) were added to refs/heads/dev by this push:
new 9dfc93e Exclude .mvn/jvm.config and
.mvn/wrapper/maven-wrapper.properties (#2387)
9dfc93e is described below
commit 9dfc93e0a2285daa13762acc105c3bdc95fe44dc
Author: liwenhe1993 <[email protected]>
AuthorDate: Thu Apr 9 15:22:45 2020 +0800
Exclude .mvn/jvm.config and .mvn/wrapper/maven-wrapper.properties (#2387)
* Remove .helmignore file
* Exclude .mvn/jvm.config and .mvn/wrapper/maven-wrapper.properties
When running rat, exclude .mvn/jvm.config and
.mvn/wrapper/maven-wrapper.properties
---
pom.xml | 2 ++
1 file changed, 2 insertions(+)
diff --git a/pom.xml b/pom.xml
index 84df526..d9fcac7 100644
--- a/pom.xml
+++ b/pom.xml
@@ -798,6 +798,8 @@
<exclude>**/docs/**</exclude>
<exclude>**/*.babelrc</exclude>
<exclude>**/*.eslintrc</exclude>
+ <exclude>**/.mvn/jvm.config</exclude>
+
<exclude>**/.mvn/wrapper/maven-wrapper.properties</exclude>
</excludes>
<consoleOutput>true</consoleOutput>
</configuration>