no, unless you run them using maven:maven or maven:reactor. You shouldn't be releasing on update without checking the changes work. If this is just to run a release, I suggest maven scm:perform-release, which checks out a clean copy from a tag and releases that.
- Brett On Thu, 16 Sep 2004 11:12:40 -0400, STRAYER, JON (SBCSI) <[EMAIL PROTECTED]> wrote: > 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] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
