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 2008/11/07 18:50:43 UTC

[Myfaces Wiki] Trivial Update of "Deploying the Webpage of MyFaces" by GrantSmith

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

The comment on the change is:
fixed the mvn command (contained one too many 'mvn')

------------------------------------------------------------------------------
  
  To test a multi-module site, use this instead:
  {{{
-   mvn -DstagingDirectory=/tmp/stage mvn site:stage
+   mvn -DstagingDirectory=/tmp/stage site:stage
  }}}
  which will assemble a complete site from the partial pieces present in the different modules.