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/01/02 09:12:17 UTC

[Myfaces Wiki] Update of "Building With Maven" by BrunoAranda

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

------------------------------------------------------------------------------
  
  Note that the -Dmaven.test.failure.ignore=true is needed only during the migration while some unit test failures are resolved.
  
+ === Building the documentation ===
+ 
+ To build the documentation site, execute:
+ 
+ {{{
+ cd myfaces-current/build
+ mvn site
+ }}}
+ 
+ The documentation will be put in the target/site folder of every subproject.
  
  == Testing the MyFaces Archetype ==