From 45d2798f0c70635b5b11895569c5294fc59d25d5 Mon Sep 17 00:00:00 2001 From: Henri Sara Date: Fri, 14 Aug 2009 10:28:59 +0000 Subject: [PATCH] #1862 initial Maven POM file for publishing Vaadin releases and snapshots svn changeset:8483/svn branch:6.1 --- build/maven/pom.xml | 63 +++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 63 insertions(+) create mode 100644 build/maven/pom.xml diff --git a/build/maven/pom.xml b/build/maven/pom.xml new file mode 100644 index 0000000000..8d3d9b5202 --- /dev/null +++ b/build/maven/pom.xml @@ -0,0 +1,63 @@ + + 4.0.0 + com.vaadin + vaadin + 6.0.1-SNAPSHOT + Vaadin + + Oy IT Mill Ltd + http://vaadin.com + + http://vaadin.com + + Vaadin is a web application framework for Rich Internet Applications (RIA). + + Vaadin enables easy development and maintenance of fast and secure rich web + applications with a stunning look and feel and a wide browser support. + It features a server-side architecture with the majority of the logic running + on the server. Ajax technology is used at the browser-side to ensure a rich + and interactive user experience. + + + + Apache License Version 2.0 + repo + http://www.apache.org/licenses/LICENSE-2.0 + + + + + vaadin-releases + Vaadin release repository + http://oss.sonatype.org/content/repositories/vaadin-releases/ + + + vaadin-snapshots + Vaadin snapshot repository + http://oss.sonatype.org/content/repositories/vaadin-snapshots/ + + + + + vaadin-snapshots + http://oss.sonatype.org/content/repositories/vaadin-snapshots/ + + false + + + true + + + + vaadin-releases + http://oss.sonatype.org/content/repositories/vaadin-releases/ + + true + + + false + + + + + \ No newline at end of file -- 2.39.5