Skip to content

Latest commit

 

History

History
executable file
·
30 lines (20 loc) · 1.36 KB

File metadata and controls

executable file
·
30 lines (20 loc) · 1.36 KB

Build Tools for Java

Javadocs Build Status Maven

Build Tools for Java used in OREGOR and PolyGenesis Projects.

Style Guide

Oregor Build Tools for Java is based on Google's style guides and maven plugin code formatter at:

IntelliJ

The original formatter for IntelliJ at https://github.com/google/styleguide/blob/gh-pages/intellij-java-google-style.xml conflicts with Google Style Guide at https://google.github.io/styleguide/javaguide.html#s7.1-javadoc-formatting regarding the JavaDoc formatting.

In order to resolve the conflict, the provided IntelliJ Java Google Style by OREGOR introduces the following change:

<JavaCodeStyleSettings>
...
  <option name="JD_DO_NOT_WRAP_ONE_LINE_COMMENTS" value="true" />
...
</JavaCodeStyleSettings>