How to create artifact in Bamboo with maven
When I use ant build file and configure artifact (WAR)in Bamboo,it is working).
Samething i Use maven it does not produce any war file.
any special configuration needed for maven with artifact in bamboo.
could you please explain the procedure to build maven with artifact.
we are using maven and create a war file in build/dist directory.
when i configure build/dist directory in artifact,it does not produce any artifact using maven
By convention, maven will put your build artifact in the "target" directory, rather than "build/dist". Are you sure that this is not the case in your project?
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.