Skip to content

Commit f67f8a7

Browse files
authored
Set ban-commons-lang-2.skip by default (#895)
1 parent b8a8c73 commit f67f8a7

File tree

4 files changed

+4
-0
lines changed
  • empty-plugin/src/main/resources/archetype-resources
  • global-configuration/src/main/resources/archetype-resources
  • hello-world/src/main/resources/archetype-resources
  • theme-plugin/src/main/resources/archetype-resources

4 files changed

+4
-0
lines changed

empty-plugin/src/main/resources/archetype-resources/pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@
4343

4444
<spotless.check.skip>false</spotless.check.skip>
4545
<ban-junit4-imports.skip>false</ban-junit4-imports.skip>
46+
<ban-commons-lang-2.skip>false</ban-commons-lang-2.skip>
4647
<hpi.strictBundledArtifacts>true</hpi.strictBundledArtifacts>
4748
</properties>
4849

global-configuration/src/main/resources/archetype-resources/pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@
4343

4444
<spotless.check.skip>false</spotless.check.skip>
4545
<ban-junit4-imports.skip>false</ban-junit4-imports.skip>
46+
<ban-commons-lang-2.skip>false</ban-commons-lang-2.skip>
4647
<hpi.strictBundledArtifacts>true</hpi.strictBundledArtifacts>
4748
</properties>
4849

hello-world/src/main/resources/archetype-resources/pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@
4444

4545
<spotless.check.skip>false</spotless.check.skip>
4646
<ban-junit4-imports.skip>false</ban-junit4-imports.skip>
47+
<ban-commons-lang-2.skip>false</ban-commons-lang-2.skip>
4748
<hpi.strictBundledArtifacts>true</hpi.strictBundledArtifacts>
4849
</properties>
4950

theme-plugin/src/main/resources/archetype-resources/pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@
4444

4545
<spotless.check.skip>false</spotless.check.skip>
4646
<ban-junit4-imports.skip>false</ban-junit4-imports.skip>
47+
<ban-commons-lang-2.skip>false</ban-commons-lang-2.skip>
4748
<hpi.strictBundledArtifacts>true</hpi.strictBundledArtifacts>
4849
</properties>
4950

0 commit comments

Comments
 (0)