Problem: I have to updated "liferay-portal-6.0.6.zip" artifact in remote maven repository.
Solution:
Solution:
- Provide remote repository access setting in settings.xml for example
- Edit file C:\Users\dragonadmin\.m2\settings.xml
- Provide server info
remote-repository admin ***** - Execute below command on terminal to update the artifcat.
mvn deploy:deploy-file -DgroupId=com.liferay -DartifactId=liferay-portal -Dversion=6.0.6 -Dpackaging=zip -Dfile=C:/work/liferay-portal-6.0.6.zip -Durl=http://dragon.home.com:8081/artifactory/maven-proxy -DrepositoryId=remote-repository