Skip to content
You're viewing an older version of this GitHub Action. Do you want to see the latest version instead?
package

GitHub Action

GitHub Action for Maven

1.0.0

GitHub Action for Maven

package

GitHub Action for Maven

Wraps the Maven CLI to enable Maven commands

Installation

Copy and paste the following snippet into your .yml file.

              

- name: GitHub Action for Maven

uses: LucaFeger/action-maven-cli@1.0.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/actions/maven-cli@master"
  args = "clean install"
}

License

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