mirror of
https://github.com/Alfresco/alfresco-transform-core.git
synced 2025-05-26 17:24:47 +00:00
ATS-656: Execute Maven commands in non-interactive mode
This commit is contained in:
parent
dd932644bb
commit
cd097f1988
@ -11,7 +11,7 @@ export VERSION=$(git describe --abbrev=0 --tags)
|
||||
mkdir -p deploy_dir
|
||||
|
||||
# Download the WhiteSource report
|
||||
mvn org.alfresco:whitesource-downloader-plugin:inventoryReport \
|
||||
mvn -B org.alfresco:whitesource-downloader-plugin:inventoryReport \
|
||||
-N \
|
||||
"-Dorg.whitesource.product=Transform Service" \
|
||||
-DsaveReportAs=deploy_dir/3rd-party.xlsx
|
||||
|
@ -11,7 +11,7 @@ export VERSION=$(git describe --abbrev=0 --tags)
|
||||
mkdir -p deploy_dir
|
||||
|
||||
# Download the WhiteSource report
|
||||
mvn org.alfresco:whitesource-downloader-plugin:inventoryReport \
|
||||
mvn -B org.alfresco:whitesource-downloader-plugin:inventoryReport \
|
||||
-N \
|
||||
"-Dorg.whitesource.product=Transform Service" \
|
||||
-DsaveReportAs=deploy_dir/3rd-party.xlsx
|
||||
|
@ -6,7 +6,7 @@ set -vex
|
||||
pushd "$(dirname "${BASH_SOURCE[0]}")/../"
|
||||
|
||||
|
||||
mvn clean install \
|
||||
mvn -B clean install \
|
||||
-DskipTests org.whitesource:whitesource-maven-plugin:update \
|
||||
-Dorg.whitesource.failOnError=true \
|
||||
-Dorg.whitesource.forceUpdate=true \
|
||||
|
Loading…
x
Reference in New Issue
Block a user