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
- Host: GitHub
- URL: https://github.com/wildfly/wildfly-channel
- Owner: wildfly
- License: apache-2.0
- Created: 2021-10-07T09:05:22.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2025-08-29T10:12:23.000Z (11 months ago)
- Last Synced: 2025-08-29T11:26:55.104Z (11 months ago)
- Language: Java
- Size: 2.65 MB
- Stars: 3
- Watchers: 6
- Forks: 15
- Open Issues: 20
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Security: SECURITY.md
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).