Full name:
org.apache.maven.plugins:maven-nar-plugin:2.1-SNAPSHOT:nar-download
Description:
Attributes:
runtime
.generate-sources
.Name | Type | Since | Description |
---|---|---|---|
architecture | String |
- |
The Architecture for the nar, Some choices are: "x86", "i386",
"amd64", "ppc", "sparc", ... Defaults to a derived value from
${os.arch} |
Name | Type | Since | Description |
---|---|---|---|
aol | String |
- |
Architecture-OS-Linker name. Defaults to: arch-os-linker. |
classifiers | List |
- |
List of classifiers which you want download. Example
ppc-MacOSX-g++, x86-Windows-msvc, i386-Linux-g++. |
ignore | boolean |
- |
Ignore errors and failures. Default value is: false . |
linker | Linker |
- |
Linker |
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 |
skip | boolean |
- |
Skip running of NAR plugins (any) altogether. Default value is: false . |
targetDirectory | File |
- |
Target directory for Nar file construction. Defaults to
"${project.build.directory}/nar" for "nar-compile" goal Defaults to
"${project.build.directory}/test-nar" for "nar-testCompile" goal |
unpackDirectory | File |
- |
Target directory for Nar file unpacking. Defaults to
"${targetDirectory}/depenencies" |
aol:
java.lang.String
No
java.lang.String
Yes
${os.arch}
java.util.List
No
boolean
No
${nar.ignore}
false
org.apache.maven.plugin.nar.Linker
No
os:
java.lang.String
No
skip:
boolean
No
${nar.skip}
false
java.io.File
No
java.io.File
No