f7de4500a4
Signed-off-by: Andrea Luzzardi <aluzzardi@gmail.com>
33 lines
1.2 KiB
Markdown
33 lines
1.2 KiB
Markdown
---
|
|
sidebar_label: maven
|
|
---
|
|
|
|
# alpha.dagger.io/java/maven
|
|
|
|
Maven is a build automation tool for Java
|
|
|
|
```cue
|
|
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"] \| [...string]` |- |
|
|
|*goals* | `*[] \| [...string]` |- |
|
|
|*args* | `*[] \| [...string]` |Optional arguments for the script |
|
|
|
|
### maven.#Project Outputs
|
|
|
|
| Name | Type | Description |
|
|
| ------------- |:-------------: |:-------------: |
|
|
|*build* | `struct` |Build output directory |
|