From: Teemu Suo-Anttila Date: Wed, 23 Mar 2016 16:38:29 +0000 (+0200) Subject: Clean up plugin versions for maven build X-Git-Tag: 7.7.0.alpha1~59 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=7abb4b536dc07ed19c7a1942da68fe5bb00ce4fa;p=vaadin-framework.git Clean up plugin versions for maven build Change-Id: I984423abafde267a0da99e9aba4a3227fb6ddc17 --- diff --git a/client-compiler/pom.xml b/client-compiler/pom.xml index a37155a738..3f79d36858 100644 --- a/client-compiler/pom.xml +++ b/client-compiler/pom.xml @@ -211,7 +211,6 @@ org.apache.maven.plugins maven-dependency-plugin - 2.10 unpack-dependencies @@ -304,7 +303,6 @@ org.apache.maven.plugins maven-jar-plugin - 2.6 ${project.build.outputDirectory}/META-INF/MANIFEST.MF @@ -318,7 +316,6 @@ org.apache.maven.plugins maven-surefire-plugin - 2.19.1 diff --git a/client/pom.xml b/client/pom.xml index 1d65a68487..dbfdea0455 100644 --- a/client/pom.xml +++ b/client/pom.xml @@ -98,7 +98,6 @@ org.apache.maven.plugins maven-dependency-plugin - 2.10 unpack-dependencies @@ -191,7 +190,6 @@ org.apache.maven.plugins maven-jar-plugin - 2.6 ${project.build.outputDirectory}/META-INF/MANIFEST.MF @@ -210,7 +208,6 @@ org.apache.maven.plugins maven-surefire-plugin - 2.19.1 diff --git a/pom.xml b/pom.xml index 5319f3089f..ce5199c17c 100644 --- a/pom.xml +++ b/pom.xml @@ -13,6 +13,10 @@ pom 7.7.0-SNAPSHOT + + 3.0.5 + + 1.6 1.6 @@ -55,4 +59,87 @@ client-compiler + + + + + maven-clean-plugin + 3.0.0 + + + maven-compiler-plugin + 3.5.1 + + + maven-deploy-plugin + 2.8.2 + + + maven-install-plugin + 2.5.2 + + + maven-resources-plugin + 2.7 + + + maven-site-plugin + 3.5 + + + maven-jar-plugin + 2.6 + + + maven-surefire-plugin + 2.19.1 + + + maven-antrun-plugin + 1.8 + + + org.apache.felix + maven-bundle-plugin + 3.0.1 + + + org.apache.maven.plugins + maven-dependency-plugin + 2.10 + + + org.eclipse.m2e + lifecycle-mapping + 1.0.0 + + + + + + + org.apache.maven.plugins + + + maven-antrun-plugin + + + [1.8,) + + + run + + + + + + + + + + + + + + diff --git a/push/pom.xml b/push/pom.xml index bfabb430de..35bfb27c6e 100644 --- a/push/pom.xml +++ b/push/pom.xml @@ -1,217 +1,175 @@ - 4.0.0 - - com.vaadin - vaadin-root - 7.7.0-SNAPSHOT - - vaadin-push - vaadin-push - jar - + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> + 4.0.0 + + com.vaadin + vaadin-root + 7.7.0-SNAPSHOT + + vaadin-push + vaadin-push + jar + - - - - Vaadin Ltd - - https://vaadin.com/ - Vaadin server push support + - - - - com.vaadin.external.atmosphere - atmosphere-runtime - ${atmosphere.runtime.version} - - - com.vaadin.external.atmosphere.client - jquery - ${atmosphere.js.version} - war - provided - + + Vaadin Ltd + + https://vaadin.com/ + Vaadin server push support - + + + + com.vaadin.external.atmosphere + atmosphere-runtime + ${atmosphere.runtime.version} + + + com.vaadin.external.atmosphere.client + jquery + ${atmosphere.js.version} + war + provided + - - - - maven-antrun-plugin - 1.8 - - - default-cli - generate-resources - - run - - - - - - - + - - - - - - - - - + + + + maven-antrun-plugin + + + default-cli + generate-resources + + run + + + + + + + - - - - - - - - - - ${vaadinPush.js.contents} + + + + + + + + + - - - - - - - net.alchim31.maven - yuicompressor-maven-plugin - 1.5.1 - - - minifyjs - process-resources - - compress - - - - - ${project.build.outputDirectory}/VAADIN - - vaadinPush.debug.js - - ${project.build.outputDirectory}/VAADIN - - + + + + + + + + + + ${vaadinPush.js.contents} - - maven-antrun-plugin - 1.8 - - - compresspush - compile - - run - - - - - - + + + - + + compresspush + compile + + run + + + + + + - - - - - - - - - - org.apache.felix - maven-bundle-plugin - true - - - JavaSE-1.6 - VAADIN - com.vaadin.external.atmosphere.runtime;bundle-version="${atmosphere.runtime.version}";visibility:=reexport - - - - - bundle-manifest - process-classes - - manifest - - - - - - org.apache.maven.plugins - maven-jar-plugin - 2.6 - - - ${project.build.outputDirectory}/META-INF/MANIFEST.MF - false - - true - - - - - - - - - - org.eclipse.m2e - lifecycle-mapping - 1.0.0 - - - - - - - org.apache.maven.plugins - - - maven-antrun-plugin - - - [1.8,) - - - run - - - - - - - - - - - - - + - \ No newline at end of file + + + + + + + + + + + net.alchim31.maven + yuicompressor-maven-plugin + 1.5.1 + + + minifyjs + process-resources + + compress + + + + + ${project.build.outputDirectory}/VAADIN + + vaadinPush.debug.js + + ${project.build.outputDirectory}/VAADIN + + + + + org.apache.felix + maven-bundle-plugin + true + + + JavaSE-1.6 + VAADIN + com.vaadin.external.atmosphere.runtime;bundle-version="${atmosphere.runtime.version}";visibility:=reexport + + + + + bundle-manifest + process-classes + + manifest + + + + + + org.apache.maven.plugins + maven-jar-plugin + + + ${project.build.outputDirectory}/META-INF/MANIFEST.MF + false + + true + + + + + + + + diff --git a/server/pom.xml b/server/pom.xml index 26bb2c53f5..722115d90b 100644 --- a/server/pom.xml +++ b/server/pom.xml @@ -173,7 +173,6 @@ org.apache.maven.plugins maven-dependency-plugin - 2.10 unpack-dependencies @@ -228,7 +227,6 @@ maven-antrun-plugin - 1.8 compressbootstrap @@ -289,7 +287,6 @@ org.apache.maven.plugins maven-jar-plugin - 2.6 ${project.build.outputDirectory}/META-INF/MANIFEST.MF @@ -304,7 +301,6 @@ org.apache.maven.plugins maven-surefire-plugin - 2.19.1 diff --git a/shared/pom.xml b/shared/pom.xml index cff92bf4a5..1825a6dfcf 100644 --- a/shared/pom.xml +++ b/shared/pom.xml @@ -82,7 +82,6 @@ org.apache.maven.plugins maven-dependency-plugin - 2.10 unpack-dependencies @@ -181,7 +180,6 @@ org.apache.maven.plugins maven-jar-plugin - 2.6 ${project.build.outputDirectory}/META-INF/MANIFEST.MF @@ -196,7 +194,6 @@ org.apache.maven.plugins maven-surefire-plugin - 2.19.1