This is an automated email from the ASF dual-hosted git repository. cstamas pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/maven.git
The following commit(s) were added to refs/heads/master by this push: new 7cf70fd457 Add a TODO 7cf70fd457 is described below commit 7cf70fd457930e1cc3526d006c0885606d080896 Author: Tamas Cservenak <ta...@cservenak.net> AuthorDate: Fri Oct 25 15:41:46 2024 +0200 Add a TODO --- apache-maven/pom.xml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/apache-maven/pom.xml b/apache-maven/pom.xml index 741cf6fe92..4e98bf59ce 100644 --- a/apache-maven/pom.xml +++ b/apache-maven/pom.xml @@ -282,6 +282,11 @@ under the License. <mainClass>org.eclipse.aether.tools.CollectConfiguration</mainClass> <arguments> <argument>--mode=maven</argument> + <!-- + TODO: templates are loaded from classpath, in "normal" JAR project local template would override docgen one, + but in this case the packaging=pom all I could do is use additionalClasspathElement that APPENDS classpath, + hence template is renamed to maven-configuration.md.vm, to avoid conflict (and picking up resolver template) + --> <argument>--templates=maven-configuration.md,configuration.properties,configuration.yaml</argument> <argument>${basedir}/..</argument> <argument>${basedir}/../src/site/markdown/</argument>