POMs :: JBoss Fuse On OpenShift Parent

https://github.com/garethahealy

Лицензия

Лицензия

Категории

Категории

JBoss Контейнер Application Servers OpenShift PaaS Providers
Группа

Группа

com.garethahealy.poms
Идентификатор

Идентификатор

jboss-fuse-on-openshift-parent
Последняя версия

Последняя версия

1.0.5
Дата

Дата

Тип

Тип

pom
Описание

Описание

POMs :: JBoss Fuse On OpenShift Parent
https://github.com/garethahealy
Организация-разработчик

Организация-разработчик

Gareth Healy

Скачать jboss-fuse-on-openshift-parent

Имя Файла Размер
jboss-fuse-on-openshift-parent-1.0.5.pom 4 KB
Обзор

Как подключить последнюю версию

<!-- 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"]

Зависимости

compile (10)

Идентификатор библиотеки Тип Версия
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)

Идентификатор библиотеки Тип Версия
junit : junit jar
org.mockito : mockito-core jar
org.apache.camel : camel-test jar

Модули Проекта

Данный проект не имеет модулей.

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

Версии библиотеки

Версия
1.0.5
1.0.3
1.0.2
1.0.1
1.0.0