There are no modules declared in this project.
modify-pom-maven-plugin 
This is a maven plugin implemented ad hoc to manage pom versions and properties. It is a github reference maven plugin automatized with travis continuous integration, deploy on maven central, publish site and JUnit tests for plugins.
| Please donate whether you wish support us to give more time to app's growth |
 |
The build and the deploy on maven central are automated with travis and nexus-staging-maven-plugin that releases the artifacts. For this the jars are before signed with the maven-gpg-plugin that use the gpg keys under the keys folder in the maven deploy phase. The maven deploy is run only on the master branch with the .travis-deploy-maven script called from the .travis.yml together the publishing with the maven site on github gh-pages branch.
Plugin Usage Guide
News
- Development 1.1-SNAPSHOT version with properties-set goal
- The same of 1.0 but with name modify from manage-pom-maven-plugin to modify-pom-maven-plugin and improvements for code quality. Some classes added for the next release to use the future property set goal.
- First release with only check-snapshots goal tested.