diff options
| author | tkellner <tkellner@8a26b1a7-26f0-462f-b9ef-d0e30c41f5a4> | 2012-05-30 08:39:26 +0000 | 
|---|---|---|
| committer | tkellner <tkellner@8a26b1a7-26f0-462f-b9ef-d0e30c41f5a4> | 2012-05-30 08:39:26 +0000 | 
| commit | 3e6cf9a74ac796b5a352e25776589e548f71878c (patch) | |
| tree | 152edd8a932197c8815e82279206837f6ad43c9b | |
| parent | de212c1301e08f717ecc326485a5d634d1ab6148 (diff) | |
| download | mocca-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.xml | 5 | 
1 files changed, 5 insertions, 0 deletions
| @@ -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> | 
