It's not non-existant, it was formerly there and is obviously still existing in your version of the SCM plugin. However, it'll vanish when you upgrade the plugin one day (since it's deprecated). But you're right: As long as Maven does what you expect and doesn't complain, you don't need to worry.

Regards,
Gisbert Amm

Jeffrey Mutonho wrote:
On 6/28/05, Gisbert Amm <[EMAIL PROTECTED]> wrote:

I think it should rather be

<preGoal name="build-all">
  <j:set var="maven.scm.cvs.module">SQLAdmin</j:set>
  <j:set var="maven.scm.tag">SQLAdmin_1_0</j:set>
  <attainGoal name="scm:cvs-checkout-project"/>
</preGoal>

Note that maven.scm.cvs.module is deprecated. I guess you should use
maven.scm.url instead. AFAIR correctly, scm:cvs-checkout-project is also
deprecated and you should rather use scm:checkout.


Ok thanks , that worked.But then why is it that if I specify a
non-existant tag eg
<preGoal name="build-all">
   <j:set var="maven.scm.cvs.module">SQLAdmin</j:set>
    <j:set var="maven.scm.tag">FOO_BAR_TAG</j:set>
    <attainGoal name="scm:cvs-checkout-project"/>
 </preGoal>

maven , does not complain about it?It just goes ahead and checks out
the project anyway ...

jeff mutonho

---------------------------------------------------------------------
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]

Reply via email to