Skip to content

Commit

Permalink
Add a TODO
Browse files Browse the repository at this point in the history
  • Loading branch information
cstamas committed Oct 25, 2024
1 parent f6c5de3 commit 7cf70fd
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions apache-maven/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit 7cf70fd

Please sign in to comment.