aboutsummaryrefslogtreecommitdiff
path: root/pom.xml
diff options
context:
space:
mode:
authorLuciano Resende <lresende@apache.org>2017-01-18 18:12:11 -0800
committerLuciano Resende <lresende@apache.org>2017-01-18 18:12:11 -0800
commitf3bf10429e3084ea1496d250766d8a40a9884954 (patch)
tree3bb6127beb5c78eed1665027e8b922b59fde14c9 /pom.xml
parent7a261d5bdeba857ae31fd122d8cf3a759c5e8b24 (diff)
downloadtoree-gateway-f3bf10429e3084ea1496d250766d8a40a9884954.tar.gz
toree-gateway-f3bf10429e3084ea1496d250766d8a40a9884954.tar.bz2
toree-gateway-f3bf10429e3084ea1496d250766d8a40a9884954.zip
Remove unecessary log4j configuration files
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml4
1 files changed, 0 insertions, 4 deletions
diff --git a/pom.xml b/pom.xml
index daaadce..58a0c28 100644
--- a/pom.xml
+++ b/pom.xml
@@ -142,10 +142,6 @@
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<version>2.19.1</version>
- <configuration>
- <argLine>-Dlog4j.configuration=file:"./src/test/resources/conf/log4j.prop"
- </argLine>
- </configuration>
</plugin>
<plugin>