Oregor Build Tools for Java

Oregor Build Tools for Java. Checkstyle.

License

License

Categories

Categories

Build Tools Java Languages
GroupId

GroupId

com.oregor
ArtifactId

ArtifactId

oregor-build-tools-java
Last Version

Last Version

0.0.5
Release Date

Release Date

Type

Type

jar
Description

Description

Oregor Build Tools for Java
Oregor Build Tools for Java. Checkstyle.
Project URL

Project URL

https://www.oregor.com
Project Organization

Project Organization

OREGOR LP
Source Code Management

Source Code Management

http://github.com/oregor-projects/oregor-build-tools-java/tree/master

Download oregor-build-tools-java

How to add to project

<!-- https://jarcasting.com/artifacts/com.oregor/oregor-build-tools-java/ -->
<dependency>
    <groupId>com.oregor</groupId>
    <artifactId>oregor-build-tools-java</artifactId>
    <version>0.0.5</version>
</dependency>
// https://jarcasting.com/artifacts/com.oregor/oregor-build-tools-java/
implementation 'com.oregor:oregor-build-tools-java:0.0.5'
// https://jarcasting.com/artifacts/com.oregor/oregor-build-tools-java/
implementation ("com.oregor:oregor-build-tools-java:0.0.5")
'com.oregor:oregor-build-tools-java:jar:0.0.5'
<dependency org="com.oregor" name="oregor-build-tools-java" rev="0.0.5">
  <artifact name="oregor-build-tools-java" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.oregor', module='oregor-build-tools-java', version='0.0.5')
)
libraryDependencies += "com.oregor" % "oregor-build-tools-java" % "0.0.5"
[com.oregor/oregor-build-tools-java "0.0.5"]

Dependencies

compile (1)

Group / Artifact Type Version
com.puppycrawl.tools : checkstyle jar 8.36

Project Modules

There are no modules declared in this project.

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>
com.oregor

OREGOR LP

Innovative applications based on proprietary research and development encompassing state-of-the-art technologies.

Versions

Version
0.0.5
0.0.4
0.0.3
0.0.2
0.0.1