gauthamchandra/Maven Daemon Action

Allows the use of Maven Daemon in your Github actions workflows.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
versionThe version of Maven Daemon to install. See here for available versions: https://downloads.apache.org/maven/mvnd/ By default, it uses `1.0.2`. It doesn't yet utilize the later 2.x versions because 2.x utilizes Maven 4.x which is still experimental and the majority of projects haven't switched over to using it yet. no1.0.2
hosted-binary-urlThe location as a URL where the mvnd binaries are hosted.nohttps://downloads.apache.org/maven/mvnd/
cache-directory-overrideThe directory to save the mvnd binaries. This is useful to configure if you want to use `actions/cache` to cache the binaries. no
namedescription
cached-binary-pathThe fully qualified path where the mvnd binary was saved.
cached-directory-pathThe directory containing the extracted mvnd binary and all related files. Useful for caching the entire directory with `actions/cache`.