ginxo/Treat maven dependency plugin log
Treat maven dependency plugin log helps solving the problem of consuming maven-dependency-plugin information from multiple modules.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| log-file-path | The maven log file path. | yes | — |
| output-file | The file path to write the output information from the execution. Otherwise it will be 'original file's base name_output.info'. | no | — |
| skip-output | Use 'true' to skip the file writing. | no | false |
| filter | The regex list to filter just the modules dependency:tree matching with the regex. | no | — |
| exclude | The regex list to exclude the modules dependency:tree matching with the regex. | no | — |
| artifacts | The dependency identifier list to get information from. It can be groupId, groupId:artifactId, groupId:artifactId:classifier, groupId:artifactId:classifier:version and all the combinations of them. | no | — |
| print-module-list | Use 'true' to print a summary of module lists matching the requirements from execution. | no | false |
| logger-level | Use 'debug' to enable debug logging mode. | no | — |
Outputs
no outputs