You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by GitBox <gi...@apache.org> on 2020/03/11 09:22:46 UTC

[GitHub] [camel-quarkus] lburgazzoli commented on a change in pull request #869: Fix #865 Re-org the source tree

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:
users@infra.apache.org


With regards,
Apache Git Services