diff options
author | Teemu Suo-Anttila <teemusa@vaadin.com> | 2016-04-11 13:31:41 +0300 |
---|---|---|
committer | Teemu Suo-Anttila <teemusa@vaadin.com> | 2016-04-11 16:51:21 +0300 |
commit | f776982842daa0dcdf04cc7055afaae9d3386280 (patch) | |
tree | 56fb5ef43b48a6c4710ffc0799d097de2a8899cc /uitest | |
parent | 7c6710191bd8a5be69c2ec6fc356f013bd36aaf7 (diff) | |
download | vaadin-framework-f776982842daa0dcdf04cc7055afaae9d3386280.tar.gz vaadin-framework-f776982842daa0dcdf04cc7055afaae9d3386280.zip |
Generate sources with release profile
This patch refactors how unpacking of dependencies is handled.
It now uses a more generic configuration on top level as well as
updates the phase where the extraction happens. This way the source
plugin configuration remains small
Change-Id: I952ec84e05eac255f8b44044baceba37e07737c5
Diffstat (limited to 'uitest')
-rw-r--r-- | uitest/pom.xml | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/uitest/pom.xml b/uitest/pom.xml index 03bbcd2db4..3f73d51253 100644 --- a/uitest/pom.xml +++ b/uitest/pom.xml @@ -252,7 +252,6 @@ <plugins> <plugin> <artifactId>maven-clean-plugin</artifactId> - <version>3.0.0</version> <configuration> <filesets> <fileset> @@ -319,7 +318,6 @@ <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-install-plugin</artifactId> - <version>2.4</version> <configuration> <skip>true</skip> </configuration> @@ -327,7 +325,6 @@ <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-deploy-plugin</artifactId> - <version>2.7</version> <configuration> <skip>true</skip> </configuration> |