Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 5.3

Building ExtVal

SVN Checkout

ExtVal is hosted as Subproject of Apache MyFaces. As usual you can checkout a tag or the latest trunk.

Code Block
titleSVN Checkout
svn co https://svn.apache.org/repos/asf/myfaces/extensions/validator/trunk/ myfaces-extval

Building with Maven

Please make sure that you are using Maven 2.2 for building MyFaces ExtVal.

Code Block
titleBuilding via Maven
cd myfaces-extval
mvn clean install

The result

The local Maven Repository contains the fin grained modules.
The ExtVal Modules - Overview and Configuration pages shows how to include ExtVal in a project.