| Wiki Markup |
|---|
When I install the maven-buildnumber-plugin I need to execute the goal for the plugin to obtain the SCM revision. (i.e. mvn buildnumber:create install ). How do you make the install goal automatically invoke the buildnumber:create goal on a plugin so the $ {buildNumber} value is available in the pom.xml? |
