gnodet commented on PR #8:
URL: https://github.com/apache/maven-executor/pull/8#issuecomment-4499010592

   What about a middle ground: keep the groupId change to 
`org.apache.maven.executor` but use `maven-executor` as the parent artifactId 
instead of `executor`?
   
   ```xml
   <groupId>org.apache.maven.executor</groupId>
   <artifactId>maven-executor</artifactId>
   ```
   
   This would:
   - Move the parent out of `org.apache.maven`, avoiding the GA collision with 
the old core artifact (`org.apache.maven:maven-executor` vs 
`org.apache.maven.executor:maven-executor` — different groupId, so no conflict)
   - Keep the source-release zip as 
`maven-executor-${version}-source-release.zip`, clearly identifiable as a Maven 
project
   - Be consistent with the children, which already use 
`org.apache.maven.executor` as their groupId
   
   _Claude Code on behalf of Guillaume Nodet_


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

Reply via email to