Versions Compared

Key

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

...

Panel

Anchor
overview
overview

OVERVIEW

There are 4 sections to this document.  These sections are:

  • Section 1:
    This section deals with creating a Maven jar project using the jar-template.  There is nothing new here and you should know how to do the above relative to the Eclipse IDE that you are using.
    You should notice that in this section:
    1. Items 1 - 8 deal with checking out and disconnecting the jar template from the SVN repository.
    2. Items 9 - 12 deal with cleanup, renaming the jar template and converting the project to a Maven project.
    3. Items 13 - 20 deal with checking in the renamed project into a new SVN repository specifically for your project.
  • Section 2:
    This section deals editing various project files and is very straight forward.
    Again, there is nothing new here and you should know how to do the above relative to the Eclipse IDE that you are using.
  • Section 3:
    This section deals editing the project's pom.xml.
  • Section 4:
    This section deals with changes that have been made to the JAR template that are not reflected in the documentation.

It should take you approximately 10 - 20 minutes to get your jar component created and customized.

Panel

Anchor
The mit-release-plugin-parent maven project reconfiguration
The mit-release-plugin-parent maven project reconfiguration

Section 1: The mit-release-plugin-parent maven project reconfiguration

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

Section 2: The mit-release-plugin-parent maven project reconfiguration

Section 3: The sais-moves-web maven project reconfiguration
  1. Download the following files:

    1. Click here to Download the sais-moves-web.properties file .  Select Save as to your ${user.home} directory.
    2. Click here to Download the sais-moves-web-build.properties file .  Select Save as to your ${user.home} directory.
    3. Click here to Download the sais-moves-web-test.properties file .  Select Save as to your ${user.home} directory.
    4. Open the sais-moves-web-build.properties file for editing and change the following properties:

      • mit.maven.release.plugin.version=2.0.21
      • maven.system.property.cargo.hostname=esvm-143.mit.edu
Panel

Anchor
The development environment setup
The development environment setup

Section

1

3: The development environment setup

The mit-release-plugin-parent maven project reconfiguration
Panel
Anchor
The sais-moves-web maven project reconfigurationThe sais-moves-web maven project reconfiguration
Panel
Anchor
The mit-release-plugin-parent maven project reconfiguration

Panel

Anchor
Debugging the mit-release-plugin
Debugging the mit-release-plugin

Section 4: Debugging the mit-release-plugin