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 2006/10/19 21:13:36 UTC

[Myfaces Wiki] Trivial Update of "Trinidad Archetype" by SimonLessard

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 SimonLessard:
http://wiki.apache.org/myfaces/Trinidad_Archetype

The comment on the change is:
Fixed the archetype version.

------------------------------------------------------------------------------
  {{{
  mvn archetype:create -DarchetypeGroupId=org.apache.myfaces.trinidadbuild  \
                       -DarchetypeArtifactId=myfaces-archetype-trinidad       \
-                      -DarchetypeVersion=1.0-SNAPSHOT                 \
+                      -DarchetypeVersion=incubator-m1-SNAPSHOT                 \
                       -DgroupId=myAppId                               \
                       -DartifactId=testApp
  }}}
@@ -49, +49 @@

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