From 6c12ad89ea1064cd4cc0456baca5ee00ae76d032 Mon Sep 17 00:00:00 2001 From: Artur Signell Date: Fri, 23 Sep 2016 22:15:19 +0300 Subject: Format project pom files using correct settings (4 spaces) Change-Id: Ib8ae22a56334046effe721bb4d3769ef7b92d61d --- push/pom.xml | 314 ++++++++++++++++++++++++++++++----------------------------- 1 file changed, 161 insertions(+), 153 deletions(-) (limited to 'push') diff --git a/push/pom.xml b/push/pom.xml index f87c597c54..d8907902db 100644 --- a/push/pom.xml +++ b/push/pom.xml @@ -1,170 +1,178 @@ - 4.0.0 - - com.vaadin - vaadin-root - 7.7-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-SNAPSHOT + + vaadin-push + vaadin-push + jar + - + - https://vaadin.com/ - Vaadin server push support + https://vaadin.com/ + Vaadin server push support - - - - com.vaadin.external.atmosphere - atmosphere-runtime - ${atmosphere.runtime.version} - - - com.vaadin.external.atmosphere.client - javascript - ${atmosphere.js.version} - war - provided - + + + + com.vaadin.external.atmosphere + atmosphere-runtime + ${atmosphere.runtime.version} + + + com.vaadin.external.atmosphere.client + javascript + ${atmosphere.js.version} + war + provided + - + - - - - maven-antrun-plugin - - - default-cli - generate-resources - - run - - - - - - - + + + + maven-antrun-plugin + + + default-cli + generate-resources + + run + + + + + + + - - - - - - - - + + + + + + + + - - - - - - - - - ${vaadinPush.js.contents} + + + + + + + + + ${vaadinPush.js.contents} - - - + + + - - compresspush - compile - - run - - - - - - + + compresspush + compile + + run + + + + + + - + - - - - - - - - + + + + + + + + - - net.alchim31.maven - yuicompressor-maven-plugin - 1.5.1 - - - minifyjs - process-resources - - compress - - - - - ${project.build.outputDirectory}/VAADIN - - vaadinPush.debug.js - - ${project.build.outputDirectory}/VAADIN - - + + 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 - - - ${parsedVersion.majorVersion}.${parsedVersion.minorVersion}.${parsedVersion.incrementalVersion} - 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 - - - - - - + + org.apache.felix + maven-bundle-plugin + true + + + ${parsedVersion.majorVersion}.${parsedVersion.minorVersion}.${parsedVersion.incrementalVersion} + 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 + + + + + + -- cgit v1.2.3