Skip to content

Commit

Permalink
Additional configuration metadata
Browse files Browse the repository at this point in the history
Signed-off-by: Ben Hale <[email protected]>
  • Loading branch information
nebhale committed May 27, 2020
1 parent d9bfb4a commit 31f28d5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions buildpack.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,15 +30,18 @@ id = "org.cloudfoundry.stacks.cflinuxfs3"
name = "BP_MAVEN_BUILD_ARGUMENTS"
description = "the arguments to pass to Maven"
default = "-Dmaven.test.skip=true package"
build = true

[[metadata.configurations]]
name = "BP_MAVEN_BUILT_ARTIFACT"
description = "the built application artifact explicitly. Supersedes $BP_MAVEN_BUILT_MODULE"
default = "target/*.[jw]ar"
build = true

[[metadata.configurations]]
name = "BP_MAVEN_BUILT_MODULE"
description = "the module to find application artifact in"
build = true

[[metadata.dependencies]]
id = "maven"
Expand Down

0 comments on commit 31f28d5

Please sign in to comment.