After performing the below maven command found in bitbucket-pipelines.yml:
- mvn -s setting.xml dependency:list # e.g. with settings.xml in the root of the project
- mvn -B clean install # -B batch mode
How to access the .war ?--> any URL from browser
How to Deploy it?
Thank you.