Author: henning
Date: Sun Oct 24 00:38:17 2010
New Revision: 1026718
URL: http://svn.apache.org/viewvc?rev=1026718&view=rev
Log:
get rid of the maven base pom, add mailing list and developer information
directly on the site
Modified:
velocity/site/site/pom.xml
Modified: velocity/site/site/pom.xml
URL:
http://svn.apache.org/viewvc/velocity/site/site/pom.xml?rev=1026718&r1=1026717&r2=1026718&view=diff
==============================================================================
--- velocity/site/site/pom.xml (original)
+++ velocity/site/site/pom.xml Sun Oct 24 00:38:17 2010
@@ -1,11 +1,28 @@
<?xml version="1.0" encoding="UTF-8"?>
+<!--
+ Licensed to the Apache Software Foundation (ASF) under one or
+ more contributor license agreements. See the NOTICE file
+ distributed with this work for additional information regarding
+ copyright ownership. The ASF licenses this file to You under the
+ Apache License, Version 2.0 (the "License"); you may not use
+ this file except in compliance with the License. You may obtain
+ a copy of the License at
+
+ http://www.apache.org/licenses/LICENSE-2.0 Unless required by
+ applicable law or agreed to in writing, software distributed
+ under the License is distributed on an "AS IS" BASIS, WITHOUT
+ WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ See the License for the specific language governing permissions
+ and limitations under the License.
+-->
+
<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns="http://maven.apache.org/POM/4.0.0"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
http://maven.apache.org/maven-v4_0_0.xsd">
- <parent>
- <artifactId>velocity-master</artifactId>
- <groupId>org.apache.velocity</groupId>
- <version>1-SNAPSHOT</version>
- </parent>
+ <parent>
+ <artifactId>apache</artifactId>
+ <groupId>org.apache</groupId>
+ <version>7</version>
+ </parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.apache.velocity.site</groupId>
<artifactId>velocity-site</artifactId>
@@ -38,6 +55,158 @@
<url>http://svn.apache.org/viewvc/velocity/site/site/</url>
</scm>
+ <developers>
+ <developer>
+ <name>Claude Brisson</name>
+ <id>cbrisson</id>
+ <roles>
+ <role>Java developer</role>
+ <role>PMC Member</role>
+ </roles>
+ </developer>
+
+ <developer>
+ <name>Nathan Bubna</name>
+ <id>nbubna</id>
+ <email>[email protected]</email>
+ <organization>ESHA Research</organization>
+ <roles>
+ <role>Java developer</role>
+ <role>PMC Member</role>
+ </roles>
+ </developer>
+
+ <developer>
+ <name>Will Glass-Husain</name>
+ <id>wglass</id>
+ <email>[email protected]</email>
+ <organization>Forio Business Simulations</organization>
+ <roles>
+ <role>Java developer</role>
+ <role>PMC Chair</role>
+ </roles>
+ </developer>
+
+ <developer>
+ <name>Marinó A. Jónsson</name>
+ <id>marino</id>
+ <email>[email protected]</email>
+ <roles>
+ <role>Java developer</role>
+ <role>PMC Member</role>
+ </roles>
+ </developer>
+
+ <developer>
+ <name>Geir Magnusson Jr.</name>
+ <id>geirm</id>
+ <email>[email protected]</email>
+ <organization>Independent (DVSL Maven)</organization>
+ <roles>
+ <role>Java developer</role>
+ <role>PMC Member</role>
+ </roles>
+ </developer>
+
+ <developer>
+ <name>Daniel Rall</name>
+ <id>dlr</id>
+ <email>[email protected]</email>
+ <organization>CollabNet, Inc.</organization>
+ <roles>
+ <role>Java developer</role>
+ <role>PMC Member</role>
+ </roles>
+ </developer>
+
+ <developer>
+ <name>Henning P. Schmiedehausen</name>
+ <id>henning</id>
+ <organization>The Henning Schmiedehausen
Organization</organization>
+ <roles>
+ <role>Java developer</role>
+ <role>PMC Member</role>
+ </roles>
+ <timezone>-7</timezone>
+ </developer>
+
+ <developer>
+ <name>Jon S. Stevens</name>
+ <id>jons</id>
+ <roles>
+ <role>Emeritus</role>
+ </roles>
+ </developer>
+
+ <developer>
+ <name>Jason van Zyl</name>
+ <id>jvanzyl</id>
+ <roles>
+ <role>Emeritus</role>
+ </roles>
+ </developer>
+
+ <developer>
+ <name>Christopher Schultz</name>
+ <id>schultz</id>
+ <roles>
+ <role>Java developer</role>
+ </roles>
+ <timezone>-5</timezone>
+ </developer>
+
+ <developer>
+ <name>Antonio Petrelli</name>
+ <id>apetrelli</id>
+ <roles>
+ <role>Java developer</role>
+ </roles>
+ <timezone>+1</timezone>
+ </developer>
+
+ </developers>
+
+ <mailingLists>
+ <mailingList>
+ <name>general</name>
+ <subscribe>[email protected]</subscribe>
+ <unsubscribe>[email protected]</unsubscribe>
+ <post>[email protected]</post>
+
<archive>http://mail-archives.apache.org/mod_mbox/velocity-general/</archive>
+ </mailingList>
+
+ <mailingList>
+ <name>user</name>
+ <subscribe>[email protected]</subscribe>
+ <unsubscribe>[email protected]</unsubscribe>
+ <post>[email protected]</post>
+
<archive>http://mail-archives.apache.org/mod_mbox/velocity-user/</archive>
+ <otherArchives>
+
<otherArchive>http://www.nabble.com/Velocity---User-f347.html</otherArchive>
+
<otherArchive>http://www.mail-archive.com/[email protected]/</otherArchive>
+ </otherArchives>
+ </mailingList>
+
+ <mailingList>
+ <name>dev</name>
+ <subscribe>[email protected]</subscribe>
+ <unsubscribe>[email protected]</unsubscribe>
+ <post>[email protected]</post>
+
<archive>http://mail-archives.apache.org/mod_mbox/velocity-dev/</archive>
+ <otherArchives>
+
<otherArchive>http://www.nabble.com/Velocity---Dev-f346.html</otherArchive>
+
<otherArchive>http://www.mail-archive.com/[email protected]/</otherArchive>
+ </otherArchives>
+ </mailingList>
+
+ <mailingList>
+ <name>commits</name>
+ <subscribe>[email protected]</subscribe>
+ <unsubscribe>[email protected]</unsubscribe>
+
<archive>http://mail-archives.apache.org/mod_mbox/velocity-commits/</archive>
+ </mailingList>
+ </mailingLists>
+
<reporting>
<plugins>
<plugin>