POMs :: Commons Bill Of Materials (BOM)

https://github.com/garethahealy

License

License

GroupId

GroupId

com.garethahealy.poms
ArtifactId

ArtifactId

commons-bom
Last Version

Last Version

1.1.0
Release Date

Release Date

Type

Type

pom
Description

Description

POMs :: Commons Bill Of Materials (BOM)
https://github.com/garethahealy
Project Organization

Project Organization

Gareth Healy
Source Code Management

Source Code Management

https://github.com/garethahealy/poms/tree/master/commons-bom

Download commons-bom

Filename Size
commons-bom-1.1.0.pom 6 KB
Browse

How to add to project

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

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.

Build Status Release Version License

POMs

Collection of POMs which are used by all projects i am working on. Structure is as follows:

  • projects-pom
    • building-tools
    • commons-bom
    • plugins-parent
      • rh-jboss-eap-parent
        • rh-dm-parent
      • springboot-parent
    • osgi-plugins-parent
      • osgi-parent
        • rh-fuse-on-karaf-parent

How to build projects

  • mvn clean install
  • mvn clean org.jacoco:jacoco-maven-plugin:prepare-agent package sonar:sonar -Dsonar.host.url=https://sonarcloud.io -Dsonar.organization=garethahealy-github -Dsonar.login={removed}

How to deploy

Update version

  • mvn versions:set -DnewVersion=X.Y.Z
  • mvn versions:commit

Deploy to maven central

  • export GPG_TTY=$(tty)
  • mvn clean install deploy -Prelease-ossrh

Deploy to local

Travis CI

Versions

Version
1.1.0
1.0.5
1.0.3
1.0.2
1.0.1
1.0.0