You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
The Atlassian Community can help you and your team get more value out of Atlassian products and practices.
Hi,
I have following project setup and I created bamboo plan and building the package using pom.xml under project and it is building packages for subproject1,subproject2, subproject3, subproject4 and subproject5.
The issue I have is, when labeling the build, all subprojects packages artifactID are named as artifactID in parent pom.xml. Is there any way to extract artifactID from each pom.xml and use it to label subproject package? Maven POM value Extractor, but I unable to exact the value from each POM and assign it to subproject.
parent pom.xml has module list(which is subproject names)
Could you please advise?
project
|------->pom.xml
|------->subproject1
|------->pom.xml
|------->folder1
|------->pom.xml
|------->subproject2
|------->pom.xml
|------->folder2
|------->pom.xml
|------->subproject3
|------->pom.xml
|------->folder3
|------->pom.xml
|------->subproject4
|------->pom.xml
|------->folder4
|------->pom.xml
|------->subproject5
|------->pom.xml
|------->folder5
|------->pom.xml