AlexanderAshitkin commented on code in PR #40: URL: https://github.com/apache/maven-build-cache-extension/pull/40#discussion_r1125518186
########## src/site/markdown/how-to.md: ########## @@ -70,8 +70,7 @@ Add all the project specific source code files in `<glob>`. Scala in this case: ### Adding source directory for bespoke project layouts -In most of the cases incremental Maven will recognize directories automatically by build introspection. If not, you can -add additional directories with `<include>`. Also you can filter out undesirable dirs and files by using exclude tag +In most cases, incremental Maven automatically recognizes directories by introspecting the build. When it is not enough, adding additional directories with `<include>` is possible. Also, you can filter out undesirable dirs and files by using exclude tag. Review Comment: fixed -- 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]
