This is an automated email from the ASF dual-hosted git repository.
jstorck pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/nifi.git
The following commit(s) were added to refs/heads/master by this push:
new 2f3ed5c NIFI-6694 Removed erroneous inclusion of the Hive 3 component
on the JDK 8 ja_JP locale build stage on Travis
2f3ed5c is described below
commit 2f3ed5c40ce3301493db782d6c6a10b47194e598
Author: Jeff Storck <[email protected]>
AuthorDate: Mon Sep 30 23:52:13 2019 -0400
NIFI-6694 Removed erroneous inclusion of the Hive 3 component on the JDK 8
ja_JP locale build stage on Travis
This closes #3781
---
.travis.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.travis.yml b/.travis.yml
index 72ae924..14a0da6 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -67,7 +67,7 @@ matrix:
jdk: openjdk8
script: >-
mvn clean install -V -T 1C
- -pl `find . -type d \( -name "*-nar" -or -name "*-assembly" -or -name
"*hive3*" \) -and -not -name "*api-nar" -and -not -name "*hive3*" -and -not
-path "*/target/*" -and -not -name "*__*" -printf "!./%P,"`
+ -pl `find . -type d \( -name "*-nar" -or -name "*-assembly" -or -name
"*hive3*" \) -and -not -name "*api-nar" -and -not -path "*/target/*" -and -not
-name "*__*" -printf "!./%P,"`
-Pcontrib-check,include-grpc -Ddir-only
-Dmaven.surefire.arguments="-Duser.language=ja -Duser.region=JP"
| grep -v -F -f .travis-output-filters