Full name:
org.openl.rules:openl-maven-plugin:5.19.1:package
Description:
Attributes:
Name | Type | Since | Description |
---|---|---|---|
outputDirectory | File | 5.19.1 | Directory containing the generated artifact. Default value is: ${project.build.directory}. |
Name | Type | Since | Description |
---|---|---|---|
classifier | String | 5.19.1 | Classifier to add to the artifact generated. If given, the artifact
will be attached as a supplemental artifact. If not given this will
create the main artifact which is the default behavior. If you try
to do that a second time without using a classifier the build will
fail. |
classpathFolder | String | 5.19.1 | A folder to store dependencies inside the OpenL project. Default value is: lib/. |
format | String | 5.19.1 | Comma separated list of packaging formats. Default value is: zip. |
openlResourcesDirectory | String | 5.19.1 | Deprecated. Use sourceDirectory instead. |
sourceDirectory | File | 5.19.1 | 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. |