...
- each container must have a properties file called ${user.home}/sais-moves-web.properties.
- 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.
- 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.
- Subversion client must be installed. The command for running subversion must be svn, and must be in the path.
- 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.
- 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.
- 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.
- 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.
In general you should set entities up in the order that they appear above. The entities are described in detail below.
...