jbertram commented on code in PR #4738: URL: https://github.com/apache/activemq-artemis/pull/4738#discussion_r1449176707
########## .gitignore: ########## @@ -33,3 +33,5 @@ artemis-native/src/main/c/org_apache_activemq_artemis_jlibaio_LibaioContext.h # overlay outpit **/overlays/**/* + +artemis-docker/_TMP_ Review Comment: Using `target` instead of `_TMP_` makes sense. That said, it's worth noting that `artemis-docker` isn't actually a Maven module so I'm not sure the source assembly example would be a concern. -- 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]
