mirror of https://github.com/apache/druid.git
Include workaround for CycloneDX is causing POM build errors to web-console as well (#13874)
This commit is contained in:
parent
38ac71ee56
commit
775f89c75b
|
@ -55,8 +55,10 @@ function _build_distribution() {
|
|||
|
||||
(
|
||||
# Add HEAD as an allowed HTTP method since this is how we check when the Druid service is ready.
|
||||
# Added -Dcyclonedx.skip=true to avoid ISO-8859-1 [ERROR]s
|
||||
# May be fixed in the future. See https://github.com/apache/druid/pull/13867
|
||||
cd "$(_get_code_root)" \
|
||||
&& mvn -Pdist,skip-static-checks,skip-tests -Dmaven.javadoc.skip=true -q -T1C install \
|
||||
&& mvn -Pdist,skip-static-checks,skip-tests -Dmaven.javadoc.skip=true -Dcyclonedx.skip=true -q -T1C install \
|
||||
&& cd distribution/target \
|
||||
&& tar xzf "apache-druid-$(_get_druid_version)-bin.tar.gz" \
|
||||
&& cd apache-druid-$(_get_druid_version) \
|
||||
|
|
Loading…
Reference in New Issue