andromda:stop-server
Full name:
org.andromda.maven.plugins:andromda-maven-plugin:3.5-SNAPSHOT:stop-server
Description:
Provides the ability to stop the AndroMDA server.
Attributes:
- Requires dependency resolution of artifacts in scope: runtime.
Required Parameters
Name |
Type |
Since |
Description |
allowMultipleRuns |
boolean |
- |
Do we allow the code generation to run multiple times? Yes for
AndroMDA server, no for all other cases unless overridden. This
prevents multiple code generation runs while creating site
documentation, generate-sources phase can run more than 8 times for
each model when initiated by many of the reporting plugins. Default value is: false. |
configurationUri |
String |
- |
This is the URI to the AndroMDA configuration file.
|
Optional Parameters
Name |
Type |
Since |
Description |
propertyFiles |
List |
- |
(no description)
|
Parameter Details
allowMultipleRuns:
Do we allow the code generation to run multiple times? Yes for
AndroMDA server, no for all other cases unless overridden. This
prevents multiple code generation runs while creating site
documentation, generate-sources phase can run more than 8 times for
each model when initiated by many of the reporting plugins.
- Type: boolean
- Required: Yes
- Default: false
configurationUri:
This is the URI to the AndroMDA configuration file.
- Type: java.lang.String
- Required: Yes
- Expression: file:${project.basedir}/conf/andromda.xml
propertyFiles:
(no description)
- Type: java.util.List
- Required: No
- Expression: ${project.build.filters}