This polarion-artifacts-deployer script is written to use jar files from Polarion delivery for Polarion extension development. The script provides ability to install jars to local maven repository or deploy jars to SBB artifactory.
--polarion-home
— path to folder where polarion is installed--action
— maven action:install
to local repo ordeploy
to remote repo--repository-id
— if maven actiondeploy
is used, repository id from maven settings.xml should be provided to use credentials for authentication--repository-url
— if maven actiondeploy
is used, remote repository URL should be provided
To install to local maven repo:
polarion-artifacts-deployer.py --polarion-home C:\Polarion --action install
To deploy to remote maven repository:
polarion-artifacts-deployer.py --polarion-home C:\Polarion --action deploy --repository-id <<private-maven-repo-id-from-settings.xml>> --repository-url https://<<private-maven-repo-url>>