[ http://issues.apache.org/struts/browse/WW-1359?page=comments#action_38116 ] Ted Husted commented on WW-1359: --------------------------------
Where does the source code for this live? It's using some old conventions, like "xwork.xml", and I don't see where to fix it. > 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 > Assigned To: 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
