File tree Expand file tree Collapse file tree 1 file changed +12
-0
lines changed
Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Original file line number Diff line number Diff line change 268268 <exec-maven-plugin .version>3.0.0</exec-maven-plugin .version>
269269 <groovy-maven-plugin .version>1.5</groovy-maven-plugin .version>
270270 <license-maven-plugin .version>2.0.0</license-maven-plugin .version>
271+ <tidy-maven-plugin .version>1.1.0</tidy-maven-plugin .version>
271272 <versions-maven-plugin .version>2.8.1</versions-maven-plugin .version>
272273
273274 <!-- Other Maven plugins -->
688689 </configuration >
689690 </plugin >
690691
692+ <!--
693+ Tidy Maven plugin -
694+ https://www.mojohaus.org/tidy-maven-plugin/
695+ Fix the ordering of POM elements using "mvn tidy:pom".
696+ -->
697+ <plugin >
698+ <groupId >org.codehaus.mojo</groupId >
699+ <artifactId >tidy-maven-plugin</artifactId >
700+ <version >${tidy-maven-plugin.version} </version >
701+ </plugin >
702+
691703 <!--
692704 Versions Maven plugin -
693705 https://www.mojohaus.org/versions-maven-plugin/
You can’t perform that action at this time.
0 commit comments