Closed
Description
Commands should have a group
field that will specify in what point of application lifecycle the command should be executed (or type of the command like, build, incremental-build, run etc..).
group
field is optional- Many commands of the same devfile can belong to the same
group
- Only one command belonging to a group can be the default
- The list of groups should be:
build
,run
,test
,debug
commands:
- exec:
name: "package"
commandLine: "mvn package"
component: build-tools
group:
kind: build
- exec:
name: "install"
commandLine: "mvn install"
component: build-tools
group:
kind: build
isDefault: true
Metadata
Metadata
Assignees
Labels
No labels