[
https://issues.apache.org/jira/browse/FLINK-19900?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Dawid Wysakowicz closed FLINK-19900.
------------------------------------
Resolution: Fixed
Fixed in 46b0f8b05b263225cdcbd4769ba19aebc3f27bb7
> Wrong property name for surefire log4j configuration
> ----------------------------------------------------
>
> Key: FLINK-19900
> URL: https://issues.apache.org/jira/browse/FLINK-19900
> Project: Flink
> Issue Type: Bug
> Components: Build System
> Reporter: Dawid Wysakowicz
> Assignee: Dawid Wysakowicz
> Priority: Trivial
> Labels: pull-request-available
> Fix For: 1.12.0
>
>
> Log4j uses {{log4j.configurationFile}} system property for passing a
> configuration file. In our surefire configuration we use
> {{log4j.configuration}} property instead which has no effect.
> {code}
> <plugin>
> <groupId>org.apache.maven.plugins</groupId>
> <artifactId>maven-surefire-plugin</artifactId>
> <version>2.22.1</version>
> <configuration>
> ....
> <systemPropertyVariables>
> ....
>
> <log4j.configuration>${log4j.configuration}</log4j.configuration>
> </systemPropertyVariables>
> ....
> </configuration>
> {code}
--
This message was sent by Atlassian Jira
(v8.3.4#803005)