Hey, I am having an issue downloading artifacts that are hosted on their network. My scripts failed when I ran ‘pre’ command.
Pre:
# Create the Cache directory
- mkdir -p m2_cache_dir
# Download and install packages in the CACHE_DIR.
# Skip execution of the tests in the pre step
- mvn -Dmaven.repo.local=$CACHE_DIR -Dmaven.test.skip=true clean install