velo / maven-formatter-plugin

Maven2 Java Formatter Plugin - Exported from code.google.com/p/maven-java-formatter-plugin
Other
11 stars 7 forks source link

Plugin doesn't format javadocs #42

Closed zloygreko closed 6 years ago

zloygreko commented 6 years ago

It seems plugin does not format javadocs. Looks that the issue was inherited from revelc/formatter-maven-plugin (from which this one is forked). They fixed it by updating the argument passed to the formatter from CodeFormatter.K_COMPILATION_UNIT to CodeFormatter.K_COMPILATION_UNIT | CodeFormatter.F_INCLUDE_COMMENTS. (refer to this issue https://github.com/revelc/formatter-maven-plugin/issues/192)

Is it possible to make the same fix in this plugin?

velo commented 6 years ago

Sure, changes on master, release will happen shortly

velo commented 6 years ago

@rultor release, tag=2.2.0

rultor commented 6 years ago

@rultor release, tag=2.2.0

@velo OK, I will release it now. Please check the progress here

rultor commented 6 years ago

@rultor release, tag=2.2.0

@velo Done! FYI, the full log is here (took me 9min)

zloygreko commented 6 years ago

Thanks!