abhagraw opened a new pull request, #13073:
URL: https://github.com/apache/druid/pull/13073

   Currently we are getting the extensions by getting all the directories 
present in extensions-core directory.
   
   Going forward, we want to get the list of modules from the pom.xml. For this 
we will using the following command -
   `mvn -Dexec.executable='echo' -Dexec.args='${basedir}' exec:exec -q | grep 
extensions-core | grep -o '[^/]*$'` .


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

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to