weekens
weekens

Reputation: 8292

Bamboo: how to produce maven artifact

I've set up a Bamboo server and made a test project and plan with a Maven build task.

But this task doesn't produce any artifacts (except, maybe, test results, which I've unchecked). And I'd like to have all maven artifacts to be attached to the build results, like it is done in Hudson.

How to do that?

Upvotes: 1

Views: 6015

Answers (1)

ndeverge
ndeverge

Reputation: 21564

You can find some info on the Bamboo documentation.

This is for the latest Bamboo release (v3.4).

Also, are you running Maven with the goal package (or install) ?

Upvotes: 4

Related Questions