mirror of
https://github.com/Alfresco/alfresco-transform-core.git
synced 2025-05-19 17:14:47 +00:00
Merge branch 'master' into ATS-648
This commit is contained in:
commit
1cc1f03919
@ -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