Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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]

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 version

The 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
----