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 2007/02/19 13:36:36 UTC

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

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

The comment on the change is:
added skip tests parameter

------------------------------------------------------------------------------
           <plugin>
  }}}
  
+ Note: If your install fails due to errors in the automatic tests you can skip the tests using this command:
+ {{{
+ mvn -Dmaven.test.skip=true install
+ }}}
+ 
  ==== Building the Trinidad demo with the RI ====
  
  {{{cd trinidad/trinidad/trinidad-demo