cds:build
Full name:
com.sap.cds:cds-maven-plugin:3.4.0:build
Description:
Perform a CDS build with Java class generation executing the following goals of the cds-maven-plugin in this order:
- cds:install-node
- cds:install-cdsdk
- cds:resolve
- cds:cds
- cds:generate
Call
mvn cds:build
or mvn com.sap.cds:cds-maven-plugin:build
to perform the CDS build. This goal is very useful for local development to test changes to the CDS model.
Note: This goal can only be executed from the command line.
Attributes:
- Requires a Maven project to be executed.
- Executes as an aggregator goal.
- The goal is not marked as thread-safe and thus does not support parallel builds.
- Since version:
1.17.0
.
Parameters
(no parameters)