aboutsummaryrefslogtreecommitdiff
path: root/id/ConfigWebTool
diff options
context:
space:
mode:
authorThomas Lenz <tlenz@iaik.tugraz.at>2014-05-12 09:59:15 +0200
committerThomas Lenz <tlenz@iaik.tugraz.at>2014-05-12 09:59:15 +0200
commit278b9c49645426ae7debfc6f649f2f6550464df0 (patch)
tree611ea9bdec2faee1d0cd4ae4aa283c8341575c87 /id/ConfigWebTool
parent32e590a33b6819f0489e1c3968eda187f38bde29 (diff)
downloadmoa-id-spss-278b9c49645426ae7debfc6f649f2f6550464df0.tar.gz
moa-id-spss-278b9c49645426ae7debfc6f649f2f6550464df0.tar.bz2
moa-id-spss-278b9c49645426ae7debfc6f649f2f6550464df0.zip
solve problem with log4j and tomcat 8
Diffstat (limited to 'id/ConfigWebTool')
-rw-r--r--id/ConfigWebTool/pom.xml6
1 files changed, 4 insertions, 2 deletions
diff --git a/id/ConfigWebTool/pom.xml b/id/ConfigWebTool/pom.xml
index aaadb1969..140555c7f 100644
--- a/id/ConfigWebTool/pom.xml
+++ b/id/ConfigWebTool/pom.xml
@@ -162,7 +162,9 @@
</execution>
</executions>
</plugin>
-
+ </plugins>
+ </pluginManagement>
+ <plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-war-plugin</artifactId>
@@ -176,7 +178,7 @@
</configuration>
</plugin>
</plugins>
- </pluginManagement>
+
</build>
</project>