Versions Compared

Key

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

...

5.   Deploy the war:
  a. By default, it Thalia will deploy to isda-thalia-1.mit.edu . Modify the   Edit  Branches/branchname/pom.xml file xml  to specify a different location.  Check the Thalia Environments list for the correct server.

  b. to To specify tomcat authentication info in Maven, add the following line in settings.xml in $M2_HOME/conf/settings.xml
    <server>
      <id>deploymentserver</id>
      <username>username</username>
      <password>password</password>
    </server>

  c. doDeploy with Maven:

 mvn tomcat:deploy

For more info on maven, go to :
http://maven.apache.org/run-maven/index.html

...