Apache Struts 2 Documentation > Home > FAQs > Where do we get the latest version the framework
Added by plightbo, last edited by Ted Husted on Sep 02, 2006  (view change) show comment

From a Distribution

A distribution of Struts 2 is not yet available. For now, the only option is to check out the source code from the repository (Subversion). A Struts 2 distribution is expected by August 2006.

The latest releases, including beta releases, can be downloaded from the Apache Struts Project.

From the Repository

Use Subversion to checkout the source code.

> svn co https://svn.apache.org/repos/asf/struts/struts2/trunk/

Use Maven 2 to build a distribution.

> mvn install

For a detailed description, see Building the Framework from Source.