On Thu, Jan 21, 2010 at 4:31 PM, Raoul Duke <[email protected]> wrote:
> hi, > > i think there should be a much shorter mvn command to get started. i > do not know maven, but would it not be possible to wrap up all of the > long-winded jiggery-pokery (below) into a shorter thing that expanded > / downloaded something that ran that command? it is just not good user > experience for first time user who wants to dip their toe into see > this, imho. > I wish, but no. I've written my own shell script. > > mvn archetype:generate -U \ > -DarchetypeGroupId=net.liftweb \ > -DarchetypeArtifactId=lift-archetype-blank \ > -DarchetypeVersion=1.0 \ > -DremoteRepositories=http://scala-tools.org/repo-releases \ > -DgroupId=demo.helloworld \ > -DartifactId=helloworld \ > -Dversion=1.0-SNAPSHOT > > -- > 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]<liftweb%[email protected]> > . > For more options, visit this group at > http://groups.google.com/group/liftweb?hl=en. > > -- Lift, the simply functional web framework http://liftweb.net Beginning Scala http://www.apress.com/book/view/1430219890 Follow me: http://twitter.com/dpp Surf the harmonics -- 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.
