andromdapp:instrument-scripts
Full name:
org.andromda.maven.plugins:andromdapp-maven-plugin:3.5-SNAPSHOT:instrument-scripts
Description:
Allows for the ScriptClassGenerator mojo to be
invoked. on one or more given classes.
Attributes:
- Requires a Maven project to be executed.
- Requires dependency resolution of artifacts in scope: runtime.
- Binds by default to the lifecycle phase: compile.
Required Parameters
Name |
Type |
Since |
Description |
locations |
Location[] |
- |
Defines the java files who's classes will be instrumented.
|
scriptWrapper |
String |
- |
Defines the fully qualified class name of the script wrapper
implementation.
|
Parameter Details
locations:
Defines the java files who's classes will be instrumented.
- Type: org.andromda.maven.plugin.andromdapp.Location[]
- Required: Yes
scriptWrapper:
Defines the fully qualified class name of the script wrapper
implementation.
- Type: java.lang.String
- Required: Yes