IBM / cics-bundle-maven

The plugin to build and deploy CICS bundles in a Maven build.
https://ibm.github.io/cics-bundle-maven/plugin-info.html
Eclipse Public License 2.0
18 stars 25 forks source link

Use nexus-staging-maven-plugin to circumvent Travis dynamic IP address #44

Closed ind1go closed 5 years ago

ind1go commented 5 years ago

Depends on #43. Please merge the 0.0.2-SNAPSHOT PR #43 first. I've already performed the deployment for 0.0.1 that this enables through another branch, then have merged it over to this PR for master. We only need this code when we do a subsequent deployment.

These two together mean that deployment results in split staging repositories, with one per IP address that was used.

This pull request changes to use nexus-staging-maven-plugin instead of maven-deploy-plugin. This plugin, from Sonatype, performs additional work to explicitly create a staging repository and then explicitly deploy to that repository.