[ http://issues.apache.org/struts/browse/WW-1378?page=comments#action_37873 ] Wendy Smoak commented on WW-1378: ---------------------------------
Please try out the changes and adjust as necessary. * The site is now copied in using relative paths. (Top level site plus api, core and extras. The sites for the example apps might need to be added.) * The xwork javadoc comes from the -javadoc jar published in a repository (or built locally, if you prefer.) * The xwork version is set in <dependencyManagement> in the parent pom and can be removed if it is specified anywhere else in the build. Based on your notes, I came up with this sequence: svn co ... mvn install site -Papps,extras cd assembly mvn assembly:assembly The files will be in target/assembly/out. What is the ''svn export tags ...' command used for? > Need a Struts release or assembly build > --------------------------------------- > > Key: WW-1378 > URL: http://issues.apache.org/struts/browse/WW-1378 > Project: Struts 2 > Issue Type: New Feature > Reporter: Don Brown > Priority: Critical > Fix For: 2.0.0 > > > 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 > ... -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/struts/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira
