tm-sdk:svc-typecheck
Full name:
com.avoka.tm:tm-sdk-maven-plugin:24.10.0:svc-typecheck
Description:
MOJO class providing "svc-typecheck" goal
It will perform script type checking for the given service project.
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 |
|---|---|---|---|
<typecheckDirectory> |
String |
- |
The service definition directory User Property: typecheck.directory |
<typecheckFilesets> |
FileSet[] |
- |
The fileset configuration of service definitions to check User Property: typecheck.filesets |
Optional Parameters
| Name | Type | Since | Description |
|---|---|---|---|
<failOnError> |
boolean |
- |
Fail on error build flag for type check Default: trueUser Property: fail.on.error |
<svcName> |
String |
- |
The name of the specified service definitions User Property: svc.name |
Parameter Details
<failOnError>
Fail on error build flag for type check
- Type:
boolean - Required:
No - User Property:
fail.on.error - Default:
true
<svcName>
The name of the specified service definitions
- Type:
java.lang.String - Required:
No - User Property:
svc.name
<typecheckDirectory>
The service definition directory
- Type:
java.lang.String - Required:
Yes - User Property:
typecheck.directory
<typecheckFilesets>
The fileset configuration of service definitions to check
- Type:
org.apache.maven.shared.model.fileset.FileSet[] - Required:
Yes - User Property:
typecheck.filesets

