sventorben / swarm-fractions

A collection of custom Wildfly Swarm Fractions

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Thorntail Fractions

A collection of custom Thorntail Fractions.

Build Status

Code Coverage

Maven Coordinates

The latest RELEASE is available via Maven Central.

    <dependency>
        <groupId>de.sven-torben.wildfly.swarm.fractions</groupId>
        <artifactId>NAME OF FRACTION</artifactId>
        <version>0.0.1</version>
    </dependency>

For latest SNAPHOT artifacts you need to integrate the Sonatype Maven repository like this:

    <repository>
        <id>sonatype-nexus-snapshots</id>
        <name>Sonatype Nexus Snapshots</name>
        <url>https://oss.sonatype.org/content/repositories/snapshots</url>
        <releases>
            <enabled>false</enabled>
        </releases>
        <snapshots>
            <enabled>true</enabled>
        </snapshots>
    </repository

About

A collection of custom Wildfly Swarm Fractions

License:MIT License


Languages

Language:Java 97.6%Language:Shell 2.4%