Full name:
org.apache.maven.plugins:maven-acr-plugin:1.1:acr
Description:
Attributes:
Name | Type | Since | Description |
---|---|---|---|
archive | MavenArchiveConfiguration | - | The archive configuration to use. See Maven
Archiver Reference. |
escapeBackslashesInFilePath | boolean | - | To escape interpolated value with windows path. c:\foo\bar will be
replaced with c:\\foo\\bar. Default value is: false. User property is: acr.escapeBackslashesInFilePath. |
escapeString | String | - | An expression preceded with this String won't be interpolated.
\${foo} will be replaced with ${foo}. User property is: acr.escapeString. |
excludes | List | - | The files and directories to exclude from the main Application
Client jar. Usage:
<excludes> <exclude>**/*DevOnly.class</exclude> </excludes> Default exclusions: META-INF/application-client.xml, |
filterDeploymentDescriptor | boolean | - | To filter the deployment descriptor. Default value is: false. User property is: acr.filterDeploymentDescriptor. |
filters | List | - | Filters (properties files) to include during the interpolation of
the deployment descriptor. |
jarName | String | - | The name of the Application client JAR file to generate. Default value is: ${project.build.finalName}. User property is: jarName. |
outputDirectory | File | - | Directory that resources are copied to during the build. Default value is: ${project.build.outputDirectory}. User property is: outputDirectory. |
<excludes> <exclude>**/*DevOnly.class</exclude> </excludes>