Merge pull request #751 from Alvise88/add-initial-maven-support
This commit is contained in:
@@ -19,6 +19,7 @@
|
||||
- [git](./git.md) - Git operations
|
||||
- [go](./go.md) - Go build operations
|
||||
- [io](./io.md) - IO operations
|
||||
- [java/maven](./java/maven.md) - Maven is a build automation tool for Java
|
||||
- [js/yarn](./js/yarn.md) - Yarn is a package manager for Javascript applications
|
||||
- [kubernetes](./kubernetes/README.md) - Kubernetes client operations
|
||||
- [kubernetes/helm](./kubernetes/helm.md) - Helm package manager
|
||||
|
32
docs/reference/universe/java/maven.md
Normal file
32
docs/reference/universe/java/maven.md
Normal file
@@ -0,0 +1,32 @@
|
||||
---
|
||||
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"] \| []` |- |
|
||||
|*goals* | `*[] \| []` |- |
|
||||
|*args* | `*[] \| []` |Optional arguments for the script |
|
||||
|
||||
### maven.#Project Outputs
|
||||
|
||||
| Name | Type | Description |
|
||||
| ------------- |:-------------: |:-------------: |
|
||||
|*build* | `struct` |Build output directory |
|
Reference in New Issue
Block a user