Skip to content

LucaFeger/action-maven-cli

Use this GitHub action with your project
Add this Action to an existing workflow or create a new one
View on Marketplace

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.