From ce2b41c52f75be7b7a74bd1680ef9589c6901bb2 Mon Sep 17 00:00:00 2001 From: Artur Signell Date: Fri, 14 Sep 2012 14:35:34 +0300 Subject: Added missing scm and developer parts --- pom-template.xml | 155 ++++++++++++++++++++++++++++++++++--------------------- 1 file changed, 96 insertions(+), 59 deletions(-) diff --git a/pom-template.xml b/pom-template.xml index 563a5a8e97..33e6be623e 100644 --- a/pom-template.xml +++ b/pom-template.xml @@ -1,62 +1,99 @@ - - 4.0.0 - com.vaadin - ${module.name} - ${vaadin.maven.version} - Vaadin - - Vaadin Ltd + + 4.0.0 + com.vaadin + ${module.name} + ${vaadin.maven.version} + Vaadin + + Vaadin Ltd + http://vaadin.com + http://vaadin.com - - http://vaadin.com - - Vaadin is a web application framework for Rich Internet Applications (RIA). + + 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 - - - + 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 + + + + scm:http:http://dev.vaadin.com/git/vaadin.git + scm:ssh:git@dev.vaadin.com/vaadin + http://dev.vaadin.com/git/?p=vaadin.git + + + + artur + Artur Signell + artur.signell@vaadin.com + http://vaadin.com/web/artur + Vaadin Ltd + http://vaadin.com/ + + architect + developer + team manager + + 2 + + + magi + Marko Gronroos + magi@vaadin.com + http://vaadin.com/web/magi + Vaadin Ltd + http://vaadin.com/ + + build manager + + 2 + + + + + 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 -- cgit v1.2.3