On Mon, Mar 1, 2010 at 4:35 PM, ojonam <[email protected]> wrote: > > >> > - tried to create a lift blank app with 2.0-snapshot, adapting the >> > archetype:generate command from the book as required >> >> Try to show the complete command. Or look in the ML for commands that >> work with 2.0-SNAPSHOT > > So I tried two things > - type mvn archetype:generate and then follow the command prompts to > fill up the different properties (this didn't work) > > type in the following command directly (it works) > > 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=2.0- > SNAPSHOT
You have the wrong archetype version & repo. See here: http://wiki.github.com/dpp/liftweb/about-maven-mini-guide /Jeppe -- 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.
