[ http://issues.apache.org/struts/browse/WW-1359?page=comments#action_38118 ] Wendy Smoak commented on WW-1359: ---------------------------------
As mentioned on the dev list, the version number of the archetype should match the version of Struts 2 that it depends on. For now, 2.0.0-SNAPSHOT, to be changed to 2.0.0 after that build is available. * http://www.nabble.com/Archetype-version-numbers-t2049100.html > add maven archetype for creating a template for saf2 > ---------------------------------------------------- > > Key: WW-1359 > URL: http://issues.apache.org/struts/browse/WW-1359 > Project: Struts 2 > Issue Type: New Feature > Components: Configuration > Affects Versions: WW 2.2.2 > Reporter: tm_jee > Fix For: 2.0.0 > > > add maven archetype for creating a template for saf2 > allow user with maven installed to quicky create a compilable, runnable > template compliant to maven way of grouping projects, with dependencies > properly configured, such that user could get start quickly with web app > development. > eg. > by doing a > mvn archetype:create -DgroupId= ... -DartifactId=... > -DarchetypeGroupId=org.apache.struts.action2 -DarchetypArtifactId=... > -DarchetypeVersion=.... > one will get a sample saf2 web app created immediately, they could modified > from there > This should include > - saf2 action > - saf2 conversion proeprties > - saf2 validation xml > - sitemesh > - spring > just for the convenience sake, uneeded stuff could be deleted -- 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
