unix:dpkg-scanpackages
Full name:
org.codehaus.mojo:unix-maven-plugin:1.0-alpha-5:dpkg-scanpackages
Description:
Executes "dpkg-scanpackages".
By default the entire local repository will be scanned.
Attributes:
Optional Parameters
| Name |
Type |
Since |
Description |
| debug |
boolean |
- |
(no description) Default value is: false. |
| multiversion |
boolean |
- |
(no description) Default value is: true. |
| outputFile |
File |
- |
The name of the output file. If the filename ends with ".gz" it
will be gzipped automatically. Default value is: target/Packages. |
| overrideFile |
String |
- |
(no description) Default value is: /dev/null. |
| pathPrefix |
String |
- |
(no description)
|
| root |
File |
- |
The base of where to scan. If not set, it will default to the
entire local repository.
|
Parameter Details
debug:
(no description)
- Type: boolean
- Required: No
- Expression: ${maven.unix.debug}
- Default: false
multiversion:
(no description)
- Type: boolean
- Required: No
- Expression: ${maven.unix.dpkg-scanpackages.multiversion}
- Default: true
outputFile:
The name of the output file. If the filename ends with ".gz" it
will be gzipped automatically.
- Type: java.io.File
- Required: No
- Expression: ${maven.unix.dpkg-scanpackages.output}
- Default: target/Packages
overrideFile:
(no description)
- Type: java.lang.String
- Required: No
- Expression: ${maven.unix.dpkg-scanpackages.override}
- Default: /dev/null
pathPrefix:
(no description)
- Type: java.lang.String
- Required: No
- Expression: ${maven.unix.dpkg-scanpackages.prefix}
root:
The base of where to scan. If not set, it will default to the
entire local repository.
- Type: java.io.File
- Required: No
- Expression: ${maven.unix.dpkg-scanpackages.root}