summaryrefslogtreecommitdiffstats
path: root/pom-template.xml
diff options
context:
space:
mode:
authorArtur Signell <artur@vaadin.com>2012-09-14 14:35:34 +0300
committerArtur Signell <artur@vaadin.com>2012-09-14 14:35:34 +0300
commitce2b41c52f75be7b7a74bd1680ef9589c6901bb2 (patch)
tree6da93dd9e922c4081500dc08082eb26bbdc0a07e /pom-template.xml
parent598f29bb1f1a0e6f219fc27e48c166e3c05db8c0 (diff)
downloadvaadin-framework-ce2b41c52f75be7b7a74bd1680ef9589c6901bb2.tar.gz
vaadin-framework-ce2b41c52f75be7b7a74bd1680ef9589c6901bb2.zip
Added missing scm and developer parts
Diffstat (limited to 'pom-template.xml')
-rw-r--r--pom-template.xml155
1 files 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 @@
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
- <modelVersion>4.0.0</modelVersion>
- <groupId>com.vaadin</groupId>
- <artifactId>${module.name}</artifactId>
- <version>${vaadin.maven.version}</version>
- <name>Vaadin</name>
- <organization>
- <name>Vaadin Ltd</name>
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+ <modelVersion>4.0.0</modelVersion>
+ <groupId>com.vaadin</groupId>
+ <artifactId>${module.name}</artifactId>
+ <version>${vaadin.maven.version}</version>
+ <name>Vaadin</name>
+ <organization>
+ <name>Vaadin Ltd</name>
+ <url>http://vaadin.com</url>
+ </organization>
<url>http://vaadin.com</url>
- </organization>
- <url>http://vaadin.com</url>
- <description>
- Vaadin is a web application framework for Rich Internet Applications (RIA).
+ <description>
+ 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.
- </description>
- <licenses>
- <license>
- <name>Apache License Version 2.0</name>
- <distribution>repo</distribution>
- <url>http://www.apache.org/licenses/LICENSE-2.0</url>
- </license>
- </licenses>
- <distributionManagement>
- <repository>
- <id>vaadin-releases</id>
- <name>Vaadin release repository</name>
- <url>http://oss.sonatype.org/content/repositories/vaadin-releases/</url>
- </repository>
- <snapshotRepository>
- <id>vaadin-snapshots</id>
- <name>Vaadin snapshot repository</name>
- <url>http://oss.sonatype.org/content/repositories/vaadin-snapshots/</url>
- </snapshotRepository>
- </distributionManagement>
- <repositories>
- <repository>
- <id>vaadin-snapshots</id>
- <url>http://oss.sonatype.org/content/repositories/vaadin-snapshots/</url>
- <releases>
- <enabled>false</enabled>
- </releases>
- <snapshots>
- <enabled>true</enabled>
- </snapshots>
- </repository>
- <repository>
- <id>vaadin-releases</id>
- <url>http://oss.sonatype.org/content/repositories/vaadin-releases/</url>
- <releases>
- <enabled>true</enabled>
- </releases>
- <snapshots>
- <enabled>false</enabled>
- </snapshots>
- </repository>
- </repositories>
+ 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.
+ </description>
+ <licenses>
+ <license>
+ <name>Apache License Version 2.0</name>
+ <distribution>repo</distribution>
+ <url>http://www.apache.org/licenses/LICENSE-2.0</url>
+ </license>
+ </licenses>
+ <scm>
+ <connection>scm:http:http://dev.vaadin.com/git/vaadin.git</connection>
+ <developerConnection>scm:ssh:git@dev.vaadin.com/vaadin</developerConnection>
+ <url>http://dev.vaadin.com/git/?p=vaadin.git</url>
+ </scm>
+ <developers>
+ <developer>
+ <id>artur</id>
+ <name>Artur Signell</name>
+ <email>artur.signell@vaadin.com</email>
+ <url>http://vaadin.com/web/artur</url>
+ <organization>Vaadin Ltd</organization>
+ <organizationUrl>http://vaadin.com/</organizationUrl>
+ <roles>
+ <role>architect</role>
+ <role>developer</role>
+ <role>team manager</role>
+ </roles>
+ <timezone>2</timezone>
+ </developer>
+ <developer>
+ <id>magi</id>
+ <name>Marko Gronroos</name>
+ <email>magi@vaadin.com</email>
+ <url>http://vaadin.com/web/magi</url>
+ <organization>Vaadin Ltd</organization>
+ <organizationUrl>http://vaadin.com/</organizationUrl>
+ <roles>
+ <role>build manager</role>
+ </roles>
+ <timezone>2</timezone>
+ </developer>
+ </developers>
+ <distributionManagement>
+ <repository>
+ <id>vaadin-releases</id>
+ <name>Vaadin release repository</name>
+ <url>http://oss.sonatype.org/content/repositories/vaadin-releases/</url>
+ </repository>
+ <snapshotRepository>
+ <id>vaadin-snapshots</id>
+ <name>Vaadin snapshot repository</name>
+ <url>http://oss.sonatype.org/content/repositories/vaadin-snapshots/</url>
+ </snapshotRepository>
+ </distributionManagement>
+ <repositories>
+ <repository>
+ <id>vaadin-snapshots</id>
+ <url>http://oss.sonatype.org/content/repositories/vaadin-snapshots/</url>
+ <releases>
+ <enabled>false</enabled>
+ </releases>
+ <snapshots>
+ <enabled>true</enabled>
+ </snapshots>
+ </repository>
+ <repository>
+ <id>vaadin-releases</id>
+ <url>http://oss.sonatype.org/content/repositories/vaadin-releases/</url>
+ <releases>
+ <enabled>true</enabled>
+ </releases>
+ <snapshots>
+ <enabled>false</enabled>
+ </snapshots>
+ </repository>
+ </repositories>
</project> \ No newline at end of file