This repository has been archived on 2024-04-08. You can view files and clone it, but cannot push or open issues or pull requests.
dagger/docs/reference/universe/java/maven.md
Alvise f807314668 Add maven package in stdlib
Signed-off-by: Alvise <vitalvise@gmail.com>
2021-06-29 15:09:32 +02:00

1.1 KiB

sidebar_label
maven

alpha.dagger.io/java/maven

Maven is a build automation tool for Java

import "alpha.dagger.io/java/maven"

maven.#Project

A Maven project

maven.#Project Inputs

Name Type Description
source dagger.#Artifact Application source code
package struct Extra alpine packages to install
env struct Environment variables
phases *["package"] | [] -
goals *[] | [] -
args *[] | [] Optional arguments for the script

maven.#Project Outputs

Name Type Description
build struct Build output directory