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
- Host: GitHub
- URL: https://github.com/dragonzone/deployable-pom-maven-plugin
- Owner: dragonzone
- License: mit
- Created: 2021-02-23T03:58:50.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-05-28T14:55:26.000Z (about 3 years ago)
- Last Synced: 2025-07-26T10:15:35.666Z (11 months ago)
- Language: Java
- Size: 11.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# deployable-pom-maven-plugin [](https://jenkins.dragon.zone/blue/organizations/jenkins/dragonzone%2Fdeployable-pom-maven-plugin/activity?branch=master) [](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
```