cds:addIntegrationTest

Full name:

com.sap.cds:cds-maven-plugin:2.9.0:addIntegrationTest

Description:

Adds an integration test module to the CAP Java project. The module is created in the ./integration-tests folder and an entry to the list of modules in the parent pom.xml is added.
Call mvn cds:addIntegrationTest or mvn com.sap.cds:cds-maven-plugin:addIntegrationTest to add an integration test module.
It automatically detects the OData version of the CAP Java project and adds the corresponding integration test class.

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.5.0.

Optional Parameters

Name Type Since Description
<overwrite> boolean - Define if existing files are overwritten (true) without warning.
Default: false
User Property: overwrite

Parameter Details

<overwrite>

Define if existing files are overwritten (true) without warning.
  • Type: boolean
  • Required: No
  • User Property: overwrite
  • Default: false