Tile: java

Setup Standard Java build

License

License

Categories

Categories

Maven Build Tools
GroupId

GroupId

io.github.efenglu.maven.tiles
ArtifactId

ArtifactId

java
Last Version

Last Version

1.0.2
Release Date

Release Date

Type

Type

tile
Description

Description

Tile: java
Setup Standard Java build

Download java

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 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