https://github.com/wildfly/wildfly-quickstart-parent
https://github.com/wildfly/wildfly-quickstart-parent
Last synced: 6 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/wildfly/wildfly-quickstart-parent
- Owner: wildfly
- License: other
- Created: 2021-08-26T12:52:19.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2025-01-14T10:03:58.000Z (over 1 year ago)
- Last Synced: 2025-01-14T10:57:40.652Z (over 1 year ago)
- Size: 73.2 KB
- Stars: 0
- Watchers: 10
- Forks: 4
- Open Issues: 1
-
Metadata Files:
- Readme: README.adoc
- License: LICENSE.txt
- Security: SECURITY.md
Awesome Lists containing this project
README
[id='quickstart-parent-pom']
= WildFly Quickstart Parent POM
The parent Maven POM for WildFly Quickstart projects.
[id='what-is-it']
== What is it?
The WildFly Quickstart parent POM provides default configuration for Maven builds, on top of the one provided by the JBoss parent POM.
* Recommended/default versions and/or configurations for the commonly used Maven plugins
* Profiles for generating documentation, Arquillian testing, etc.
[id='how-to-use-it']
== How to use it?
Start out by adding the parent configuration to your pom.
[source,xml]
----
org.wildfly.quickstarts
wildfly-quickstart-parent
3-SNAPSHOT
----
[id='license']
== License
Apache License, Version 2.0