Skip to content
package

GitHub Action

GitHub Action for Maven

1.1.0 Latest version
Use latest version
package

GitHub Action for Maven

Wraps the Maven CLI to enable Maven commands

Installation

Copy and paste one of the following snippets.

If you have a .workflow file:

action "GitHub Action for Maven" {
  uses = "LucaFeger/action-maven-cli@1.1.0"
}

If you have a .yml file:

- name: GitHub Action for Maven
  uses: LucaFeger/action-maven-cli@1.1.0
Learn more about this action in LucaFeger/action-maven-cli
Choose a version

GitHub Action for the Maven CLI

The GitHub Action for Maven wraps the Maven CLI to enable Maven commands to be run. This can be used to run every Maven Command.

Usage

action "package" {
  uses = "LucaFeger/action-maven-cli@master"
  args = "clean install"
}

License

The Dockerfile and associated scripts and documentation in this project are released under the MIT License.

You can’t perform that action at this time.