Hi, I am having similar issue while deploying to HTTPS server.I am
trying to run the build on my local machine to deploy it to DEV author.
This is a trail run before setting up the Jenkins job to ensurebuild and
deployment works.I have changed pom files to have https instead of
http.When I run the below build on my local host, it is replacing https
with http.mvn clean install -DskipTests -DproxySet=true
-Daem.host=https://dev1.author.mercury.dnitv.com -Daem.port=443
-PautoInstallPackage -Dprojec...