https://github.com/wildfly/wildfly-dev-tools
Development tooling for WildFly projects.
https://github.com/wildfly/wildfly-dev-tools
Last synced: 6 months ago
JSON representation
Development tooling for WildFly projects.
- Host: GitHub
- URL: https://github.com/wildfly/wildfly-dev-tools
- Owner: wildfly
- License: apache-2.0
- Created: 2023-04-07T15:09:34.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2026-01-12T04:45:02.000Z (6 months ago)
- Last Synced: 2026-01-28T07:50:14.853Z (6 months ago)
- Size: 122 KB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 3
-
Metadata Files:
- Readme: README.adoc
- Contributing: CONTRIBUTING.adoc
- License: LICENSE
- Codeowners: CODEOWNERS
- Security: SECURITY.md
Awesome Lists containing this project
README
= WildFly Development Tools
This project contains development tools for various WildFly projects.
The `org.wildfly.tools:wildfly-parent` is a parent POM which adds minimal functionality to the
`org.jboss:jboss-parent` POM.
The `org.wildfly.tools:ide-config` contains resources for Eclipse formatting configuration files.
These can be used in your IDE as well as in the `net.revelc.code.formatter:formatter-maven-plugin`.
== Releasing
Currently, releasing is a manual task. The versions should be manually updated and ideally commits and tags should be
signed. This is not enforced at the moment.
The default deployment server id for the settings.xml is `ossrh`. This can be overridden with the `sonatype.server.id`
system property. In some cases this might need to be done as we currently release to the legacy https://oss.sonatype.org
server.