aboutsummaryrefslogtreecommitdiff
path: root/id/pom.xml
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/pom.xml
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/pom.xml')
-rw-r--r--id/pom.xml5
1 files changed, 3 insertions, 2 deletions
diff --git a/id/pom.xml b/id/pom.xml
index 18631a8d1..fc018ffa3 100644
--- a/id/pom.xml
+++ b/id/pom.xml
@@ -45,7 +45,9 @@
</execution>
</executions>
</plugin>
-
+ </plugins>
+ </pluginManagement>
+ <plugins>
<plugin>
<artifactId>maven-enforcer-plugin</artifactId>
<version>1.1.1</version>
@@ -79,7 +81,6 @@
</executions>
</plugin>
</plugins>
- </pluginManagement>
</build>
</project>