mocobeta commented on pull request #481: URL: https://github.com/apache/lucene/pull/481#issuecomment-980585757
I understand sharing the same name between multiple tasks is perfectly fine; meanwhile, my feeling is it could also be a good convention to have well-distinguished names for context-specific tasks. e.g.: ``` Utility launchers tasks ----------------------- runBench - Run a perf test (optional: -PtaskAlg=conf/your-algorithm-file -PmaxHeapSize=1G) runLuke - Launches (spawns) Luke directly from the build process. ``` -- 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]
