Versions Compared

Key

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

NOTE 8-17-2015 

This currently only applies to using Moves with sais-common, and not with csf and beyond

Administering Moves

This page focuses on the Administration section of Moves. To see a description of the startup properties required look at Moves Property File settings.

The entities that need to be administered for moves are listed below.

Table of Contents

In general you should set entities up in the order that they appear above. The entities are described in detail below.

...

You will add a "releaseComponent" section under the "releaseComponents" section, that will look like this:

Code Block

<releaseComponent implementation="edu.mit.maven.plugins.release.common.ReleaseComponent">
  <groupId>edu.mit.ist.es.supervasgn</groupId>
  <artifactId>assignsupervisor</artifactId>
  <scm>
    <developerConnection>scm:svn:svn+ssh://svn.mit.edu/sais-sis-academic/academic-supervasgn-web/trunk</developerConnection>
  </scm>
</releaseComponent>

...