Details
-
New Feature
-
Status: Closed
-
Critical
-
Resolution: Fixed
-
None
-
None
-
None
Description
We need a full release or assembly build to automate the process of creating a release as much as possible.
STATUS: A preliminary buid is working but we still need to aggregate Javadocs and include a snapshot of the s2 wiki (see related tickets).
Assembly w/o applications
$ mvn install
$ cd assembly
$ mv assembly:assembly
To include apps, use
$ mvn install -Papps
...