From 6c12ad89ea1064cd4cc0456baca5ee00ae76d032 Mon Sep 17 00:00:00 2001 From: Artur Signell Date: Fri, 23 Sep 2016 22:15:19 +0300 Subject: [PATCH] Format project pom files using correct settings (4 spaces) Change-Id: Ib8ae22a56334046effe721bb4d3769ef7b92d61d --- all/pom.xml | 681 ++++++++++++++++++++------------------- buildhelpers/pom.xml | 174 +++++----- client-compiled/pom.xml | 331 +++++++++---------- client-compiler/pom.xml | 254 +++++++-------- client/pom.xml | 288 ++++++++--------- liferay/pom.xml | 255 +++++++-------- pom.xml | 665 +++++++++++++++++++------------------- push/pom.xml | 314 +++++++++--------- shared/pom.xml | 308 +++++++++--------- themes/pom.xml | 698 ++++++++++++++++++++-------------------- uitest/pom.xml | 627 ++++++++++++++++++------------------ widgets/pom.xml | 8 +- 12 files changed, 2320 insertions(+), 2283 deletions(-) diff --git a/all/pom.xml b/all/pom.xml index f378bd819a..4ce0a751f1 100644 --- a/all/pom.xml +++ b/all/pom.xml @@ -1,368 +1,379 @@ - 4.0.0 - - com.vaadin - vaadin-root - 7.7-SNAPSHOT - - vaadin-all - vaadin-all - 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-all + vaadin-all + jar - - ${project.build.directory}/generated-resources/releasenotes/release-notes-tickets.html - ${project.build.directory}/generated-resources/releasenotes/release-notes-authors.html - ${project.build.outputDirectory}/WebContent/ - yyyy-MM-dd - + + ${project.build.directory}/generated-resources/releasenotes/release-notes-tickets.html + ${project.build.directory}/generated-resources/releasenotes/release-notes-authors.html + ${project.build.outputDirectory}/WebContent/ + yyyy-MM-dd + - https://vaadin.com/ - Vaadin All package + https://vaadin.com/ + Vaadin All package - - - ${project.groupId} - vaadin-shared - ${project.version} - + + + ${project.groupId} + vaadin-shared + ${project.version} + - - ${project.groupId} - vaadin-push - ${project.version} - + + ${project.groupId} + vaadin-push + ${project.version} + - - ${project.groupId} - vaadin-server - ${project.version} - + + ${project.groupId} + vaadin-server + ${project.version} + - - ${project.groupId} - vaadin-themes - ${project.version} - + + ${project.groupId} + vaadin-themes + ${project.version} + - - ${project.groupId} - vaadin-client - ${project.version} - + + ${project.groupId} + vaadin-client + ${project.version} + - - ${project.groupId} - vaadin-client-compiler - ${project.version} - + + ${project.groupId} + vaadin-client-compiler + ${project.version} + - - ${project.groupId} - vaadin-client-compiled - ${project.version} - + + ${project.groupId} + vaadin-client-compiled + ${project.version} + - - ${project.groupId} - vaadin-widgets - ${project.version} - - + + ${project.groupId} + vaadin-widgets + ${project.version} + + - - - - - org.codehaus.mojo - build-helper-maven-plugin - - - initialize - parse-version - - parse-version - - - - + + + + + org.codehaus.mojo + build-helper-maven-plugin + + + initialize + parse-version + + parse-version + + + + - - org.apache.maven.plugins - maven-checkstyle-plugin - - - - checkstyle - - process-sources - - - + + org.apache.maven.plugins + maven-checkstyle-plugin + + + + checkstyle + + process-sources + + + - - maven-antrun-plugin - - - filter-release-notes - prepare-package - - run - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + maven-antrun-plugin + + + filter-release-notes + prepare-package + + run + + + + + + + + + + + + + + + + + + + + + + + + + + + + - + - - maven-assembly-plugin - - - package - - single - - - - - - false - - false - - all-assembly-descriptor.xml - - - - - - - + + maven-assembly-plugin + + + package + + single + + + + + + false + + false + + all-assembly-descriptor.xml + + + + + + + - - maven-deploy-plugin - - true - - - - org.sonatype.plugins - nexus-staging-maven-plugin - - true - - + + maven-deploy-plugin + + true + + + + org.sonatype.plugins + nexus-staging-maven-plugin + + true + + - - maven-install-plugin - - true - - + + maven-install-plugin + + true + + - - maven-jar-plugin - - - default-jar - never - - - + + maven-jar-plugin + + + default-jar + never + + + - - maven-source-plugin - - true - - + + maven-source-plugin + + true + + - - maven-javadoc-plugin - - true - - + + maven-javadoc-plugin + + true + + - - - + + + - - - release - - false - - - - - org.codehaus.mojo - exec-maven-plugin - - - fetch-release-notes-tickets - process-classes - - exec - - - compile - ${java.home}/bin/java - - -Dvaadin.version=${project.version} - -classpath - + + + release + + false + + + + + org.codehaus.mojo + exec-maven-plugin + + + fetch-release-notes-tickets + process-classes + + exec + + + compile + ${java.home}/bin/java + + -Dvaadin.version=${project.version} + -classpath + - com.vaadin.buildhelpers.FetchReleaseNotesTickets - - - ${relnotes.tickets.file} - - - - fetch-release-notes-authors - process-classes - - exec - - - compile - ${java.home}/bin/java - - -Dvaadin.version=${project.version} - -classpath - + com.vaadin.buildhelpers.FetchReleaseNotesTickets + + + ${relnotes.tickets.file} + + + + fetch-release-notes-authors + process-classes + + exec + + + compile + ${java.home}/bin/java + + -Dvaadin.version=${project.version} + -classpath + - com.vaadin.buildhelpers.FetchReleaseNotesAuthors - - - ${relnotes.authors.file} - - - - + com.vaadin.buildhelpers.FetchReleaseNotesAuthors + + + ${relnotes.authors.file} + + + + - - - maven-dependency-plugin - - - extract-sources - prepare-package - - unpack - - - - - ${project.groupId} - vaadin-shared - sources - + + + maven-dependency-plugin + + + extract-sources + prepare-package + + unpack + + + + + ${project.groupId} + vaadin-shared + sources + - - ${project.groupId} - vaadin-server - sources - + + ${project.groupId} + vaadin-server + sources + - - ${project.groupId} - vaadin-client - sources - - - - - - + + ${project.groupId} + vaadin-client + sources + + + + + + - - - org.codehaus.mojo - build-helper-maven-plugin - - - add-source-path - prepare-package - - add-source - - - - ${dependency.unpack.directory} - - - - - + + + org.codehaus.mojo + build-helper-maven-plugin + + + add-source-path + prepare-package + + add-source + + + + ${dependency.unpack.directory} + + + + + - - - maven-javadoc-plugin - - - generate-combined-javadoc - package - - jar - - - false - com.vaadin.buildhelpers - false - - http://docs.oracle.com/javase/6/docs/api/ - http://docs.oracle.com/j2ee/1.4/docs/api/ - - - - - - - - - - org.apache.maven.plugins - maven-gpg-plugin - - true - - - - - - - + + + maven-javadoc-plugin + + + generate-combined-javadoc + package + + jar + + + false + com.vaadin.buildhelpers + false + + http://docs.oracle.com/javase/6/docs/api/ + http://docs.oracle.com/j2ee/1.4/docs/api/ + + + + + + + + + + org.apache.maven.plugins + maven-gpg-plugin + + true + + + + + + + diff --git a/buildhelpers/pom.xml b/buildhelpers/pom.xml index 03eff48bb1..69dc51c60f 100644 --- a/buildhelpers/pom.xml +++ b/buildhelpers/pom.xml @@ -1,95 +1,95 @@ - 4.0.0 - - com.vaadin - vaadin-root - 7.7-SNAPSHOT - - com.vaadin - vaadin-buildhelpers - vaadin-buildhelpers - 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 + + com.vaadin + vaadin-buildhelpers + vaadin-buildhelpers + jar - https://vaadin.com/ - Vaadin build helpers + https://vaadin.com/ + Vaadin build helpers - - - commons-io - commons-io - ${commons-io.version} - - - commons-cli - commons-cli - 1.2 - - - com.vaadin - vaadin-sass-compiler - ${vaadin.sass.version} - + + + commons-io + commons-io + ${commons-io.version} + + + commons-cli + commons-cli + 1.2 + + + com.vaadin + vaadin-sass-compiler + ${vaadin.sass.version} + - - com.carrotsearch - smartsprites - 0.2.10 - - + + com.carrotsearch + smartsprites + 0.2.10 + + - - - - org.apache.maven.plugins - maven-checkstyle-plugin - - - - checkstyle - - process-sources - - - - - org.apache.maven.plugins - maven-jar-plugin - - - false - - true - - - - - - maven-deploy-plugin - - true - - - + + + + org.apache.maven.plugins + maven-checkstyle-plugin + + + + checkstyle + + process-sources + + + + + org.apache.maven.plugins + maven-jar-plugin + + + false + + true + + + + + + maven-deploy-plugin + + true + + + - - - - - maven-source-plugin - - true - - - - org.sonatype.plugins - nexus-staging-maven-plugin - - true - - - - - + + + + + maven-source-plugin + + true + + + + org.sonatype.plugins + nexus-staging-maven-plugin + + true + + + + + diff --git a/client-compiled/pom.xml b/client-compiled/pom.xml index 5200e9c9fc..7405c4455d 100644 --- a/client-compiled/pom.xml +++ b/client-compiled/pom.xml @@ -1,183 +1,184 @@ - 4.0.0 - - com.vaadin - vaadin-root - 7.7-SNAPSHOT - - com.vaadin - vaadin-client-compiled - vaadin-client-compiled - 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 + + com.vaadin + vaadin-client-compiled + vaadin-client-compiled + jar - - com.vaadin.DefaultWidgetSet - OBF - 6 - + + com.vaadin.DefaultWidgetSet + OBF + 6 + - https://vaadin.com/ - Vaadin client compiled + https://vaadin.com/ + Vaadin client compiled - - - ${project.groupId} - vaadin-server - ${project.version} - provided - + + + ${project.groupId} + vaadin-server + ${project.version} + provided + - - ${project.groupId} - vaadin-client - ${project.version} - provided - + + ${project.groupId} + vaadin-client + ${project.version} + provided + - - ${project.groupId} - vaadin-client-compiler - ${project.version} - provided - + + ${project.groupId} + vaadin-client-compiler + ${project.version} + provided + - - ${project.groupId} - vaadin-buildhelpers - ${project.version} - provided - - + + ${project.groupId} + vaadin-buildhelpers + ${project.version} + provided + + - - - - org.codehaus.mojo - exec-maven-plugin - - - generate-export-package - package - - exec - - - compile - ${java.home}/bin/java - - -Dvaadin.version=${parsedVersion.majorVersion}.${parsedVersion.minorVersion}.${parsedVersion.incrementalVersion} - -DincludeNumberPackages=1 + + + + org.codehaus.mojo + exec-maven-plugin + + + generate-export-package + package + + exec + + + compile + ${java.home}/bin/java + + -Dvaadin.version=${parsedVersion.majorVersion}.${parsedVersion.minorVersion}.${parsedVersion.incrementalVersion} + -DincludeNumberPackages=1 - -classpath - + -classpath + - com.vaadin.buildhelpers.GeneratePackageExports + com.vaadin.buildhelpers.GeneratePackageExports - ${project.build.directory}/${project.build.finalName}.${project.packaging} - VAADIN/widgetsets - - - - - + ${project.build.directory}/${project.build.finalName}.${project.packaging} + VAADIN/widgetsets + + + + + - - com.vaadin - vaadin-maven-plugin - - - com.vaadin.DefaultWidgetSet - - ${project.build.outputDirectory}/VAADIN/widgetsets - ${project.build.directory}/gwt-unitCache - - - - - - compile - - - - + + com.vaadin + vaadin-maven-plugin + + + com.vaadin.DefaultWidgetSet + + ${project.build.outputDirectory}/VAADIN/widgetsets + ${project.build.directory}/gwt-unitCache + + + + + + compile + + + + - - org.apache.felix - maven-bundle-plugin - true - - - ${parsedVersion.majorVersion}.${parsedVersion.minorVersion}.${parsedVersion.incrementalVersion} - JavaSE-1.6 - - - - - - - - bundle-manifest - prepare-package - - manifest - - - - + + org.apache.felix + maven-bundle-plugin + true + + + ${parsedVersion.majorVersion}.${parsedVersion.minorVersion}.${parsedVersion.incrementalVersion} + JavaSE-1.6 + + + + + + + + bundle-manifest + prepare-package + + 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.codehaus.mojo - - - exec-maven-plugin - - - [1.4.0,) - - - exec - - - - - - - - - - - - - + + 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.codehaus.mojo + + + exec-maven-plugin + + + [1.4.0,) + + + exec + + + + + + + + + + + + + diff --git a/client-compiler/pom.xml b/client-compiler/pom.xml index c6296418b5..0aac82a2a2 100644 --- a/client-compiler/pom.xml +++ b/client-compiler/pom.xml @@ -1,134 +1,134 @@ - 4.0.0 - - com.vaadin - vaadin-root - 7.7-SNAPSHOT - - vaadin-client-compiler - vaadin-client-compiler - 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-client-compiler + vaadin-client-compiler + jar - https://vaadin.com/ - Vaadin client compiler + https://vaadin.com/ + Vaadin client compiler - - - com.vaadin - vaadin-client - ${project.version} - - - com.vaadin.external.gwt - gwt-dev - ${vaadin.gwt.version} - - - com.vaadin - vaadin-sass-compiler - ${vaadin.sass.version} - - - junit - junit - ${junit.version} - test - - + + + com.vaadin + vaadin-client + ${project.version} + + + com.vaadin.external.gwt + gwt-dev + ${vaadin.gwt.version} + + + com.vaadin + vaadin-sass-compiler + ${vaadin.sass.version} + + + junit + junit + ${junit.version} + test + + - - - - src/main/resources - true - - + + + + src/main/resources + true + + - - - org.apache.maven.plugins - maven-checkstyle-plugin - - - - checkstyle - - process-sources - - - - - maven-resources-plugin - - - - copy-sources - - prepare-package - - copy-resources - - - ${project.build.outputDirectory} - - - src/main/java - false - - - - - - - - org.apache.felix - maven-bundle-plugin - true - - - ${parsedVersion.majorVersion}.${parsedVersion.minorVersion}.${parsedVersion.incrementalVersion} - JavaSE-1.6 - com.vaadin.*;version="${parsedVersion.majorVersion}.${parsedVersion.minorVersion}.${parsedVersion.incrementalVersion}" - - - - - - - bundle-manifest - prepare-package - - manifest - - - - - - org.apache.maven.plugins - maven-jar-plugin - - - ${project.build.outputDirectory}/META-INF/MANIFEST.MF - - - true - - - - - - org.codehaus.mojo - animal-sniffer-maven-plugin - - true - - - - org.apache.maven.plugins - maven-surefire-plugin - - - + + + org.apache.maven.plugins + maven-checkstyle-plugin + + + + checkstyle + + process-sources + + + + + maven-resources-plugin + + + + copy-sources + + prepare-package + + copy-resources + + + ${project.build.outputDirectory} + + + src/main/java + false + + + + + + + + org.apache.felix + maven-bundle-plugin + true + + + ${parsedVersion.majorVersion}.${parsedVersion.minorVersion}.${parsedVersion.incrementalVersion} + JavaSE-1.6 + com.vaadin.*;version="${parsedVersion.majorVersion}.${parsedVersion.minorVersion}.${parsedVersion.incrementalVersion}" + + + + + + + bundle-manifest + prepare-package + + manifest + + + + + + org.apache.maven.plugins + maven-jar-plugin + + + ${project.build.outputDirectory}/META-INF/MANIFEST.MF + + + true + + + + + + org.codehaus.mojo + animal-sniffer-maven-plugin + + true + + + + org.apache.maven.plugins + maven-surefire-plugin + + + diff --git a/client/pom.xml b/client/pom.xml index 26e3f85df4..bdc7644344 100644 --- a/client/pom.xml +++ b/client/pom.xml @@ -1,160 +1,160 @@ - 4.0.0 - - com.vaadin - vaadin-root - 7.7-SNAPSHOT - - com.vaadin - vaadin-client - vaadin-client - 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 + + com.vaadin + vaadin-client + vaadin-client + jar - https://vaadin.com/ - Vaadin client + https://vaadin.com/ + Vaadin client - - - - - com.vaadin - vaadin-shared - ${project.version} - + + + + + com.vaadin + vaadin-shared + ${project.version} + - - com.vaadin - vaadin-server - ${project.version} - - - com.vaadin - vaadin-sass-compiler - - - + + com.vaadin + vaadin-server + ${project.version} + + + com.vaadin + vaadin-sass-compiler + + + - - - junit - junit - 4.11 - test - + + + junit + junit + 4.11 + test + - - org.easymock - easymock - 3.0 - test - + + org.easymock + easymock + 3.0 + test + - - - com.vaadin.external.gwt - gwt-elemental - ${vaadin.gwt.version} - - + + + com.vaadin.external.gwt + gwt-elemental + ${vaadin.gwt.version} + + - - - - maven-resources-plugin - - - - copy-sources - - prepare-package - - copy-resources - - - ${project.build.outputDirectory} - - - src/main/resources - false - - - src/main/java - false - - - - - - + + + + maven-resources-plugin + + + + copy-sources + + prepare-package + + copy-resources + + + ${project.build.outputDirectory} + + + src/main/resources + false + + + src/main/java + false + + + + + + - - org.apache.felix - maven-bundle-plugin - true - - - JavaSE-1.6 - com.vaadin.*;version="${parsedVersion.majorVersion}.${parsedVersion.minorVersion}.${parsedVersion.incrementalVersion}" - - - - - - bundle-manifest - prepare-package - - manifest - - - - + + org.apache.felix + maven-bundle-plugin + true + + + JavaSE-1.6 + com.vaadin.*;version="${parsedVersion.majorVersion}.${parsedVersion.minorVersion}.${parsedVersion.incrementalVersion}" + + + + + + bundle-manifest + prepare-package + + manifest + + + + - - org.apache.maven.plugins - maven-jar-plugin - - - ${project.build.outputDirectory}/META-INF/MANIFEST.MF - false - - true - - - 1 - com.vaadin.DefaultWidgetSet - - - - + + org.apache.maven.plugins + maven-jar-plugin + + + ${project.build.outputDirectory}/META-INF/MANIFEST.MF + false + + true + + + 1 + com.vaadin.DefaultWidgetSet + + + + - - org.apache.maven.plugins - maven-checkstyle-plugin - - - - checkstyle - - process-sources - - - + + org.apache.maven.plugins + maven-checkstyle-plugin + + + + checkstyle + + process-sources + + + - - org.codehaus.mojo - animal-sniffer-maven-plugin - - true - - + + org.codehaus.mojo + animal-sniffer-maven-plugin + + true + + - - org.apache.maven.plugins - maven-surefire-plugin - - - + + org.apache.maven.plugins + maven-surefire-plugin + + + diff --git a/liferay/pom.xml b/liferay/pom.xml index 001459e559..0c8457eb62 100644 --- a/liferay/pom.xml +++ b/liferay/pom.xml @@ -1,140 +1,141 @@ - 4.0.0 - - com.vaadin - vaadin-root - 7.7-SNAPSHOT - - vaadin-liferay - vaadin-liferay - pom + 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-liferay + vaadin-liferay + pom - https://vaadin.com/ - Vaadin Liferay package + https://vaadin.com/ + Vaadin Liferay package - - - ${project.groupId} - vaadin-client-compiled - ${project.version} - provided - + + + ${project.groupId} + vaadin-client-compiled + ${project.version} + provided + - - ${project.groupId} - vaadin-push - ${project.version} - provided - + + ${project.groupId} + vaadin-push + ${project.version} + provided + - - ${project.groupId} - vaadin-themes - ${project.version} - provided - + + ${project.groupId} + vaadin-themes + ${project.version} + provided + - - ${project.groupId} - vaadin-server - ${project.version} - provided - - + + ${project.groupId} + vaadin-server + ${project.version} + provided + + - - - - maven-dependency-plugin - - - unpack - generate-resources - - unpack - - - - - com.vaadin - vaadin-push - VAADIN/vaadinPush.js, VAADIN/vaadinPush.debug.js - + + + + maven-dependency-plugin + + + unpack + generate-resources + + unpack + + + + + com.vaadin + vaadin-push + VAADIN/vaadinPush.js, + VAADIN/vaadinPush.debug.js + - - com.vaadin - vaadin-client-compiled - VAADIN/widgetsets/**/* - + + com.vaadin + vaadin-client-compiled + VAADIN/widgetsets/**/* + - - com.vaadin - vaadin-themes - - VAADIN/themes/base/**, - VAADIN/themes/chameleon/**, - VAADIN/themes/liferay/**, - VAADIN/themes/runo/**, - VAADIN/themes/reindeer/** - - - - com.vaadin - vaadin-server - VAADIN/vaadinBootstrap.js - - - - - - - - maven-assembly-plugin - - - package - - single - - - - - - false - - false - - liferay-assembly-descriptor.xml - - - - - maven-deploy-plugin - - true - - - - maven-install-plugin - - true - - - - - - - org.sonatype.plugins - nexus-staging-maven-plugin - - true - - - - - + + com.vaadin + vaadin-themes + + VAADIN/themes/base/**, + VAADIN/themes/chameleon/**, + VAADIN/themes/liferay/**, + VAADIN/themes/runo/**, + VAADIN/themes/reindeer/** + + + + com.vaadin + vaadin-server + VAADIN/vaadinBootstrap.js + + + + + + + + maven-assembly-plugin + + + package + + single + + + + + + false + + false + + liferay-assembly-descriptor.xml + + + + + maven-deploy-plugin + + true + + + + maven-install-plugin + + true + + + + + + + org.sonatype.plugins + nexus-staging-maven-plugin + + true + + + + + diff --git a/pom.xml b/pom.xml index 6152053120..b2bea62ac3 100644 --- a/pom.xml +++ b/pom.xml @@ -1,353 +1,354 @@ - 4.0.0 - - com.vaadin - vaadin-parent - 1.0.0 - - com.vaadin - vaadin-root - vaadin-root - pom - 7.7-SNAPSHOT + 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-parent + 1.0.0 + + com.vaadin + vaadin-root + vaadin-root + pom + 7.7-SNAPSHOT - - 3.0.5 - + + 3.0.5 + - - 1.6 - 1.6 - UTF-8 + + 1.6 + 1.6 + UTF-8 - - 2.4 - 1.7.7 - 1.8.3 - 6.0.2 + + 2.4 + 1.7.7 + 1.8.3 + 6.0.2 - 0.9.13 - 2.7.0.vaadin4 - 7.7.0 + 0.9.13 + 2.7.0.vaadin4 + 7.7.0 - 2.0 - 3.0.1 - 1.0.0.GA + 2.0 + 3.0.1 + 1.0.0.GA - - 4.11 + + 4.11 - - - 2.2.9.vaadin2 - 2.2.13.vaadin5 + + + 2.2.9.vaadin2 + 2.2.13.vaadin5 - - ${project.build.directory}/dependency-unpack - + + ${project.build.directory}/dependency-unpack + - - - - vaadin-prereleases - http://maven.vaadin.com/vaadin-prereleases - - + + + + vaadin-prereleases + http://maven.vaadin.com/vaadin-prereleases + + - - Vaadin Ltd - - https://vaadin.com/ - Vaadin Framework Root Pom - - - Apache License Version 2.0 - repo - http://www.apache.org/licenses/LICENSE-2.0 - - - - scm:https:https://github.com/vaadin/vaadin.git - scm:https:https://github.com/vaadin/vaadin.git - https://github.com/vaadin/vaadin - + + Vaadin Ltd + + https://vaadin.com/ + Vaadin Framework Root Pom + + + Apache License Version 2.0 + repo + http://www.apache.org/licenses/LICENSE-2.0 + + + + scm:https:https://github.com/vaadin/vaadin.git + scm:https:https://github.com/vaadin/vaadin.git + https://github.com/vaadin/vaadin + - - buildhelpers - shared - push - server - client - client-compiler - client-compiled - themes - widgets - uitest - liferay - all - - bom - + + buildhelpers + shared + push + server + client + client-compiler + client-compiled + themes + widgets + uitest + liferay + all + + bom + - - - - - 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.6 - - - maven-site-plugin - 3.5 - - - maven-jar-plugin - 2.6 - - - maven-assembly-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 - - ${dependency.unpack.directory} - false - true - - - - org.codehaus.mojo - exec-maven-plugin - 1.4.0 - - - org.codehaus.mojo - build-helper-maven-plugin - 1.10 - - - maven-source-plugin - 3.0.0 - - - com.vaadin - vaadin-maven-plugin - ${vaadin.plugin.version} - - - org.apache.maven.plugins - maven-checkstyle-plugin - 2.17 - - - - com.puppycrawl.tools - checkstyle - 6.17 - - - - ../checkstyle/vaadin-checkstyle.xml - ../checkstyle/header - ../checkstyle/suppressions.xml - UTF-8 - false - false - false - - - - org.codehaus.mojo - animal-sniffer-maven-plugin - 1.15 - - - org.eclipse.m2e - lifecycle-mapping - 1.0.0 - - - - - - - org.apache.maven.plugins - - - maven-antrun-plugin - - - [1.8,) - - - run - - - - - - - - - - - - + + + + + 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.6 + + + maven-site-plugin + 3.5 + + + maven-jar-plugin + 2.6 + + + maven-assembly-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 + + ${dependency.unpack.directory} + false + true + + + + org.codehaus.mojo + exec-maven-plugin + 1.4.0 + + + org.codehaus.mojo + build-helper-maven-plugin + 1.10 + + + maven-source-plugin + 3.0.0 + + + com.vaadin + vaadin-maven-plugin + ${vaadin.plugin.version} + + + org.apache.maven.plugins + maven-checkstyle-plugin + 2.17 + + + + com.puppycrawl.tools + checkstyle + 6.17 + + + + ../checkstyle/vaadin-checkstyle.xml + ../checkstyle/header + ../checkstyle/suppressions.xml + UTF-8 + false + false + false + + + + org.codehaus.mojo + animal-sniffer-maven-plugin + 1.15 + + + org.eclipse.m2e + lifecycle-mapping + 1.0.0 + + + + + + + org.apache.maven.plugins + + + maven-antrun-plugin + + + [1.8,) + + + run + + + + + + + + + + + + - - - org.codehaus.mojo - build-helper-maven-plugin - 1.8 - - - parse-version - - parse-version - - - - - - org.codehaus.mojo - animal-sniffer-maven-plugin - - - java6compatibility - test - - check - - - - org.codehaus.mojo.signature - java16 - 1.0 - - - com.google.gwt.* - - - - - + + + org.codehaus.mojo + build-helper-maven-plugin + 1.8 + + + parse-version + + parse-version + + + + + + org.codehaus.mojo + animal-sniffer-maven-plugin + + + java6compatibility + test + + check + + + + org.codehaus.mojo.signature + java16 + 1.0 + + + com.google.gwt.* + + + + + - - - org.codehaus.mojo - build-helper-maven-plugin + + + org.codehaus.mojo + build-helper-maven-plugin - - - - add-dependency-resources - generate-resources - - add-resource - - - - - ${dependency.unpack.directory} - false - - - - - - - - + + + + add-dependency-resources + generate-resources + + add-resource + + + + + ${dependency.unpack.directory} + false + + + + + + + + - - - release - - false - - - ${project.version} - - - - - maven-source-plugin - - - sources-jar - package - - jar - - - - - **/*.java - - - - - - - maven-javadoc-plugin - 2.10.3 - - - generate-javadoc - - jar - - - false - - - - - - org.sonatype.plugins - nexus-staging-maven-plugin - 1.6.7 - true - - - - - + + + release + + false + + + ${project.version} + + + + + maven-source-plugin + + + sources-jar + package + + jar + + + + + **/*.java + + + + + + + maven-javadoc-plugin + 2.10.3 + + + generate-javadoc + + jar + + + false + + + + + + org.sonatype.plugins + nexus-staging-maven-plugin + 1.6.7 + true + + + + + 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 + + + + + + diff --git a/shared/pom.xml b/shared/pom.xml index c4cfed3844..c374c272b0 100644 --- a/shared/pom.xml +++ b/shared/pom.xml @@ -1,169 +1,169 @@ - 4.0.0 - - com.vaadin - vaadin-root - 7.7-SNAPSHOT - - vaadin-shared - vaadin-shared - 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-shared + vaadin-shared + jar - - + + - https://vaadin.com/ - Vaadin shared + https://vaadin.com/ + Vaadin shared - - - - com.vaadin.external.gwt - gwt-elemental - ${vaadin.gwt.version} - provided - + + + + com.vaadin.external.gwt + gwt-elemental + ${vaadin.gwt.version} + provided + - - junit - junit - ${junit.version} - test - - + + junit + junit + ${junit.version} + test + + - - - - - org.codehaus.mojo - templating-maven-plugin - 1.0.0 - - - - filter-sources - - - - + + + + + org.codehaus.mojo + templating-maven-plugin + 1.0.0 + + + + filter-sources + + + + - - - org.apache.maven.plugins - maven-dependency-plugin - - - unpack-dependencies - generate-resources - - unpack - - - - - com.vaadin.external.gwt - gwt-elemental - - elemental/json/**, - elemental/util/Array*, - elemental/util/Can*, - elemental/util/Map* - - - - - - - - + + + org.apache.maven.plugins + maven-dependency-plugin + + + unpack-dependencies + generate-resources + + unpack + + + + + com.vaadin.external.gwt + gwt-elemental + + elemental/json/**, + elemental/util/Array*, + elemental/util/Can*, + elemental/util/Map* + + + + + + + - - maven-resources-plugin - - - - copy-sources - - prepare-package - - copy-resources - - - ${project.build.outputDirectory} - - - src/main/java - false - - - ${project.build.directory}/generated-sources/java-templates - false - - - - - - - - org.apache.felix - maven-bundle-plugin - true - - - JavaSE-1.6 - ${parsedVersion.majorVersion}.${parsedVersion.minorVersion}.${parsedVersion.incrementalVersion} - com.vaadin.*;version="${parsedVersion.majorVersion}.${parsedVersion.minorVersion}.${parsedVersion.incrementalVersion}",elemental.*;version="${parsedVersion.majorVersion}.${parsedVersion.minorVersion}.${parsedVersion.incrementalVersion}" - - - - - - - bundle-manifest - prepare-package - - manifest - - - - + + maven-resources-plugin + + + + copy-sources + + prepare-package + + copy-resources + + + ${project.build.outputDirectory} + + + src/main/java + false + + + ${project.build.directory}/generated-sources/java-templates + false + + + + + + - - org.apache.maven.plugins - maven-jar-plugin - - - ${project.build.outputDirectory}/META-INF/MANIFEST.MF - false - - true - - - - + + org.apache.felix + maven-bundle-plugin + true + + + JavaSE-1.6 + ${parsedVersion.majorVersion}.${parsedVersion.minorVersion}.${parsedVersion.incrementalVersion} + com.vaadin.*;version="${parsedVersion.majorVersion}.${parsedVersion.minorVersion}.${parsedVersion.incrementalVersion}",elemental.*;version="${parsedVersion.majorVersion}.${parsedVersion.minorVersion}.${parsedVersion.incrementalVersion}" + + + + + + + bundle-manifest + prepare-package + + manifest + + + + - - org.apache.maven.plugins - maven-checkstyle-plugin - - - - checkstyle - - process-sources - - - + + org.apache.maven.plugins + maven-jar-plugin + + + ${project.build.outputDirectory}/META-INF/MANIFEST.MF + false + + true + + + + - - org.apache.maven.plugins - maven-surefire-plugin - - - + + org.apache.maven.plugins + maven-checkstyle-plugin + + + + checkstyle + + process-sources + + + + + + org.apache.maven.plugins + maven-surefire-plugin + + + diff --git a/themes/pom.xml b/themes/pom.xml index cba14677cf..2976f4848e 100644 --- a/themes/pom.xml +++ b/themes/pom.xml @@ -1,376 +1,390 @@ - 4.0.0 - - com.vaadin - vaadin-root - 7.7-SNAPSHOT - - com.vaadin - vaadin-themes - vaadin-themes - 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 + + com.vaadin + vaadin-themes + vaadin-themes + jar - https://vaadin.com/ - Vaadin themes + https://vaadin.com/ + Vaadin themes - - - - ${project.groupId} - vaadin-server - ${project.version} - provided - - - ${project.groupId} - vaadin-buildhelpers - ${project.version} - provided - + + + + ${project.groupId} + vaadin-server + ${project.version} + provided + + + ${project.groupId} + vaadin-buildhelpers + ${project.version} + provided + - - com.vaadin - vaadin-sass-compiler - ${vaadin.sass.version} - provided - + + com.vaadin + vaadin-sass-compiler + ${vaadin.sass.version} + provided + - - - net.sourceforge.cssparser - cssparser - 0.9.11 - provided - + + + net.sourceforge.cssparser + cssparser + 0.9.11 + provided + - - com.carrotsearch - smartsprites - 0.2.10 - provided - - + + com.carrotsearch + smartsprites + 0.2.10 + provided + + - - - - maven-resources-plugin - - - copy-theme-sources - generate-resources - - copy-resources - - - ${project.build.outputDirectory} - - - src/main/themes - false - - **/base.scss - **/valo/shared/_global.scss - - - - src/main/themes - true - - **/base.scss - **/valo/shared/_global.scss - - - - - - - + + + + maven-resources-plugin + + + copy-theme-sources + generate-resources + + copy-resources + + + ${project.build.outputDirectory} + + + src/main/themes + false + + **/base.scss + **/valo/shared/_global.scss + + + + src/main/themes + true + + **/base.scss + **/valo/shared/_global.scss + + + + + + + - - com.vaadin - vaadin-maven-plugin - - true - ${project.build.outputDirectory} - - - - process-resources - - compile-theme - - - - + + com.vaadin + vaadin-maven-plugin + + true + ${project.build.outputDirectory} + + + + process-resources + + compile-theme + + + + - - org.codehaus.mojo - exec-maven-plugin - - - compile-legacy-base - process-resources - - exec - - - compile - ${java.home}/bin/java - - -classpath - + + org.codehaus.mojo + exec-maven-plugin + + + compile-legacy-base + process-resources + + exec + + + compile + ${java.home}/bin/java + + -classpath + - com.vaadin.sass.SassCompiler - ${project.build.outputDirectory}/VAADIN/themes/base/legacy-styles.scss - ${project.build.outputDirectory}/VAADIN/themes/base/legacy-styles.css - - - + com.vaadin.sass.SassCompiler + + ${project.build.outputDirectory}/VAADIN/themes/base/legacy-styles.scss + + ${project.build.outputDirectory}/VAADIN/themes/base/legacy-styles.css + + + - - compile-legacy-chameleon - process-resources - - exec - - - compile - ${java.home}/bin/java - - -classpath - + + compile-legacy-chameleon + process-resources + + exec + + + compile + ${java.home}/bin/java + + -classpath + - com.vaadin.sass.SassCompiler - ${project.build.outputDirectory}/VAADIN/themes/chameleon/legacy-styles.scss - ${project.build.outputDirectory}/VAADIN/themes/chameleon/legacy-styles.css - - - - - compile-legacy-liferay - process-resources - - exec - - - compile - ${java.home}/bin/java - - -classpath - + com.vaadin.sass.SassCompiler + + ${project.build.outputDirectory}/VAADIN/themes/chameleon/legacy-styles.scss + + ${project.build.outputDirectory}/VAADIN/themes/chameleon/legacy-styles.css + + + + + compile-legacy-liferay + process-resources + + exec + + + compile + ${java.home}/bin/java + + -classpath + - com.vaadin.sass.SassCompiler - ${project.build.outputDirectory}/VAADIN/themes/liferay/legacy-styles.scss - ${project.build.outputDirectory}/VAADIN/themes/liferay/legacy-styles.css - - - - - compile-legacy-reindeer - process-resources - - exec - - - compile - ${java.home}/bin/java - - -classpath - + com.vaadin.sass.SassCompiler + + ${project.build.outputDirectory}/VAADIN/themes/liferay/legacy-styles.scss + + ${project.build.outputDirectory}/VAADIN/themes/liferay/legacy-styles.css + + + + + compile-legacy-reindeer + process-resources + + exec + + + compile + ${java.home}/bin/java + + -classpath + - com.vaadin.sass.SassCompiler - ${project.build.outputDirectory}/VAADIN/themes/reindeer/legacy-styles.scss - ${project.build.outputDirectory}/VAADIN/themes/reindeer/legacy-styles.css - - - - - compile-legacy-runo - process-resources - - exec - - - compile - ${java.home}/bin/java - - -classpath - + com.vaadin.sass.SassCompiler + + ${project.build.outputDirectory}/VAADIN/themes/reindeer/legacy-styles.scss + + ${project.build.outputDirectory}/VAADIN/themes/reindeer/legacy-styles.css + + + + + compile-legacy-runo + process-resources + + exec + + + compile + ${java.home}/bin/java + + -classpath + - com.vaadin.sass.SassCompiler - ${project.build.outputDirectory}/VAADIN/themes/runo/legacy-styles.scss - ${project.build.outputDirectory}/VAADIN/themes/runo/legacy-styles.css - - - - - smart-sprite-reindeer - process-resources - - exec - - - compile - ${java.home}/bin/java - - -classpath - + com.vaadin.sass.SassCompiler + + ${project.build.outputDirectory}/VAADIN/themes/runo/legacy-styles.scss + + ${project.build.outputDirectory}/VAADIN/themes/runo/legacy-styles.css + + + + + smart-sprite-reindeer + process-resources + + exec + + + compile + ${java.home}/bin/java + + -classpath + - org.carrot2.labs.smartsprites.SmartSprites + org.carrot2.labs.smartsprites.SmartSprites - --sprite-png-depth - AUTO + --sprite-png-depth + AUTO - --css-file-encoding - UTF-8 + --css-file-encoding + UTF-8 - --root-dir-path - ${project.build.outputDirectory}/VAADIN/themes/reindeer + --root-dir-path + ${project.build.outputDirectory}/VAADIN/themes/reindeer - --log-level - WARN - - - - - generate-export-package - package - - exec - - - compile - ${java.home}/bin/java - - -Dvaadin.version=${parsedVersion.majorVersion}.${parsedVersion.minorVersion}.${parsedVersion.incrementalVersion} - -DincludeNumberPackages=0 + --log-level + WARN + + + + + generate-export-package + package + + exec + + + compile + ${java.home}/bin/java + + -Dvaadin.version=${parsedVersion.majorVersion}.${parsedVersion.minorVersion}.${parsedVersion.incrementalVersion} + -DincludeNumberPackages=0 - -classpath - + -classpath + - com.vaadin.buildhelpers.GeneratePackageExports + com.vaadin.buildhelpers.GeneratePackageExports - ${project.build.directory}/${project.build.finalName}.${project.packaging} - VAADIN/themes - - - - - + ${project.build.directory}/${project.build.finalName}.${project.packaging} + VAADIN/themes + + + + + - - maven-antrun-plugin - - - repackage-reindeer - process-classes - - run - - - - + + maven-antrun-plugin + + + repackage-reindeer + process-classes + + run + + + + - + - + - - - - - - + + + + + + - - org.apache.felix - maven-bundle-plugin - true - - - ${parsedVersion.majorVersion}.${parsedVersion.minorVersion}.${parsedVersion.incrementalVersion} - JavaSE-1.6 - - - - - - - - bundle-manifest - prepare-package - - manifest - - - - + + org.apache.felix + maven-bundle-plugin + true + + + ${parsedVersion.majorVersion}.${parsedVersion.minorVersion}.${parsedVersion.incrementalVersion} + JavaSE-1.6 + + + + + + + + bundle-manifest + prepare-package + + manifest + + + + - - org.apache.maven.plugins - maven-jar-plugin - 2.6 - - - ${project.build.outputDirectory}/META-INF/MANIFEST.MF - false - - true - - - - - + + org.apache.maven.plugins + maven-jar-plugin + 2.6 + + + ${project.build.outputDirectory}/META-INF/MANIFEST.MF + false + + true + + + + + - - - - maven-source-plugin - - true - - - - - org.eclipse.m2e - lifecycle-mapping - 1.0.0 - - - - - - - org.codehaus.mojo - - - exec-maven-plugin - - - [1.4.0,) - - - exec - - - - - - - - - - - - - + + + + maven-source-plugin + + true + + + + + org.eclipse.m2e + lifecycle-mapping + 1.0.0 + + + + + + + org.codehaus.mojo + + + exec-maven-plugin + + + [1.4.0,) + + + exec + + + + + + + + + + + + + diff --git a/uitest/pom.xml b/uitest/pom.xml index 791cd7c2b1..cffa431dca 100644 --- a/uitest/pom.xml +++ b/uitest/pom.xml @@ -1,337 +1,338 @@ - 4.0.0 - - com.vaadin - vaadin-root - 7.7-SNAPSHOT - - vaadin-uitest - vaadin-uitest - war - - 9.3.9.v20160517 - true - + 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-uitest + vaadin-uitest + war + + 9.3.9.v20160517 + true + - https://vaadin.com/ - Vaadin UI tests + https://vaadin.com/ + Vaadin UI tests - - - vaadin-addons - http://maven.vaadin.com/vaadin-addons - - + + + vaadin-addons + http://maven.vaadin.com/vaadin-addons + + - + - - - javax.portlet - portlet-api - 2.0 - provided - + + + javax.portlet + portlet-api + 2.0 + provided + - - javax.validation - validation-api - 1.0.0.GA - + + javax.validation + validation-api + 1.0.0.GA + - - org.hibernate - hibernate-validator - 4.2.0.Final - - - - com.google.appengine - appengine-api-1.0-sdk - 1.7.7 - provided - + + org.hibernate + hibernate-validator + 4.2.0.Final + + + + com.google.appengine + appengine-api-1.0-sdk + 1.7.7 + provided + - - - - org.eclipse.jetty - jetty-server - ${jetty.version} - provided - - - org.eclipse.jetty - jetty-servlets - ${jetty.version} - provided - - - org.eclipse.jetty.websocket - websocket-server - ${jetty.version} - provided - - - org.eclipse.jetty - jetty-webapp - ${jetty.version} - provided - - - org.eclipse.jetty - jetty-util - ${jetty.version} - provided - - - org.eclipse.jetty - jetty-proxy - ${jetty.version} - provided - + + + + org.eclipse.jetty + jetty-server + ${jetty.version} + provided + + + org.eclipse.jetty + jetty-servlets + ${jetty.version} + provided + + + org.eclipse.jetty.websocket + websocket-server + ${jetty.version} + provided + + + org.eclipse.jetty + jetty-webapp + ${jetty.version} + provided + + + org.eclipse.jetty + jetty-util + ${jetty.version} + provided + + + org.eclipse.jetty + jetty-proxy + ${jetty.version} + provided + - - - - com.vaadin - vaadin-server - ${project.version} - - - javax.servlet - javax.servlet-api - - - + + + + com.vaadin + vaadin-server + ${project.version} + + + javax.servlet + javax.servlet-api + + + - - com.vaadin - vaadin-client - ${project.version} - - - javax.validation - javax.servlet-api - - - + + com.vaadin + vaadin-client + ${project.version} + + + javax.validation + javax.servlet-api + + + - - com.vaadin.external.gwt - gwt-elemental - ${vaadin.gwt.version} - provided - - - com.vaadin.external.gwt - gwt-servlet - ${vaadin.gwt.version} - + + com.vaadin.external.gwt + gwt-elemental + ${vaadin.gwt.version} + provided + + + com.vaadin.external.gwt + gwt-servlet + ${vaadin.gwt.version} + - - com.vaadin - vaadin-client-compiled - ${project.version} - - - com.vaadin - vaadin-themes - ${project.version} - - - com.vaadin - vaadin-push - ${project.version} - - - javax.validation - javax.servlet-api - - - + + com.vaadin + vaadin-client-compiled + ${project.version} + + + com.vaadin + vaadin-themes + ${project.version} + + + com.vaadin + vaadin-push + ${project.version} + + + javax.validation + javax.servlet-api + + + - - - com.vaadin - vaadin-client-compiler - ${project.version} - provided - + + + com.vaadin + vaadin-client-compiler + ${project.version} + provided + - - - javax.servlet - javax.servlet-api - 3.1.0 - provided - - - junit - junit - 4.11 - test - - - org.hamcrest - hamcrest-all - 1.3 - test - - - com.jcraft - jsch - 0.1.52 - - - commons-codec - commons-codec - 1.5 - - - commons-io - commons-io - ${commons-io.version} - - - - org.hsqldb - hsqldb - 2.2.6 - - - com.vaadin - vaadin-testbench - 4.0.3 - test - - - - commons-lang - commons-lang - 2.6 - + + + javax.servlet + javax.servlet-api + 3.1.0 + provided + + + junit + junit + 4.11 + test + + + org.hamcrest + hamcrest-all + 1.3 + test + + + com.jcraft + jsch + 0.1.52 + + + commons-codec + commons-codec + 1.5 + + + commons-io + commons-io + ${commons-io.version} + + + + org.hsqldb + hsqldb + 2.2.6 + + + com.vaadin + vaadin-testbench + 4.0.3 + test + + + + commons-lang + commons-lang + 2.6 + - - com.vaadin - vaadin-sass-compiler - ${vaadin.sass.version} - - - org.eclipse.jgit - org.eclipse.jgit - 3.5.1.201410131835-r - - - org.apache.httpcomponents - httpclient - - - - + + com.vaadin + vaadin-sass-compiler + ${vaadin.sass.version} + + + org.eclipse.jgit + org.eclipse.jgit + 3.5.1.201410131835-r + + + org.apache.httpcomponents + httpclient + + + + - - - - src/main/themes - - **/*.scss - - - - src/main/resources - - + + + + src/main/themes + + **/*.scss + + + + src/main/resources + + - - - com.vaadin - vaadin-maven-plugin - - src/main/themes - ${project.build.outputDirectory}/VAADIN/widgetsets - ${project.build.directory}/gwt-unitCache - - - - - compile - compile-theme - - - - + + + com.vaadin + vaadin-maven-plugin + + src/main/themes + ${project.build.outputDirectory}/VAADIN/widgetsets + ${project.build.directory}/gwt-unitCache + + + + + compile + compile-theme + + + + - - org.eclipse.jetty - jetty-maven-plugin - ${jetty.version} - - - 8888 - - - + + org.eclipse.jetty + jetty-maven-plugin + ${jetty.version} + + + 8888 + + + - - maven-install-plugin - - true - - - - maven-deploy-plugin - - ${skip.uitest.deployment} - - - - maven-surefire-plugin - - true - - - - org.codehaus.mojo - animal-sniffer-maven-plugin - - true - - - - - - - org.sonatype.plugins - nexus-staging-maven-plugin - - true - - - - maven-javadoc-plugin - - true - - - - - + + maven-install-plugin + + true + + + + maven-deploy-plugin + + ${skip.uitest.deployment} + + + + maven-surefire-plugin + + true + + + + org.codehaus.mojo + animal-sniffer-maven-plugin + + true + + + + + + + org.sonatype.plugins + nexus-staging-maven-plugin + + true + + + + maven-javadoc-plugin + + true + + + + + - - - - dev-build - - false - - - false - - - + + + + dev-build + + false + + + false + + + diff --git a/widgets/pom.xml b/widgets/pom.xml index 21cf891430..2c18c62e7e 100644 --- a/widgets/pom.xml +++ b/widgets/pom.xml @@ -1,6 +1,6 @@ + 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 @@ -11,7 +11,7 @@ vaadin-widgets jar - https://vaadin.com/ + https://vaadin.com/ Vaadin widgets @@ -63,7 +63,7 @@ true - ${parsedVersion.majorVersion}.${parsedVersion.minorVersion}.${parsedVersion.incrementalVersion} + ${parsedVersion.majorVersion}.${parsedVersion.minorVersion}.${parsedVersion.incrementalVersion} JavaSE-1.6 @@ -230,7 +230,7 @@ -DincludeNumberPackages=1 -classpath - + com.vaadin.buildhelpers.GeneratePackageExports -- 2.39.5