michael-o commented on a change in pull request #428: change <docEncoding> to
<docencoding>
URL: https://github.com/apache/commons-lang/pull/428#discussion_r289650528
##########
File path: pom.xml
##########
@@ -658,7 +658,7 @@
<source>${maven.compiler.source}</source>
<quiet>true</quiet>
<encoding>utf-8</encoding>
- <docEncoding>utf-8</docEncoding>
+ <docencoding>utf-8</docencoding>
Review comment:
This parameter is pointless because it duplicates
`project.reporting.outputEncoding`. So is `encoding` which even contrdicts
`project.build.sourceEncoding`. Both must go away.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services