On Dec 1, 2009, at 12:28 AM, David Pollak wrote: > On Mon, Nov 30, 2009 at 8:25 PM, Ross Mellgren <[email protected]> wrote: > > archetype:create was working up through last week. There were no **BREAKING > CHANGES** notifications. archetype:generate forces me to answer questions > (the whole point of having a script is so I can type the script name and have > it work.)
Add -DinteractiveMode to your archetype:generate and it'll assume -Dversion=1.0-SNAPSHOT and the default package name and not prompt you for confirmation. -Ross -- You received this message because you are subscribed to the Google Groups "Lift" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/liftweb?hl=en.
