CircleCI-Public / maven-orb

Simplify common tasks for building and testing Java projects using Maven on CircleCI.
https://circleci.com/orbs/registry/orb/circleci/maven
MIT License
6 stars 11 forks source link
circleci-orbs maven orb

maven Orb CircleCI Build Status CircleCI Orb Version GitHub License CircleCI Community

Simplify common tasks for building and testing Java projects using Maven on CircleCI. Your entire CircleCI config could look like this:

version: 2.1
orbs:
  maven: circleci/maven@x.y
workflows:
  maven_test:
    jobs:
      - maven/test

The built in test job is automatically compatible with standard Maven projects and is fully customizable with custom steps.

Usage

Example use-cases are provided on the orb registry page. Source for these examples can be found within the src/examples directory.

Resources

CircleCI Orb Registry Page - The official registry page of this orb for all versions, executors, commands, and jobs described.
CircleCI Orb Docs - Docs for using and creating CircleCI Orbs.

How To Contribute

We welcome issues to and pull requests against this repository!

To publish a new production version:

For further questions/comments about this or other orbs, visit the Orb Category of CircleCI Discuss.