An open API service indexing awesome lists of open source software.

https://github.com/dragonzone/deployable-pom-maven-plugin

Maven Plugin for resolving CI-Friendly properties before deploying pom.xml files
https://github.com/dragonzone/deployable-pom-maven-plugin

Last synced: 6 months ago
JSON representation

Maven Plugin for resolving CI-Friendly properties before deploying pom.xml files

Awesome Lists containing this project

README

          

# deployable-pom-maven-plugin [![Build Status](https://jenkins.dragon.zone/buildStatus/icon?job=dragonzone/deployable-pom-maven-plugin/master)](https://jenkins.dragon.zone/blue/organizations/jenkins/dragonzone%2Fdeployable-pom-maven-plugin/activity?branch=master) [![Maven Central](https://maven-badges.herokuapp.com/maven-central/zone.dragon.maven.plugin/deployable-pom-maven-plugin/badge.svg)](https://maven-badges.herokuapp.com/maven-central/zone.dragon.maven.plugin/deployable-pom-maven-plugin/)

This maven plugin handles resolving the CI-friendly maven properties (`${sha1}`, `${revision}`, and `${changelist}`) in the deployed pom file:

```xml

zone.dragon.maven.plugin
deployable-pom-maven-plugin
version-goes-here


create-deployable-pom
process-resources

resolve-ci-properties


```