io.github.efenglu:maven-parent

Parent pom for the full featured parent pom demo

License

License

Categories

Categories

Maven Build Tools
GroupId

GroupId

io.github.efenglu
ArtifactId

ArtifactId

maven-parent
Last Version

Last Version

1.0.2
Release Date

Release Date

Type

Type

pom
Description

Description

io.github.efenglu:maven-parent
Parent pom for the full featured parent pom demo
Project URL

Project URL

https://github.com/efenglu/maven
Source Code Management

Source Code Management

https://github.com/efenglu/maven

Download maven-parent

Filename Size
maven-parent-1.0.2.pom 4 KB
Browse

How to add to project

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

Dependencies

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

Project Modules

  • tiles
  • checkstyle-config

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