Versions Compared

Key

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

...

  1. each container must have a properties file called ${user.home}/sais-moves-web.properties.
  2. each container must have a folder called ${user.home}/sais-moves-web. The name of this folder can be overwritten using property name moves.home in ${user.home}/sais-moves-web.properties.
  3. The default maven home folder is ${user.home}/sais-moves-web/maven. (Typically this folder is a soft link to a specific distribution of maven like apache-maven-2.2.1). The name of this folder can be overwritten using property name maven.home in ${user.home}/sais-moves-web.properties.
  4. Subversion client must be installed. The command for running subversion must be svn, and must be in the path.
  5. The default subversion username is isdasnap. An alternate subversion username can be set using property name subversion.username in ${user.home}/sais-moves-web.properties.
  6. The default subversion private key location is ${user.home}/sais-moves-web/sais.private. An alternate subversion private key location can be set using property name subversion.private.key.location in ${user.home}/sais-moves-web.properties.
  7. The default svn location of the reference settings.xml file is svn+ssh://svn.mit.edu/sais-sis-common/sais-common-conf/branches/maven-poc/trunk/.m2/settings.xml. An alternate settings.xml svn location can be set using property name * settings.xml.svn.location in ${user.home}/sais-moves-web.properties.
  8. The default svn location of the releases project is svn+ssh://svn.mit.edu/sais-sis-common/maven/releases/trunk. An alternate settings.xml svn location can be set using property name * maven.releases.svn.location in ${user.home}/sais-moves-web.properties.

...