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/21 14:11:00 UTC

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

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

The comment on the change is:
the xslt plugin is automacally downloaded while building myfaces from svn source

------------------------------------------------------------------------------
   * JDK 1.4
   * 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
-  * Maven XSLT plugin
-   1.  Use Subversion to get plugin source from 
-    * svn://svn.codehaus.org/mojo/scm/trunk/mojo/mojo-sandbox/xslt-maven-plugin
-    * https://svn.codehaus.org/mojo/trunk/mojo/mojo-sandbox/xslt-maven-plugin (if you are behind a firewall)
-   1.  Run 'mvn install' in the source directory you downloaded.  This causes the plugin to be built and installed in your maven instance.
  
  ==== Running a Myfaces build ====