Maven Tile - Code Quality

Adds checkstyle and findbugs plugins

License

License

GroupId

GroupId

com.sprinthive.tiles
ArtifactId

ArtifactId

code-quality
Last Version

Last Version

0.6
Release Date

Release Date

Type

Type

tile
Description

Description

Maven Tile - Code Quality
Adds checkstyle and findbugs plugins
Project URL

Project URL

https://sprinthive.com
Source Code Management

Source Code Management

https://github.com/SprintHive/maven-tiles

Download code-quality

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

There are no modules declared in this project.

maven-tiles

The maven tiles used in SprintHive's projects.

Each tile has a tile.xml and the contents can be merged into the pom of a given project by adding the tiles-maven-plugin to the project's pom with a reference to the wanted tile. For example, to add the code-quality tile:

<build>
    <plugins>
        ...
        <plugin>
            <groupId>io.repaint.maven</groupId>
            <artifactId>tiles-maven-plugin</artifactId>
            <version>2.10</version>
            <extensions>true</extensions>
            <configuration>
                <tiles>
                    <tile>com.sprinthive.tiles:code-quality:0.1</tile>
                </tiles>
            </configuration>
        </plugin>
    </plugins>
</build>
com.sprinthive.tiles

SprintHive

Versions

Version
0.6
0.5
0.4
0.3
0.2
0.1