Skip to content

fripoli/maven-release-properties

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

maven-release-properties

Build Status Maven Central

A maven plugin to list all properties on RELEASE or LATEST

Goal

This plugin only has one goal

  • mvn release-properties:parse will read all properties of the pom file and make available to the project:
    • propertiesOnRelease - a comma separated value of all properties on RELEASE
    • propertiesOnLatest - a comma separated value of all properties on LATEST
    • propertiesOnReleaseAndLatest - a comma separated value of all properties on RELEASE and on LATEST

Usage

This plugin's main usage is combining with the versions:update-properties mojo:

mvn release-properties:parse versions:update-properties -DincludeProperties='${propertiesOnRelease}'

About

A maven plugin to list all properties on RELEASE or LATEST

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages