Add a TODO

This commit is contained in:
Tamas Cservenak 2024-10-25 15:41:46 +02:00
parent f6c5de33f9
commit 7cf70fd457
1 changed files with 5 additions and 0 deletions

View File

@ -282,6 +282,11 @@ under the License.
<mainClass>org.eclipse.aether.tools.CollectConfiguration</mainClass> <mainClass>org.eclipse.aether.tools.CollectConfiguration</mainClass>
<arguments> <arguments>
<argument>--mode=maven</argument> <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>--templates=maven-configuration.md,configuration.properties,configuration.yaml</argument>
<argument>${basedir}/..</argument> <argument>${basedir}/..</argument>
<argument>${basedir}/../src/site/markdown/</argument> <argument>${basedir}/../src/site/markdown/</argument>