POMs :: Apache Camel on Spring Boot Parent

https://github.com/garethahealy

License

License

GroupId

GroupId

com.garethahealy.poms
ArtifactId

ArtifactId

camel-on-springboot-parent
Last Version

Last Version

1.0.5
Release Date

Release Date

Type

Type

pom
Description

Description

POMs :: Apache Camel on Spring Boot Parent
https://github.com/garethahealy
Project Organization

Project Organization

Gareth Healy

Download camel-on-springboot-parent

How to add to project

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

Dependencies

compile (9)

Group / Artifact Type Version
org.springframework.boot : spring-boot-starter jar
org.apache.camel : camel-core-starter jar
org.apache.camel : camel-spring-boot-starter jar
org.jolokia : jolokia-core jar
org.springframework.boot : spring-boot-starter-actuator jar
org.springframework.boot : spring-boot-starter-remote-shell jar
org.apache.camel : camel-commands-spring-boot jar
org.springframework.boot : spring-boot-devtools jar
org.springframework.boot : spring-boot-starter-log4j2 jar

test (1)

Group / Artifact Type Version
org.springframework.boot : spring-boot-starter-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