Force a check for updated releases and snapshots on remote repositories, when building the Continuous-Validation workflow.

This commit is contained in:
Lampros Smyrnaios 2024-01-24 14:08:32 +02:00
parent ff47a941f5
commit eee085c104
2 changed files with 3 additions and 3 deletions

View File

@ -4,7 +4,7 @@ DEFAULT_PROFILE='' # It's the empty profile.
NEWER_VERSIONS_PROFILE='-Pscala-2.12'
CHOSEN_MAVEN_PROFILE=${DEFAULT_PROFILE}
mvn clean install ${CHOSEN_MAVEN_PROFILE} -Dmaven.test.skip=true
mvn clean install -U ${CHOSEN_MAVEN_PROFILE} -Dmaven.test.skip=true
# We skip tests for all modules, since the take a big amount of time and some of them fail.
# Any test added to this module, will be executed in the "runOozieWorkflow.sh" script.

View File

@ -5,8 +5,8 @@ NEWER_VERSIONS_PROFILE='-Pscala-2.12'
CHOSEN_MAVEN_PROFILE=${DEFAULT_PROFILE}
mvn clean package ${CHOSEN_MAVEN_PROFILE} -Poozie-package,deploy,run \
mvn clean package -U ${CHOSEN_MAVEN_PROFILE} -Poozie-package,deploy,run \
-Dworkflow.source.dir=eu/dnetlib/dhp/continuous_validator
echo -e "\n\nShowing the contents of \"extract-and-run-on-remote-host.log\":\n\n"
echo -e "\n\nShowing the contents of \"extract-and-run-on-remote-host.log\":\n"
cat ./target/extract-and-run-on-remote-host.log