parent

My custom parent pom.

License

License

Categories

Categories

SBE Data Data Structures
GroupId

GroupId

com.carlosbecker
ArtifactId

ArtifactId

parent
Last Version

Last Version

1.6
Release Date

Release Date

Type

Type

pom
Description

Description

parent
My custom parent pom.
Project URL

Project URL

http://carlosbecker.com
Source Code Management

Source Code Management

http://github.com/caarlos0/parent-pom

Download parent

Filename Size
parent-1.6.pom 12 KB
Browse

How to add to project

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

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.

parent-pom Build Status Stories in Ready Maven Central

Just a parent pom project that I use in some projects.

Quality Assurance

Use the qulice profile:

mvn clean install -Pqulice

Add/Update license headers:

Use the header profile:

mvn clean install -Pheader

Send data to Coveralls

Use the CI profile:

mvn clean install -PCI

Don't forget to set the coveralls.token property.

Run mutation tests

Use the mutation profile:

mvn clean install -Pmutation

You might want to adjust the mutation.minimum property.

Add coverage check to build

This will break the build if the coverage is less than 70% (configurable via jacoco.minimum property):

<build>
  <plugins>
    <plugin>
      <groupId>org.jacoco</groupId>
      <artifactId>jacoco-maven-plugin</artifactId>
    </plugin>
  </plugins>
</build>

Versions

Version
1.6
1.5
1.4
1.3
1.2
1.1
1.0