Full name:
ch.elca.el4j.maven.plugins:maven-repohelper-plugin:1.7:install-libraries
Description:
Attributes:
| Name | Type | Since | Description |
|---|---|---|---|
| jarExtension | String |
- |
Extension of jar files. Default value is: .jar. |
| jarLookupPattern | String |
- |
Pattern to lookup jar files. Default value is: **/*.jar. |
| libraryDirectory | File |
- |
Directory where the libraries to add are. |
| pomExtension | String |
- |
Extension of pom files. Default value is: -pom.xml. |
| sourceExtension | String |
- |
Extension of source files. Default value is: -src.zip. |
| sourceLookupPattern | String |
- |
Pattern to lookup source files. Default value is: **/*-src.zip. |
| Name | Type | Since | Description |
|---|---|---|---|
| justCheckDirectories | boolean |
- |
Flag to indicate if the execute process should only check the given
data. Default value is: false. |
| stopOnProblem | boolean |
- |
Flag to indicate if the add process should stop on problem. Default value is: true. |
java.lang.StringYes${jarExtension}.jarjava.lang.StringYes${jarLookupPattern}**/*.jarbooleanNo${justCheckDirectories}falsejava.io.FileYes${libraryDirectory}java.lang.StringYes${sourceExtension}-pom.xmljava.lang.StringYes${sourceExtension}-src.zipjava.lang.StringYes${sourceLookupPattern}**/*-src.zipbooleanNo${stopOnProblem}true