Hi all,
Just getting back into working with Maven after extended vacation. Hope
this is right for maven-dev versus scm-dev. I am trying to pass
defaults into the scm:prepare-release goal for tagging the code. I
notice the jelly code looks like this:
<i:ask
question="What is the new tag name?"
answer="tag_name"
default="${tag_name}"
/>
<i:ask
question="What is the new version?"
answer="version_name"
default="${tag_name}"
/>
Should the default for the version_name be ${version_name} instead of
${tag_name}? I have a small bit of code that just takes a 1.6-dev and
makes it 1.6, and 1.6 becomes 1.7-dev so that I don't have to type this
version information in. Unfortutnantly, the default for version_name
isn't being picked up.
I can make the change, just wanted to run it by first.
Eric
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]