Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment:

changes of archetype groupId and artifactId due to the renaming of packages in svn lately

...

  1. Run the following command to generate the sample web app template, assuming:-

    Root java package

    com.myCompany.mySystem

    The webapp war name

    myWebApp

    Code Block
      mvn archetype:create -DgroupId=com.myComp.mySystem -DartifactId=myWebApp 
      -DarchetypeGroupId=org.apache.struts.action2struts2 -DarchetypeArtifactId=saf2struts2-archetype-quickstart
    

Using the created SAF2 Web app template

...