slachiewicz commented on issue #139: URL: https://github.com/apache/maven-doxia-converter/issues/139#issuecomment-5198963000
## Pull requests ### Tooling and repairs These change behaviour rather than content, so they are worth reviewing first. - Stop over-escaping text in the Markdown sink — [apache/maven-doxia#1070](https://github.com/apache/maven-doxia/pull/1070) - Let APT macro blocks end at the last brace on the line — [apache/maven-doxia#1069](https://github.com/apache/maven-doxia/pull/1069) - Keep Velocity constructs intact when converting a *.vm source — [apache/maven-doxia-converter#140](https://github.com/apache/maven-doxia-converter/pull/140) - Keep Markdown headings from being read as Velocity comments — [apache/maven-doxia-sitetools#664](https://github.com/apache/maven-doxia-sitetools/pull/664) - Repair the SCM overview table — [apache/maven-scm#1388](https://github.com/apache/maven-scm/pull/1388) ### Site documentation ports One pull request per repository, each a single commit, each verified by building the site before and after the change and comparing every generated page. All target `master` unless noted and carry the `maintenance` label. - [apache/maven#12682](https://github.com/apache/maven/pull/12682) - [apache/maven-acr-plugin#145](https://github.com/apache/maven-acr-plugin/pull/145) - [apache/maven-antrun-plugin#381](https://github.com/apache/maven-antrun-plugin/pull/381) - [apache/maven-apache-resources#122](https://github.com/apache/maven-apache-resources/pull/122) - [apache/maven-archetype#1006](https://github.com/apache/maven-archetype/pull/1006) - [apache/maven-artifact-plugin#226](https://github.com/apache/maven-artifact-plugin/pull/226) - [apache/maven-assembly-plugin#1351](https://github.com/apache/maven-assembly-plugin/pull/1351) - [apache/maven-changelog-plugin#240](https://github.com/apache/maven-changelog-plugin/pull/240) - [apache/maven-changes-plugin#652](https://github.com/apache/maven-changes-plugin/pull/652) - [apache/maven-checkstyle-plugin#678](https://github.com/apache/maven-checkstyle-plugin/pull/678) - [apache/maven-clean-plugin#332](https://github.com/apache/maven-clean-plugin/pull/332) - [apache/maven-dependency-plugin#1674](https://github.com/apache/maven-dependency-plugin/pull/1674) - [apache/maven-doap-plugin#165](https://github.com/apache/maven-doap-plugin/pull/165) - [apache/maven-ear-plugin#543](https://github.com/apache/maven-ear-plugin/pull/543) - [apache/maven-ejb-plugin#227](https://github.com/apache/maven-ejb-plugin/pull/227) - [apache/maven-enforcer#1005](https://github.com/apache/maven-enforcer/pull/1005) - [apache/maven-file-management#112](https://github.com/apache/maven-file-management/pull/112) - [apache/maven-filtering#368](https://github.com/apache/maven-filtering/pull/368) - [apache/maven-help-plugin#409](https://github.com/apache/maven-help-plugin/pull/409) - [apache/maven-install-plugin#431](https://github.com/apache/maven-install-plugin/pull/431) - [apache/maven-invoker-plugin#743](https://github.com/apache/maven-invoker-plugin/pull/743) - [apache/maven-jar-plugin#577](https://github.com/apache/maven-jar-plugin/pull/577) - [apache/maven-jarsigner-plugin#158](https://github.com/apache/maven-jarsigner-plugin/pull/158) - [apache/maven-javadoc-plugin#1351](https://github.com/apache/maven-javadoc-plugin/pull/1351) - [apache/maven-jdeprscan-plugin#85](https://github.com/apache/maven-jdeprscan-plugin/pull/85) - [apache/maven-jdeps-plugin#97](https://github.com/apache/maven-jdeps-plugin/pull/97) - [apache/maven-jmod-plugin#113](https://github.com/apache/maven-jmod-plugin/pull/113) - [apache/maven-jxr#363](https://github.com/apache/maven-jxr/pull/363) - [apache/maven-parent#591](https://github.com/apache/maven-parent/pull/591) - [apache/maven-plugin-tools#1147](https://github.com/apache/maven-plugin-tools/pull/1147) - [apache/maven-pmd-plugin#719](https://github.com/apache/maven-pmd-plugin/pull/719) - [apache/maven-project-info-reports-plugin#646](https://github.com/apache/maven-project-info-reports-plugin/pull/646) - [apache/maven-rar-plugin#166](https://github.com/apache/maven-rar-plugin/pull/166) - [apache/maven-remote-resources-plugin#289](https://github.com/apache/maven-remote-resources-plugin/pull/289) - [apache/maven-resources-plugin#503](https://github.com/apache/maven-resources-plugin/pull/503) - [apache/maven-scm-publish-plugin#158](https://github.com/apache/maven-scm-publish-plugin/pull/158) - [apache/maven-shade-plugin#838](https://github.com/apache/maven-shade-plugin/pull/838) - [apache/maven-shared-resources#84](https://github.com/apache/maven-shared-resources/pull/84) - [apache/maven-source-plugin#321](https://github.com/apache/maven-source-plugin/pull/321) - [apache/maven-stage-plugin#73](https://github.com/apache/maven-stage-plugin/pull/73) - [apache/maven-toolchains-plugin#193](https://github.com/apache/maven-toolchains-plugin/pull/193) - [apache/maven-verifier-plugin#65](https://github.com/apache/maven-verifier-plugin/pull/65) - [apache/maven-wagon#895](https://github.com/apache/maven-wagon/pull/895) - [apache/maven-war-plugin#645](https://github.com/apache/maven-war-plugin/pull/645) - [apache/maven-wrapper#438](https://github.com/apache/maven-wrapper/pull/438) - [codehaus-plexus/modello#572](https://github.com/codehaus-plexus/modello/pull/572) - [codehaus-plexus/plexus-io#179](https://github.com/codehaus-plexus/plexus-io/pull/179) Across these, 757 files under `src/site` and nothing outside it. Still to come: the second pull request for each of the five repositories whose port was made on a `-3.x` maintenance line, so the conversion reaches `master` as well (maven-clean-plugin, maven-install-plugin, maven-jar-plugin, maven-resources-plugin, maven-filtering); and a licence header cleanup across nine repositories where an earlier conversion left the header as one HTML comment per line. -- 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]
