openl:deploy
Full name:
org.openl.rules:openl-maven-plugin:5.23.0:deploy
Description:
Created by dl on 6/15/17.
Attributes:
- Requires a Maven project to be executed.
- Requires dependency resolution of artifacts in scope: compile.
- Binds by default to the lifecycle phase: deploy.
Required Parameters
| Name |
Type |
Since |
Description |
| <deployServer> |
String |
- |
(no description) User property is: openl.deployServer.
|
| <deployType> |
String |
- |
(no description) User property is: openl.deployType.
|
| <deployUrl> |
String |
- |
(no description) User property is: openl.deployUrl.
|
| <outputDirectory> |
File |
- |
Directory containing the generated artifact. Default value is: ${project.build.directory}.
|
| <workspaceFolder> |
File |
- |
Directory containing the generated artifact. Default value is: ${project.build.directory}/openl-workspace.
|
Optional Parameters
| Name |
Type |
Since |
Description |
| <sourceDirectory> |
File |
5.19.0 |
Folder that contains all OpenL-related resources (OpenL rules,
project descriptor etc.). For example:
"${project.basedir}/src/main/openl". Default value is: ${project.build.sourceDirectory}/../openl.
|
Parameter Details
(no description)
- Type: java.lang.String
- Required: Yes
- User Property: openl.deployServer
(no description)
- Type: java.lang.String
- Required: Yes
- User Property: openl.deployType
(no description)
- Type: java.lang.String
- Required: Yes
- User Property: openl.deployUrl
Directory containing the generated artifact.
- Type: java.io.File
- Required: Yes
- Default: ${project.build.directory}
Folder that contains all OpenL-related resources (OpenL rules,
project descriptor etc.). For example:
"${project.basedir}/src/main/openl".
- Type: java.io.File
- Since: 5.19.0
- Required: No
- Default: ${project.build.sourceDirectory}/../openl
Directory containing the generated artifact.
- Type: java.io.File
- Required: Yes
- Default: ${project.build.directory}/openl-workspace