summaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorTeemu Suo-Anttila <teemusa@vaadin.com>2016-03-31 11:31:14 +0300
committerHenri Sara <hesara@vaadin.com>2016-03-31 13:58:17 +0000
commit4529f98b21b6c42f119f5f7f5a7e809d66427dd8 (patch)
tree0a9e4d1ec1fbc5b4968b5532d2027db200c1607b /pom.xml
parentbbd3549959ca6d7fbd9a78b85c5a6fa1121e00b8 (diff)
downloadvaadin-framework-4529f98b21b6c42f119f5f7f5a7e809d66427dd8.tar.gz
vaadin-framework-4529f98b21b6c42f119f5f7f5a7e809d66427dd8.zip
Clean up pom files, update plugins, skip liferay install
Change-Id: Ia0cabe96616d5357928810ae2473606d7e7cf00b
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml9
1 files changed, 9 insertions, 0 deletions
diff --git a/pom.xml b/pom.xml
index b656315530..8f078bd0ff 100644
--- a/pom.xml
+++ b/pom.xml
@@ -106,6 +106,10 @@
<version>2.6</version>
</plugin>
<plugin>
+ <artifactId>maven-assembly-plugin</artifactId>
+ <version>2.6</version>
+ </plugin>
+ <plugin>
<artifactId>maven-surefire-plugin</artifactId>
<version>2.19.1</version>
</plugin>
@@ -124,6 +128,11 @@
<version>2.10</version>
</plugin>
<plugin>
+ <groupId>org.codehaus.mojo</groupId>
+ <artifactId>exec-maven-plugin</artifactId>
+ <version>1.4.0</version>
+ </plugin>
+ <plugin>
<groupId>org.eclipse.m2e</groupId>
<artifactId>lifecycle-mapping</artifactId>
<version>1.0.0</version>