Skip to content

Commit 0cfd4f1

Browse files
committed
chore(pom): add skipITs variable to pom file
1 parent 805e978 commit 0cfd4f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -301,7 +301,7 @@
301301
</execution>
302302
</executions>
303303
<configuration>
304-
<skipITs>false</skipITs>
304+
<skipITs>${skipITs}</skipITs>
305305
</configuration>
306306
</plugin>
307307
<plugin>

0 commit comments

Comments
 (0)