POMs :: Spring Boot Parent

https://github.com/garethahealy

License

License

GroupId

GroupId

com.garethahealy.poms
ArtifactId

ArtifactId

springboot-parent
Last Version

Last Version

1.1.0
Release Date

Release Date

Type

Type

pom
Description

Description

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

Project Organization

Gareth Healy
Source Code Management

Source Code Management

https://github.com/garethahealy/poms/tree/master/springboot-parent

Download springboot-parent

How to add to project

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

Dependencies

compile (6)

Group / Artifact Type Version
org.springframework.boot : spring-boot-starter jar
org.springframework.boot : spring-boot-starter-web jar
org.springframework.boot : spring-boot-starter-log4j2 jar
org.springframework.boot : spring-boot-starter-actuator jar
org.springframework : spring-webmvc jar
org.springframework.boot : spring-boot-devtools jar

provided (2)

Group / Artifact Type Version
org.apache.tomcat.embed : tomcat-embed-jasper jar
javax.servlet : jstl 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.1.0
1.0.5
1.0.3
1.0.2
1.0.1
1.0.0