Skip to content

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

License

Notifications You must be signed in to change notification settings

dragonzone/deployable-pom-maven-plugin

Repository files navigation

deployable-pom-maven-plugin Build Status Maven Central

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

<plugin>
    <groupId>zone.dragon.maven.plugin</groupId>
    <artifactId>deployable-pom-maven-plugin</artifactId>
    <version>version-goes-here</version>
    <executions>
        <execution>
            <id>create-deployable-pom</id>
            <phase>process-resources</phase>
            <goals>
                <goal>resolve-ci-properties</goal>
            </goals>
        </execution>
    </executions>
</plugin>

About

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

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Languages