Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: A few minor tweaks for clarity

...

Use Subversion to checkout the source code.

Code Block
> cd C:\projects\Apache\
> svn co https://svn.apache.org/repos/asf/struts/struts2current/trunk struts

Building with Maven

The default build environment is Maven. To get started with Maven

...

Change to your framework home directory (e.g. C:\projects\Apache\struts-current\2.xstruts2) and run

Code Block

> cd C:\projects\Apache\struts\struts2\
> mvn clean install -Pall

That will take care of the basic maven build. There is a bunch more that you can do. Checkout out Building with Maven for more information.

...