I am trying to generate a war file by a plan build in Bamboo, while trying to do so couldn't able to create a war file using create definition option in artifacts tab as mentioned in https://confluence.atlassian.com/display/Cloud/Configuring+a+job%27s+build+artifacts.
Can any one help me out with the input to be give at copy pattern tab in-order to generate a war file.
assume the maven code structure as: TestBamboo
sub directories of TestBamboo : pom.xml, source, target
Now, the code at source should be build and placed in target as war file.
I think you're mixing few concepts here.
To generate WAR file is responsibility of your pom.xml (see Apache Maven WAR Plugin).
What Bamboo can do for you is to pick up generated WAR after the build completes and attach it to the build result so you can use it in other builds/deployments or simply download it from the Bamboo UI.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.