File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 787787 </execution >
788788 </executions >
789789 </plugin >
790+
791+ <!-- 4. Run markdownlint -->
790792 <plugin >
791793 <groupId >com.github.eirslett</groupId >
792794 <artifactId >frontend-maven-plugin</artifactId >
793795 <version >2.0.0</version >
794796
795797 <configuration >
796- <skip >${markdownlint.skip} </skip >
797-
798798 <!-- Central toolchain for markdownlint (Node 24) -->
799799 <installDirectory >${maven.multiModuleProjectDirectory} /target/.mvn/node-markdownlint</installDirectory >
800800 <nodeVersion >v24.12.0</nodeVersion >
810810 <goal >install-node-and-npm</goal >
811811 </goals >
812812 <phase >validate</phase >
813+ <configuration >
814+ <skip >${markdownlint.skip} </skip >
815+ </configuration >
813816 </execution >
814817
815818 <execution >
819822 </goals >
820823 <phase >validate</phase >
821824 <configuration >
825+ <skip >${markdownlint.skip} </skip >
822826 <workingDirectory >${project.basedir} </workingDirectory >
823827 <arguments >exec --yes markdownlint-cli2 -- **/*.md !**/target/** !**/node_modules/** --config ${maven.multiModuleProjectDirectory} /.github/markdownlint.yaml</arguments >
824828 </configuration >
You can’t perform that action at this time.
0 commit comments