Skip to content
/ metadata Public

Metadata for JBoss Application Server (WildFly)

License

Notifications You must be signed in to change notification settings

jboss/metadata

Folders and files

NameName
Last commit message
Last commit date
Jan 31, 2025
Jan 31, 2025
Mar 5, 2025
Jan 31, 2025
Jan 31, 2025
Jan 31, 2025
Jan 31, 2025
Jan 31, 2025
Jan 31, 2025
Feb 19, 2018
Aug 29, 2022
Dec 20, 2019
Nov 6, 2023
Nov 17, 2022
Nov 17, 2022
Feb 27, 2024
Sep 26, 2024
Nov 17, 2022
Jan 31, 2025

Metadata data for WildFly.

This library is in charge in parsing JakartaEE descriptors and Wildfly extensions.

Building

Prerequisites:

  • JDK 11 or newer - check java -version
  • Maven 3.6.0 or newer - check mvn -v
  • On *nix systems, make sure that the maximum number of open files for the user running the build is at least 4096 (check ulimit -n) or more, depending on what other i/o intensive processes the user is running.

To build with your own Maven installation:

mvn install

Releasing

To release

mvn release:prepare -Prelease
mvn release:perform -Prelease

Don't forget to put Final in the release tag name.

License