diff options
author | Teemu Suo-Anttila <teemusa@vaadin.com> | 2016-03-31 11:31:14 +0300 |
---|---|---|
committer | Henri Sara <hesara@vaadin.com> | 2016-03-31 13:58:17 +0000 |
commit | 4529f98b21b6c42f119f5f7f5a7e809d66427dd8 (patch) | |
tree | 0a9e4d1ec1fbc5b4968b5532d2027db200c1607b /liferay | |
parent | bbd3549959ca6d7fbd9a78b85c5a6fa1121e00b8 (diff) | |
download | vaadin-framework-4529f98b21b6c42f119f5f7f5a7e809d66427dd8.tar.gz vaadin-framework-4529f98b21b6c42f119f5f7f5a7e809d66427dd8.zip |
Clean up pom files, update plugins, skip liferay install
Change-Id: Ia0cabe96616d5357928810ae2473606d7e7cf00b
Diffstat (limited to 'liferay')
-rw-r--r-- | liferay/pom.xml | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/liferay/pom.xml b/liferay/pom.xml index d6101eeb58..70164a96ba 100644 --- a/liferay/pom.xml +++ b/liferay/pom.xml @@ -51,9 +51,7 @@ <build> <plugins> <plugin> - <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-dependency-plugin</artifactId> - <version>2.10</version> <executions> <execution> <id>unpack</id> @@ -97,9 +95,7 @@ </executions> </plugin> <plugin> - <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-assembly-plugin</artifactId> - <version>2.6</version> <executions> <execution> <phase>package</phase> @@ -119,9 +115,13 @@ </configuration> </plugin> <plugin> - <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-deploy-plugin</artifactId> - <version>2.7</version> + <configuration> + <skip>true</skip> + </configuration> + </plugin> + <plugin> + <artifactId>maven-install-plugin</artifactId> <configuration> <skip>true</skip> </configuration> |