Is there a jelly tag I can use from a maven.xml file that will cause the pom to be reloaded?
I have a list of steps I take before releasing a library: maven scm:update-project maven validate-pom-for-release maven scm:prepare-release maven jar:deploy And I'd like to wrap them all in a single goal. But that won't work if the POM is updated in step one but not reloaded. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
