hboutemy commented on PR #47: URL: https://github.com/apache/maven-sources/pull/47#issuecomment-4565959799
in the past we had only one Maven core then we had 2: 3 and 4, so we kept `maven` for `master` branch and `3.x` for current 3 branch, with stable directory names on disk now, we have 2 Maven 4 branches and 2 Maven 3 branches maintained in parallel: yes, this complexity requires to define a common approach to get same local directories for different people in addition, we have the subtility of mvnd branches and resolver branches yes, this is the right time to define a local directory approach that we'll keep, either trying to keep stable names even if Git branches names change or not... for the past year, we did: ``` |-- core | |-- build-cache | |-- maven | |-- maven-4.0.x | |-- mvnd | |-- resolver | |-- resolver-ant-tasks | |-- wrapper | `-- 3.x | |-- its | |-- maven-3 | |-- mvnd-1 | `-- resolver-1 ``` what would be the local directories proposal for the current approach done in Git? -- 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]
