mirror of
https://github.com/apache/nifi.git
synced 2025-02-07 18:48:51 +00:00
NIFI-6694 Removed erroneous inclusion of the Hive 3 component on the JDK 8 ja_JP locale build stage on Travis
This closes #3781
This commit is contained in:
parent
61baa41e7b
commit
2f3ed5c40c
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user