rmannibucau commented on pull request #177: URL: https://github.com/apache/maven/pull/177#issuecomment-1005985117
@famod ok, got back memory - actually checked ;): https://github.com/apache/maven/commit/a242c1a9127a643b432cbcc926155c7a1589f2f6. Agree `mvn-builder-" + ${project.id}` is too long - actually why this original PR was just using the artifactId. Guess it can be either configurable by some maven option but also guess only the default is important so maybe `mvn-builder-" + ${project.artifactId}` would be more relevant to drop the useless data? -- 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]
