org.siggi-ci:siggi-ci-webhooks-services

The Maven-Reactor to build siggi-ci-bricks.

License

License

GroupId

GroupId

org.siggi-ci
ArtifactId

ArtifactId

siggi-ci-webhooks-services
Last Version

Last Version

0.1.8
Release Date

Release Date

Type

Type

jar
Description

Description

The Maven-Reactor to build siggi-ci-bricks.

Download siggi-ci-webhooks-services

How to add to project

<!-- https://jarcasting.com/artifacts/org.siggi-ci/siggi-ci-webhooks-services/ -->
<dependency>
    <groupId>org.siggi-ci</groupId>
    <artifactId>siggi-ci-webhooks-services</artifactId>
    <version>0.1.8</version>
</dependency>
// https://jarcasting.com/artifacts/org.siggi-ci/siggi-ci-webhooks-services/
implementation 'org.siggi-ci:siggi-ci-webhooks-services:0.1.8'
// https://jarcasting.com/artifacts/org.siggi-ci/siggi-ci-webhooks-services/
implementation ("org.siggi-ci:siggi-ci-webhooks-services:0.1.8")
'org.siggi-ci:siggi-ci-webhooks-services:jar:0.1.8'
<dependency org="org.siggi-ci" name="siggi-ci-webhooks-services" rev="0.1.8">
  <artifact name="siggi-ci-webhooks-services" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.siggi-ci', module='siggi-ci-webhooks-services', version='0.1.8')
)
libraryDependencies += "org.siggi-ci" % "siggi-ci-webhooks-services" % "0.1.8"
[org.siggi-ci/siggi-ci-webhooks-services "0.1.8"]

Dependencies

compile (6)

Group / Artifact Type Version
org.siggi-ci : siggi-ci-data jar 0.1.8
org.siggi-ci : siggi-ci-services-common jar 0.1.8
org.siggi-ci : siggi-ci-webhooks-common jar 0.1.8
org.springframework : spring-web jar
com.fasterxml.jackson.core : jackson-databind jar
io.javaslang : javaslang jar 2.0.5

provided (1)

Group / Artifact Type Version
org.projectlombok : lombok jar

Project Modules

There are no modules declared in this project.

Siggi CI Bricks

Codacy Badge

is a collection of modules needed to assemble the Siggi CI app.

Build

Maven-Wrapper is used to build the whole project:

./mvnw clean install

Skip tests during 'release:perform'

add '${arguments}' placeholder in release-plugin configuration

    <build>
        <plugins>
            <plugin>
                <groupId>org.apache.maven.plugins</groupId>
                <artifactId>maven-release-plugin</artifactId>
                <version>2.5.3</version>
                <configuration>
                    <tagNameFormat>@{artifactId}-@{project.version}</tagNameFormat>
                    <mavenExecutorId>forked-path</mavenExecutorId>
                    <autoVersionSubmodules>true</autoVersionSubmodules>
                    <useReleaseProfile>false</useReleaseProfile>
                    <arguments>-Pcustom-release,maven ${arguments}</arguments>
                </configuration>
            </plugin>
        </plugins>
    </build>

then put as many arguments as needed

mvn release:perform -Darguments="-Dmaven.test.skip" --batch-mode

Versions

Version
0.1.8
0.1.7
0.1.6