gilde-ci-cd/documentation/chapters/templates/java/maven/maven-build-template.adoc

17 lines
397 B
Plaintext

:sourcedir: ../../../../../templates/
= maven-build-template
These Templates will build a .jar file with Maven and provides it as an Artifact
.Variables
|===
|Name |Description | Default Value
|MAVEN_CLI_BUILD_OPTS | Additional Options that will be passed to Maven while Building | ""
|===
.mvn-build-template
[source, yaml]
----
include::{sourcedir}java/maven/maven-build.gitlab-ci.yml[]
----