POMs

https://github.com/garethahealy

License

License

GroupId

GroupId

com.garethahealy.poms
ArtifactId

ArtifactId

poms-parent
Last Version

Last Version

1.1.0
Release Date

Release Date

Type

Type

pom
Description

Description

POMs
https://github.com/garethahealy
Project Organization

Project Organization

Gareth Healy
Source Code Management

Source Code Management

https://github.com/garethahealy/poms/tree/master

Download poms-parent

Filename Size
poms-parent-1.1.0.pom 9 KB
Browse

How to add to project

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

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

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