how to use Maven with jazz RTC?
I am using maven with subversion and clearcase for more than 4 years. My new project is in Jazz RTC with Ant as a build tool. I want to move from Ant to Maven2 or Maven3. I am new to Jazz RTC. Please guide me on how 开发者_运维问答to use Maven with Jazz RTC?
This article is a great introduction: "When Maven meets Rational Team Concert"
once the user has chosen to create a Build Definition using the Maven Build template, he needs to specify:
- in which folder is stored the pom.xml (Project location) and
- which Maven goals to reach during the build. That’s it!
- The wiki page on Maven build is quite complete.
- The FAQ on How do I use the Jazz SCM Provider for Maven? refers to the Maven SCM Plugin.
精彩评论