Versions Compared

Key

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

correct typo and formatting

...

  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.action2 -DarchetypeArtifactId=saf2-archetype-quickstart
    

...

  • To compile
    Code Block
       mvn compile
    
  • TO To run test cases
    Code Block
       mvn test
    

...