Full name:
com.github.maven-nar:nar-maven-plugin:3.4.1-SNAPSHOT:nar-download
Description:
Attributes:
| Name | Type | Since | Description |
|---|---|---|---|
| layout | String | - | Layout to be used for building and unpacking artifacts Default value is: com.github.maven_nar.NarLayout21. User property is: nar.layout. |
| Name | Type | Since | Description |
|---|---|---|---|
| aol | String | - | Architecture-OS-Linker name. Defaults to: arch-os-linker. |
| architecture | String | - | The Architecture for the nar, Some choices are: "x86", "i386",
"amd64", "ppc", "sparc", ... Defaults to a derived value from
${os.arch} User property is: nar.arch. |
| classifiers | List | - | List of classifiers which you want download/unpack/assemble Example
ppc-MacOSX-g++, x86-Windows-msvc, i386-Linux-g++. Not setting means
all. |
| excludeArtifactIds | String | 2.0 | Comma separated list of Artifact names to exclude. User property is: excludeArtifactIds. |
| excludeGroupIds | String | 2.0 | Comma separated list of GroupId Names to exclude. User property is: excludeGroupIds. |
| ignore | boolean | - | Ignore errors and failures. Default value is: false. User property is: nar.ignore. |
| includeArtifactIds | String | 2.0 | Comma separated list of Artifact names to include. User property is: includeArtifactIds. |
| includeGroupIds | String | 2.0 | Comma separated list of GroupIds to include. User property is: includeGroupIds. |
| javah | Javah | - | Javah info |
| libraries | List | - | List of libraries to create |
| libsName | String | - | Name of the libraries included |
| linker | Linker | - | Linker |
| msvc | Msvc | - | (no description) |
| os | String | - | The Operating System for the nar. Some choices are: "Windows",
"Linux", "MacOSX", "SunOS", ... Defaults to a derived value from
${os.name} FIXME table missing User property is: nar.os. |
| output | String | - | Name of the output - for jni
default-value="${project.artifactId}-${project.version}" - for libs
default-value="${project.artifactId}-${project.version}" - for exe
default-value="${project.artifactId}" -- for tests
default-value="${test.name}" |
| skip | boolean | - | Skip running of NAR plugins (any) altogether. Default value is: false. User property is: nar.skip. |
| skipTests | boolean | - | Skip the tests. Listens to Maven's general 'maven.skip.test'. User property is: maven.test.skip. |
| targetDirectory | File | - | Target directory for Nar file construction. Defaults to
"${project.build.directory}/nar" for "nar-compile" goal |
| testTargetDirectory | File | - | Target directory for Nar test construction. Defaults to
"${project.build.directory}/test-nar" for "nar-testCompile" goal |
| testUnpackDirectory | File | - | Target directory for Nar test unpacking. Defaults to
"${testTargetDirectory}" |
| tests | List | - | List of tests to create |
| unpackDirectory | File | - | Target directory for Nar file unpacking. Defaults to
"${targetDirectory}" |
aol:
msvc:
os:
skip: