Versions Compared

Key

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

...

Panel

Anchor
The sais-moves-web Maven Project Reconfiguration
The sais-moves-web Maven Project Reconfiguration

Section 2: The sais-moves-web Maven Project Reconfiguration

  1. Check-out the maven project for the sais-moves-web.  The SVN repository is:
    Code Block
    svn+ssh://svn.mit.edu/sais-sis-common/sais-moves-web/trunk
    
  2. Open the sais-moves-web maven project in your IDE.
    1. Open the sais-moves-web project pom.xml for editting.
    2. In the <dependencies> section, add the following dependency:
      Code Block
      <dependency>
          <groupId>edu.mit.maven.plugins</groupId>
          <artifactId>mit-release-plugin</artifactId>
          <version>2.0.21</version>
      </dependency>
      
      Change the <version>, in the above, to the mit-release-plugin version that you selected in Section 1.
    3. In the <plugins> section of the pom.xml, find the following plugin with the following groupId and artifactId:
      Code Block
      <plugin>
          <groupId>edu.mit.maven.plugins</groupId>
          <artifactId>mit-release-plugin</artifactId>
          .
          .
          .
      </plugin>
      
      change Change the <version> for this the above plugin to the mit-release-plugin version that you selected in Section 1.

The sais-moves-web Maven Project Reconfiguration is now complete

...