Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make build to use a local .m2 #13264

Merged
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions product-scenarios/test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -98,16 +98,16 @@ else
PRODUCT_VERSION="-$PRODUCT_VERSION"
fi

#cd $HOME/../modules/integration/tests-common
#mvn clean install -Dmaven.test.skip=true
#cd $HOME
cd $HOME/../modules/integration/tests-common
mvn clean install -Dmaven.test.skip=true -Dmaven.repo.local="${INPUT_DIR}/m2"
cd $HOME

#=============== Execute Scenarios ===============================================
#mvn clean install -Dorg.slf4j.simpleLogger.log.org.apache.maven.cli.transfer.Slf4jMavenTransferListener=warn \
#-DsuiteXmlFile=src/test/resources/testng${PRODUCT_VERSION}.xml \
#-fae -B -f pom.xml
#sleep 5000
mvn clean install -fae
mvn clean install -fae -Dmaven.repo.local="${INPUT_DIR}/m2"
MVNSTATE=$?

#=============== Copy Surefire Reports ===========================================
Expand Down
Loading
You are viewing a condensed version of this merge commit. You can view the full changes here.