lburgazzoli commented on a change in pull request #869: Fix #865 Re-org the source tree URL: https://github.com/apache/camel-quarkus/pull/869#discussion_r390837444
########## File path: tooling/scripts/sort-poms.groovy ########## @@ -187,14 +188,16 @@ void sortModules(String[] sortModulesPaths) { void updateMvndRules(String[] updateMvndRuleDirs) { final Set<String> extensionArtifactIds = [] as TreeSet - Files.list(baseDir.resolve('extensions')) + Stream.of('extensions', 'extensions-core') Review comment: not very groovysh :) ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org With regards, Apache Git Services