2

Say using Maven with Eclipse and Rational Team Concert (for SC).

New here so thanks for your help! I'm trying to build a little process model to help me visualize how this all works, so if you knew of a link to something like a swim lane diagram which shows how CI works with these or similar tools, that'd be even better.

TonySalimi
  • 8,257
  • 4
  • 33
  • 62
Matt B
  • 21
  • 1

1 Answers1

1

RTC and maven are linked through BuildForge: see "Build and Process Automation".

In this Wiki article "A Jazz-based Maven build" (free registration required to access that article), you can see how you can setup a simple Jazz-based build for an existing Maven project.

From there, you can start define your BuildForge jobs able to detect any change in the history, and trigger a Maven build.

VonC
  • 1,262,500
  • 529
  • 4,410
  • 5,250