Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: indicating that -DskipAssembly will skip the assembly of struts zips

...

Maven terms a release build an "assembly". An assembly aggregates the builds of all the modules installed locally on your machine into one or more release files. The default profile for building Struts 2 includes an assembly that attempts to download a mirror of the wiki. This can be time-consuming, to disable the assembly module just add -DskipAssembly to your maven command line.

To create a release, you must first build and install locally every artifact. From the root struts2 directory, run:

...