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/05/23 21:43:56 UTC

[Myfaces Wiki] Update of "Building ADF With Maven" by FrankFelix

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

The comment on the change is:
added doc generation how-to

------------------------------------------------------------------------------
  mvn install -Dmaven.test.skip=true
  }}}
  
+ ==== Generate ADF Faces docs ====
+ 
+ {{{
+ cd ../adf-faces
+ set MAVEN_OPTS=-Xmx300M
+ mvn site
+ }}}
+ 
+ Look for Taglib and Javadocs in {{{adf-faces/adf-faces-api/site}}}.
+