Skip to content

Commit f6353ba

Browse files
committed
log4j12: Automatically update snapshots in IT
Otherwise, snapshot builds consistenly fail if one has not installed brave-tests first
1 parent bef7aba commit f6353ba

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

context/log4j12/pom.xml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,9 @@
3838
<!-- Test log4j:log4j dep via invoker -->
3939
<plugin>
4040
<artifactId>maven-invoker-plugin</artifactId>
41+
<configuration>
42+
<updateSnapshots>true</updateSnapshots>
43+
</configuration>
4144
</plugin>
4245
<plugin>
4346
<groupId>de.qaware.maven</groupId>

0 commit comments

Comments
 (0)