Maven buiild using Build Forge
How to do,Maven build using Build Forge.
Plz provide steps for this. |
Accepted answer
2 other answers
There is a developer works article on this as well.
https://www.ibm.com/developerworks/mydeveloperworks/blogs/32f9d388-7f35-4598-a08a-7cd6c0bd3841/entry/a_jazz_based_maven_build_with_ibm_rational_team_concert_v4_using_jazz_hub27?lang=en |
We run mvn deploy to upload artifacts to a remote repository, so we have logic to check for snapshots, and always run mvn deploy when it's a snapshot version, and to use mvn dependency:copy when it's a release version and the release version has already been uploaded to the repository.
|
Your answer
Dashboards and work items are no longer publicly available, so some links may be invalid. We now provide similar information through other means. Learn more here.