| Option | Default value | Description |
| destinationDirectory |
${project.basedir}/target/repository |
Folder where the generated p2 site should be copied to |
| categoryFileURL |
default category file (all plugins in one category) |
URL of the category.xml file which should be used for the p2 site generation |
| pedantic |
false |
Specifies if the bnd tool should be pedantic |
| compressSite |
true |
Specifies if to compress the descriptors of the generated site |
| forkedProcessTimeoutInSeconds |
0 (infinite) |
Kill the p2 forked process after a certain number of seconds. |
| additionalArgs |
|
Specifies additional arguments to p2Launcher, for example -consoleLog -debug -verbose |
| skipInvalidArtifacts |
false |
Controls if the processing should be continued if bundling errors occur. |
This flag .
Sample configuration snippet with the additional options:
```xml