Skip to content

Commit 41acd71

Browse files
authored
Make animal-sniffer plugin optional (Azure#44680)
1 parent ebd8bd6 commit 41acd71

File tree

1 file changed

+4
-0
lines changed
  • sdk/parents/clientcore-parent

1 file changed

+4
-0
lines changed

sdk/parents/clientcore-parent/pom.xml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -175,6 +175,9 @@
175175
<!-- This property configures the location of the checkstyle-suppressions.xml file. -->
176176
<checkstyle.suppressionsLocation/>
177177

178+
<!-- Skips animal-sniffer-maven-plugin. -->
179+
<animal.sniffer.skip>true</animal.sniffer.skip>
180+
178181
<!-- The following properties configure the spotbugs-maven-plugin. -->
179182
<!-- This property configures whether the spotbugs-maven-plugin should be used. -->
180183
<spotbugs.skip>false</spotbugs.skip>
@@ -283,6 +286,7 @@
283286
<goal>check</goal>
284287
</goals>
285288
<configuration>
289+
<skip>${animal.sniffer.skip}</skip>
286290
<signature>
287291
<groupId>com.toasttab.android</groupId>
288292
<artifactId>gummy-bears-api-26</artifactId>

0 commit comments

Comments
 (0)