Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/unexist/showcase-parent
Parent for all showcases [MIRROR]
https://github.com/unexist/showcase-parent
helidon parent quarkus showcase
Last synced: about 2 months ago
JSON representation
Parent for all showcases [MIRROR]
- Host: GitHub
- URL: https://github.com/unexist/showcase-parent
- Owner: unexist
- License: apache-2.0
- Created: 2021-04-02T16:01:20.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2024-12-06T10:26:12.000Z (2 months ago)
- Last Synced: 2024-12-06T11:26:36.398Z (2 months ago)
- Topics: helidon, parent, quarkus, showcase
- Homepage: https://hg.unexist.dev/showcase-parent
- Size: 144 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.adoc
- License: LICENSE
Awesome Lists containing this project
README
= Parent for showcases
This project holds a bill-of-material (BOM) for my showcase projects, to ease version handling and
tool configs.== Instructions
To use it, just copy the following lines to your pom:
[source,xml]
----dev.unexist.showcase
quarkus-parent
0.1----
== Profiles
Also included is a list of different profiles:
- **quarkus** - Latest stable version
- **quarkus-testing** - Latest QS version
- **hg** - Enables mercurial properties'
- **git** - Enables git properties
- **native** - Builds native versionThe quarkus version can be toggled with the **testing** property:
[source,shell]
----
mvn quarkus:dev -Dtesting=true
----Git can be enabled with the **git** property:
[source,shell]
----
mvn quarkus:dev -Dgit=true
----