Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migration of unmigrated content due to installation of a new plugin

...

Table of Contents

Add application to http://builds.mit.eduImage Removed

In order to add a new application, it should first be configured to run on the Bamboo Continuous Integration Server. (TODO: Add Link to Bamboo setup here).

Add application to maven releases project

The maven releases project is a pom file (pom.xml) located at svn+ssh://svn.mit.edu/sais-sis-common/maven/releases/trunk/pom.xml. All projects and components of projects which are built through the release process must be registered in this pom.xml file. The 3 pieces of information you will need to know to register your projects are

  1. The maven groupid of your project
  2. The maven artifactid of your project
  3. The svn location of your project's trunk directory. This should include the prefix "scm:svn:" for svn+ssh protocols.

In the example below, we are registering a project with groupId="edu.mit.ist.es", artifactId="academic-transcripts-web" and subversion url="svn+ssh://svn.mit.edu/sais-sis-academic/academic-transcripts-web/trunk"

...

titleRegistering a project
borderStylesolid

...

.

...

Configure Application in Moves

...