Skip to content

SchweizerischeBundesbahnen/polarion-artifacts-deployer

Repository files navigation

Polarion artifacts deployer

polarion-artifacts-deployer

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.

Supported parameters:

  • --polarion-home — path to folder where polarion is installed
  • --action — maven action: install to local repo or deploy to remote repo
  • --repository-id — if maven action deploy is used, repository id from maven settings.xml should be provided to use credentials for authentication
  • --repository-url — if maven action deploy is used, remote repository URL should be provided

Examples

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>>

About

No description or website provided.

Topics

Resources

Code of conduct

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages