You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by Apache Wiki <wi...@apache.org> on 2009/01/16 00:26:35 UTC

[Myfaces Wiki] Update of "Trinidad Archetype" by NicolasBohorquez

Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Myfaces Wiki" for change notification.

The following page has been changed by NicolasBohorquez:
http://wiki.apache.org/myfaces/Trinidad_Archetype

------------------------------------------------------------------------------
  {{{
  mvn archetype:create -DarchetypeGroupId=org.apache.myfaces.buildtools   \
                       -DarchetypeArtifactId=myfaces-archetype-trinidad   \
-                      -DarchetypeVersion=1.0-SNAPSHOT                    \
+                      -DarchetypeVersion=1.0                             \
                       -DgroupId=myAppId                                  \
                       -DartifactId=testApp
  }}}