If you have configured a Job to use a Maven builder (Maven 2 or later), you can choose to have dependencies generated from your Maven pom.xml (read the documentation for setting up Maven as a builder for instructions). After the initial build, Maven will parse the pom.xml file, determine the artifacts produced by the build and generate the dependencies. You can view these dependencies in two places:
|
On this page: |
Viewing the Maven Dependencies for a Job
Before you begin:
- The Maven dependencies for a build will only become known to Bamboo after a build. If you cannot see the Maven dependencies for a build, try running it first without triggering any other dependencies. See Modifying Multiple (Bulk) Plans if you want to run multiple builds.
To view the Maven dependencies for a Job's build result:
- Navigate to the desired Job, as described on Working with Jobs.
- Click the desired build result number in the 'Recent History' of the Job Summary.
- Click the 'Artifacts' tab for the build results. The produced Maven artifacts and Maven artifact dependencies will be listed.
Screenshot above: Maven 2 Dependencies for a Job's build result