Services
A service specifies the runtime of an artifact, provides deployment of an artifact. It has a one-to-one relationship with an artifact.
The currently supported service types are:
- jee-application
- angular-frontend
- gateway
- database
- custom
Customization
project.service.buildContext.disable
Service
Indicates that the softwareProject service shouldn't have a build context
<options>
<project.service.buildContext.disable/>
</options>