This is an automated email from the ASF dual-hosted git repository.
vinoth pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-hudi.git
The following commit(s) were added to refs/heads/master by this push:
new fad4bd3 [HUDI-745] CI should fail PRs with unapproved license files
(#1464)
fad4bd3 is described below
commit fad4bd377bb14a9ff6e684a526d0eaa65458d91d
Author: vinoth chandar <[email protected]>
AuthorDate: Sun Mar 29 10:59:40 2020 -0700
[HUDI-745] CI should fail PRs with unapproved license files (#1464)
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 9db40e4..7d711ad 100644
--- a/pom.xml
+++ b/pom.xml
@@ -354,7 +354,7 @@
</configuration>
<executions>
<execution>
- <phase>package</phase>
+ <phase>compile</phase>
<goals>
<goal>check</goal>
</goals>