gnodet opened a new pull request, #13140:
URL: https://github.com/apache/maven/pull/13140
Follow-up to #13137.
The `default-bindings.md.vm` doc page uses a
`MACRO{snippet|id=versions|...}` to render the plugin version constants. It was
pointing at `AbstractLifecycleMappingProvider.java`, which no longer contains
those constants after #13137 removed them.
Fix:
- Add `// START SNIPPET: versions` / `// END SNIPPET: versions` markers to
`PluginVersions.java`
- Update `default-bindings.md.vm` to point to `PluginVersions.java`
The same fix is included in #13138 for master.
--
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]