cowwoc commented on code in PR #389:
URL:
https://github.com/apache/maven-build-cache-extension/pull/389#discussion_r3291944534
##########
src/site/markdown/how-to.md:
##########
@@ -160,6 +160,172 @@ Add `executionControl/runAlways` section:
</executionControl>
```
+### Default Reconciliation Behavior
+
+The build cache extension automatically tracks certain critical plugin
properties by default, even without explicit
+`executionControl` configuration. These defaults are loaded from
`default-reconciliation/defaults.xml`:
Review Comment:
Good catch. The old `default-reconciliation/defaults.xml` reference was
stale; the defaults are now derived from the plugin parameter descriptors under
`plugin-parameters/`. I updated this section to point to
`plugin-parameters/maven-compiler-plugin.xml` and
`plugin-parameters/maven-install-plugin.xml`.
--
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]