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 06:28:40 UTC

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

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

New page:
==== Prerequisites ====

To build ADF Faces, you'll need the software listed below installed on your machine.

 * JDK 5.0
 * Maven '''2.0.1 (or later)''' (http://maven.apache.org/download.html), with the bin directory in your path. Make sure to set JAVA_HOME as an environment variable.
 * Subversion client for your build environment

==== Steps to do ==== 

Since not all dependencies of the ADF Faces donation are available by a public Maven2 repository you need one simple steps to do yourself.

 * Download the ZIP (http://www.wessendorf.net/adf_deps.zip) and extract it to your Maven2 repository

==== Running an ADF Faces build ====

{{{svn co https://svn.apache.org/repos/asf/incubator/adffaces/trunk/ adffaces

cd adffaces/plugins
mvn install

cd ../adf-faces
mvn install -Dmaven.test.skip=true
}}}