slachiewicz opened a new pull request, #181:
URL: https://github.com/apache/maven-resolver-ant-tasks/pull/181
An alternative proposal for the same two files as #173, offered so the two
passes can be compared side by side. Only one of them should land.
Points that the diff does not show:
- Five headings become sentence case, which changes their generated ids
(`Proxy_Settings` to `Proxy_settings`, and the same for Local Repository,
Remote Repositories, Offline Mode, and Output Artifacts). The former ids are
preserved as explicit `<a id>` anchors, so no published link breaks.
`maven-site-plugin` 3.22.0 keeps those anchors; on 3.21.0 and earlier they are
dropped.
- `More information` was a second `<h1>` on the page. It is now an `<h2>`.
- The Mirrors section had a heading and a code sample but no prose. The
introductory sentence is new content rather than a rewrite.
- The download page keeps the verification step as a requirement and splits
the two verification methods into a list. It also keeps the recommendation to
use the current release, attributed rather than stated impersonally.
- `The properties are prefixed with the ref id of the <pom> element, e.g.
${pom.version}` is ambiguous about what the prefix is. The rewrite names the id
and the resulting property separately.
Verified: `mvn site` on this branch, then the rendered
`target/site/index.html` anchors diffed against
https://maven.apache.org/resolver-ant-tasks/index.html. No published anchor is
missing, five are added, and no id is duplicated.
*This change was created with AI assistance.*
--
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]