POMs :: JBoss Fuse On OpenShift Parent

https://github.com/garethahealy

License

License

Categories

Categories

JBoss Container Application Servers OpenShift PaaS Providers
GroupId

GroupId

com.garethahealy.poms
ArtifactId

ArtifactId

jboss-fuse-on-openshift-parent
Last Version

Last Version

1.0.5
Release Date

Release Date

Type

Type

pom
Description

Description

POMs :: JBoss Fuse On OpenShift Parent
https://github.com/garethahealy
Project Organization

Project Organization

Gareth Healy

Download jboss-fuse-on-openshift-parent

How to add to project

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

Dependencies

compile (10)

Group / Artifact Type Version
org.apache.commons : commons-lang3 jar
commons-io : commons-io jar
joda-time : joda-time jar
org.apache.camel : camel-core jar
io.fabric8 : kubernetes-generator jar
org.apache.logging.log4j : log4j-api jar
org.apache.logging.log4j : log4j-core jar
org.apache.logging.log4j : log4j-slf4j-impl jar
com.fasterxml.jackson.core : jackson-core jar
com.fasterxml.jackson.core : jackson-databind jar

test (3)

Group / Artifact Type Version
junit : junit jar
org.mockito : mockito-core jar
org.apache.camel : camel-test jar

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.0.5
1.0.3
1.0.2
1.0.1
1.0.0