quarkiverse / quarkus-roq

An extension to generate/publish static pages from your Quarkus web-app
Apache License 2.0
2 stars 3 forks source link

add new config quarkus.roq.resource-site #31

Closed ia3andy closed 17 hours ago

ia3andy commented 3 days ago

the default value will be site and this will be used to also scan the classpath

ia3andy commented 3 days ago

this would be here: https://github.com/quarkiverse/quarkus-roq/blob/main/common/deployment/src/main/java/io/quarkiverse/roq/deployment/items/RoqProjectBuildItem.java#L22

using this: ClassPathUtils.consumeAsPaths (with two calls to the consumer)