io.github.efenglu:checkstyle-config

Parent pom for the full featured parent pom demo

License

License

Categories

Categories

Checkstyle Application Testing & Monitoring Code Analysis config Application Layer Libs Configuration
GroupId

GroupId

io.github.efenglu
ArtifactId

ArtifactId

checkstyle-config
Last Version

Last Version

1.0.2
Release Date

Release Date

Type

Type

jar
Description

Description

Parent pom for the full featured parent pom demo

Download checkstyle-config

How to add to project

<!-- https://jarcasting.com/artifacts/io.github.efenglu/checkstyle-config/ -->
<dependency>
    <groupId>io.github.efenglu</groupId>
    <artifactId>checkstyle-config</artifactId>
    <version>1.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.efenglu/checkstyle-config/
implementation 'io.github.efenglu:checkstyle-config:1.0.2'
// https://jarcasting.com/artifacts/io.github.efenglu/checkstyle-config/
implementation ("io.github.efenglu:checkstyle-config:1.0.2")
'io.github.efenglu:checkstyle-config:jar:1.0.2'
<dependency org="io.github.efenglu" name="checkstyle-config" rev="1.0.2">
  <artifact name="checkstyle-config" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.efenglu', module='checkstyle-config', version='1.0.2')
)
libraryDependencies += "io.github.efenglu" % "checkstyle-config" % "1.0.2"
[io.github.efenglu/checkstyle-config "1.0.2"]

Dependencies

compile (1)

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

Project Modules

There are no modules declared in this project.

Maven Pom Configuration

Build Status

Best practices for a full featured maven pom including:

  • Maven Tiles
  • Checkstyle Config
  • Examples as tests

Usage

Configuring a project:

<plugin>
    <groupId>io.repaint.maven</groupId>
    <artifactId>tiles-maven-plugin</artifactId>
    <version>2.12</version>
    <extensions>true</extensions>
    <configuration>
        <tiles>
            <tile>io.github.efenglu.maven.tiles:project-java:[1.0, 2)</tile>
        </tiles>
    </configuration>
</plugin>

Versions

Version
1.0.2
1.0.1
1.0.0