An open API service indexing awesome lists of open source software.

https://github.com/wildfly/wildfly-channel

Library for WildFly Channel
https://github.com/wildfly/wildfly-channel

Last synced: 11 months ago
JSON representation

Library for WildFly Channel

Awesome Lists containing this project

README

          

# wildfly-channel

`wildfly-channel` is a library to curates Maven artifacts provisioned by Galleon feature-packs (that are used by WildFly).

Read the [specification](https://github.com/wildfly/wildfly-channel/blob/main/doc/spec.adoc).

# Getting Help

For discussions, use the [WildFly Zulip chat](https://wildfly.zulipchat.com/).

# Report an issue

Use [GitHub issues](https://github.com/wildfly/wildfly-channel/issues) to report any issues. Please specify any relevant information including the versions of the `wildfly-channel` library, WildFly, Maven, and Java.

# Contribute

You can build the library by running:

```
mvn clean verify
```

# Release

The procedure to release the `wildfly-channel` artifacts is described in the [Release-Procedure wiki page](https://github.com/wildfly/wildfly-channel/wiki/Release-Procedure).