the first maven call contains superfluous line breaks. This doesn't
look very nice. The second maven call contains superfluous blanks.
Both make copy-paste of the respective code impossible.

    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


mvn archetype:generate -U \
-DarchetypeGroupId=net.liftweb \
-DarchetypeArtifactId=lift-archetype-basic \
-DarchetypeVersion=1.0 \
-DremoteRepositories=http://scala-tools.org/repo-releases \
-DgroupId=com.liftworkshop \
-DartifactId=todo \
-Dversion=0.1-SNAPSHOT

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Lift" group.
To post to this group, send email to liftweb@googlegroups.com
To unsubscribe from this group, send email to 
liftweb+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/liftweb?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to