tm-sdk:svc-imports

Full name:

com.avoka.tm:tm-sdk-maven-plugin:24.4.0:svc-imports

Description:

MOJO class providing "svc-imports" goal
It will scan the specified service definitions' scripts and fill some of the file includes automatically.

Attributes:

  • Requires a Maven project to be executed.
  • The goal is not marked as thread-safe and thus does not support parallel builds.
  • Since version: 22.4.0.

Required Parameters

Name Type Since Description
<importFilesets> FileSet[] - The fileset configuration of service definitions to fill the file includes
User Property: import.filesets

Optional Parameters

Name Type Since Description
<svcName> String - The name of the specified service definitions
User Property: svc.name

Parameter Details

<importFilesets>

The fileset configuration of service definitions to fill the file includes
  • Type: org.apache.maven.shared.model.fileset.FileSet[]
  • Required: Yes
  • User Property: import.filesets

<svcName>

The name of the specified service definitions
  • Type: java.lang.String
  • Required: No
  • User Property: svc.name