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>

      code}
      
      
      be sure to change the <version> to the mit-release-plugin version that you selected in Section 1.

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

...