summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortkellner <tkellner@8a26b1a7-26f0-462f-b9ef-d0e30c41f5a4>2012-05-30 08:39:26 +0000
committertkellner <tkellner@8a26b1a7-26f0-462f-b9ef-d0e30c41f5a4>2012-05-30 08:39:26 +0000
commit3e6cf9a74ac796b5a352e25776589e548f71878c (patch)
tree152edd8a932197c8815e82279206837f6ad43c9b
parentde212c1301e08f717ecc326485a5d634d1ab6148 (diff)
downloadmocca-3e6cf9a74ac796b5a352e25776589e548f71878c.tar.gz
mocca-3e6cf9a74ac796b5a352e25776589e548f71878c.tar.bz2
mocca-3e6cf9a74ac796b5a352e25776589e548f71878c.zip
Set Version of maven-war-plugin to 2.1.1 for JDK 1.7 compatibility
git-svn-id: https://joinup.ec.europa.eu/svn/mocca/trunk@1081 8a26b1a7-26f0-462f-b9ef-d0e30c41f5a4
-rw-r--r--pom.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/pom.xml b/pom.xml
index 351ed9e9..f6491991 100644
--- a/pom.xml
+++ b/pom.xml
@@ -149,6 +149,11 @@
<artifactId>maven-site-plugin</artifactId>
<version>2.1</version>
</plugin>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-war-plugin</artifactId>
+ <version>2.1.1</version>
+ </plugin>
<!--This plugin's configuration is used to store Eclipse m2e settings only. It has no influence on the Maven build itself.-->
<plugin>
<groupId>org.eclipse.m2e</groupId>