Full name:
org.kuali.maven.plugins:metainf-maven-plugin:2.0.2:metainf
Description:
Attributes:
Name | Type | Since | Description |
---|---|---|---|
baseDir | File | - | The directory to scan using the include/exclude patterns. Paths in
outputFile are generated relative to this directory Default value is: ${project.build.outputDirectory}. |
include | String | - | Comma separated list of regular expression patterns for files to
include Default value is: **/*. |
outputFile | File | - | The file which will contain classpath: references to
the files that were located Default value is: ${project.build.outputDirectory}/META-INF/${project.artifactId}.resources. |
Name | Type | Since | Description |
---|---|---|---|
exclude | String | - | Comma separated list of regular expression patterns for files to
exclude Default value is: **/META-INF/*. |
forceMojoExecution | boolean | - | By default, execution of this mojo is automatically skipped for
Maven projects with a packaging of type pom. If
forceMojoExecution is true this mojo will
always execute. forceMojoExecution overrides
skip. Default value is: false. |
prefix | String | - | The prefix to insert before the relative path name Default value is: classpath:. |
skip | boolean | - | By default, execution of this mojo is automatically skipped for
Maven projects with a packaging of type pom. Set this
parameter to true to explicitly skip executing this
mojo in other scenarios. NOTE: forceMojoExecution
overrides skip. Default value is: false. |
sort | boolean | - | If true, the location list is sorted. Default value is: true. |
skip:
sort: