Skip to content

Commit

Permalink
[pom] Sort prohibit legacy use flag
Browse files Browse the repository at this point in the history
  • Loading branch information
hazendaz committed Nov 4, 2023
1 parent dec2c51 commit 9967391
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -462,11 +462,11 @@
</excludes>
</licenseSet>
</licenseSets>
<prohibitLegacyUse>true</prohibitLegacyUse>
<mapping>
<!-- Default mapping located at https://github.com/mathieucarbou/license-maven-plugin/blob/master/license-maven-plugin/src/main/java/com/mycila/maven/plugin/license/document/DocumentType.java -->
<xml.vm>XML_STYLE</xml.vm>
</mapping>
<prohibitLegacyUse>true</prohibitLegacyUse>
</configuration>
<dependencies>
<dependency>
Expand Down

0 comments on commit 9967391

Please sign in to comment.