Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[eclipse-dev] Help debugging issue with maven eclipse formatter

For Apache Fluo we use the formatter-maven-plugin[1] which internally
calls Eclipse code to  format java code.  Recently we ran into an
issue[2] where the latest version of the formatter plugin is no longer
formatting javadoc.

If anyone with familiar with java formatting in Eclipse has a moment
to offer any guidance on this issue, it would be greatly appreciated.

Keith

[1]: https://github.com/revelc/formatter-maven-plugin
[2]: https://github.com/revelc/formatter-maven-plugin/issues/192


Back to the top