mirror of
https://github.com/apache/maven-mvnd.git
synced 2025-09-18 09:22:47 +00:00
Set <failIfUnknown>true</failIfUnknown> on the license plugin
This commit is contained in:
5
pom.xml
5
pom.xml
@@ -225,6 +225,7 @@ limitations under the License.</inlineHeader>
|
|||||||
<exclude>.mvn/wrapper/</exclude>
|
<exclude>.mvn/wrapper/</exclude>
|
||||||
<exclude>LICENSE.txt</exclude>
|
<exclude>LICENSE.txt</exclude>
|
||||||
<exclude>NOTICE.txt</exclude>
|
<exclude>NOTICE.txt</exclude>
|
||||||
|
<exclude>**/mvnd.properties.template</exclude>
|
||||||
<exclude>mvnw</exclude>
|
<exclude>mvnw</exclude>
|
||||||
<exclude>mvnw.cmd</exclude>
|
<exclude>mvnw.cmd</exclude>
|
||||||
<exclude>pom.xml.versionsBackup</exclude>
|
<exclude>pom.xml.versionsBackup</exclude>
|
||||||
@@ -232,8 +233,12 @@ limitations under the License.</inlineHeader>
|
|||||||
<mapping>
|
<mapping>
|
||||||
<groovy>SLASHSTAR_STYLE</groovy>
|
<groovy>SLASHSTAR_STYLE</groovy>
|
||||||
<java>SLASHSTAR_STYLE</java>
|
<java>SLASHSTAR_STYLE</java>
|
||||||
|
<mvnd>SCRIPT_STYLE</mvnd>
|
||||||
|
<mvns>SCRIPT_STYLE</mvns>
|
||||||
|
<vbs>APOSTROPHE_STYLE</vbs>
|
||||||
</mapping>
|
</mapping>
|
||||||
<skipExistingHeaders>true</skipExistingHeaders><!-- we want to keep third party license headers -->
|
<skipExistingHeaders>true</skipExistingHeaders><!-- we want to keep third party license headers -->
|
||||||
|
<failIfUnknown>true</failIfUnknown>
|
||||||
</configuration>
|
</configuration>
|
||||||
</plugin>
|
</plugin>
|
||||||
<plugin>
|
<plugin>
|
||||||
|
Reference in New Issue
Block a user