Spring Boot CI

Spring-Boot-friendly parent POM to 1) generate static code analysis reports for CI server, 2) deploy artifacts to Sonatype OSSRH, and 3) deploy site documentation to GitHub.

License

License

Categories

Categories

Spring Boot Container Microservices
GroupId

GroupId

com.github.choonchernlim
ArtifactId

ArtifactId

spring-boot-ci
Last Version

Last Version

0.4.0
Release Date

Release Date

Type

Type

pom
Description

Description

Spring Boot CI
Spring-Boot-friendly parent POM to 1) generate static code analysis reports for CI server, 2) deploy artifacts to Sonatype OSSRH, and 3) deploy site documentation to GitHub.
Project URL

Project URL

https://github.com/choonchernlim/spring-boot-ci

Download spring-boot-ci

Filename Size
spring-boot-ci-0.4.0.pom 29 KB
Browse

How to add to project

<!-- https://jarcasting.com/artifacts/com.github.choonchernlim/spring-boot-ci/ -->
<dependency>
    <groupId>com.github.choonchernlim</groupId>
    <artifactId>spring-boot-ci</artifactId>
    <version>0.4.0</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.choonchernlim/spring-boot-ci/
implementation 'com.github.choonchernlim:spring-boot-ci:0.4.0'
// https://jarcasting.com/artifacts/com.github.choonchernlim/spring-boot-ci/
implementation ("com.github.choonchernlim:spring-boot-ci:0.4.0")
'com.github.choonchernlim:spring-boot-ci:pom:0.4.0'
<dependency org="com.github.choonchernlim" name="spring-boot-ci" rev="0.4.0">
  <artifact name="spring-boot-ci" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.choonchernlim', module='spring-boot-ci', version='0.4.0')
)
libraryDependencies += "com.github.choonchernlim" % "spring-boot-ci" % "0.4.0"
[com.github.choonchernlim/spring-boot-ci "0.4.0"]

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

There are no modules declared in this project.

Versions

Version
0.4.0
0.3.2
0.3.1
0.3.0
0.2.4
0.2.3
0.2.2
0.2.1
0.2.0
0.1.0