apache / apache/logging-log4j-transform
Documentation has the same name for a different plugin parameter
- Dominant language
- Java
- Stars
- 6
- Forks
- 8
- PR merge metrics
- No merged PRs in 30d
Description
The [documentation](https://logging.apache.org/log4j/transform/log4j-transform-maven-plugin.html#process-classes-required-parameters) references two required plugin parameters:
`` and `` (which are the same).
It seems the second one should be ``, according to `LocationMojo`'s code:
https://github.com/apache/logging-log4j-transform/blob/main/log4j-transform-maven-plugin/src/main/java/org/apache/logging/log4j/transform/maven/LocationMojo.java#L83
I believe this is the line that needs to be fixed:
https://github.com/apache/logging-log4j-transform/blob/main/src/site/antora/modules/ROOT/pages/log4j-transform-maven-plugin.adoc?plain=1#L212
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.