Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[3.x] archetypes does not offer a metrics provider choice for custom/se #7638

Merged
merged 2 commits into from
Sep 21, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 0 additions & 3 deletions archetypes/helidon/filters.properties
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,6 @@ health=!${health} || (${health.builtin})
# force metrics.builtin=true
metrics=!${metrics} || (${metrics.builtin})

# force metrics.provider='microprofile' when tracing=true
tracing=!${tracing} || (${tracing} && ${metrics.provider} == 'microprofile')

# group extra options
extra=${extra} == [] || \
(${flavor} == 'se' && ${extra} == ['cors', 'webclient', 'fault-tolerance']) || \
Expand Down
7 changes: 7 additions & 0 deletions archetypes/helidon/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,13 @@
<files>
<file target="cli-data/latest">${project.version}</file>
</files>
<templates>
<template source="src/main/cli/versions.xml.mustache" target="cli-data/versions.xml">
<variables>
<variable name="version" value="${project.version}"/>
</variables>
</template>
</templates>
</directory>
</directories>
</configuration>
Expand Down
Loading
Loading