...
Panel | ||||||||
---|---|---|---|---|---|---|---|---|
Section 1: The mit-release-plugin-parent Maven Project Reconfiguration
When you are satisfied that everything is correct, save the changes that you made to the pom.xml's. The mit-release-plugin-parent Maven Project Reconfiguration is now complete |
Panel | ||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Anchor | | The sais-moves-web Maven Project Reconfiguration | The
sais-moves-web Maven Project Reconfiguration |
} h3. Section 2: The sais-moves-web Maven Project Reconfiguration |
# Check-out the maven project for the sais-moves-web. |
The SVN repository is: {code} svn+ssh://svn.mit.edu/sais-sis-common/sais-moves-web/trunk |
{code} # Open the sais-moves-web maven project in your IDE. |
## Open the sais-moves-web project pom.xml for editting. |
## In the <dependencies> section, add the following dependency: |
{code |
} <dependency> <groupId>edu.mit.maven.plugins</groupId> <artifactId>mit-release-plugin</artifactId> <version>2.0.21</version> </dependency> |
{code} {color:red}Change the <version>, in the above, to the mit-release-plugin version that you selected in Section 1. |
{color} ## In the <plugins> section of the pom.xml, find the following plugin with the following groupId and artifactId: |
{code |
} <plugin> <groupId>edu.mit.maven.plugins</groupId> <artifactId>mit-release-plugin</artifactId> . . . </plugin> |
{code} {color:red}Change the <version> for the above plugin to the mit-release-plugin version that you selected in Section 1 |
.{color} ## Open the log4j.xml (located in the resources folder) for editting and add the following <logger>: {code} <logger name="edu.mit.moves.shell.logging"> <level value="INFO" /> </logger> {code} {tip OPTIONAL} If you are only interested in debugging the mit-release-plugin, you might want to changed the <level> of all the other <logger>s to FATAL. If you do this, all output to the system console will be surpress except for the output from the mit-release-plugin. {tip} When you are satisfied that everything is correct, save the changes that you made. h4. {color:green}The sais-moves-web Maven Project Reconfiguration is now complete{color} |
Panel | ||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Section 3: The Development Environment Setup
The Development Environment Setup is now complete |
...