Author: apetrelli
Date: Wed Jun 9 17:53:54 2010
New Revision: 953099
URL: http://svn.apache.org/viewvc?rev=953099&view=rev
Log:
VELOCITYSB-2
Created pom.xml file for master pom.
Added:
velocity/sandbox/maven-reorg/maven/trunk/pom/pom.xml (with props)
Modified:
velocity/sandbox/maven-reorg/maven/trunk/pom/ (props changed)
Propchange: velocity/sandbox/maven-reorg/maven/trunk/pom/
------------------------------------------------------------------------------
--- svn:ignore (added)
+++ svn:ignore Wed Jun 9 17:53:54 2010
@@ -0,0 +1 @@
+.*
Added: velocity/sandbox/maven-reorg/maven/trunk/pom/pom.xml
URL:
http://svn.apache.org/viewvc/velocity/sandbox/maven-reorg/maven/trunk/pom/pom.xml?rev=953099&view=auto
==============================================================================
--- velocity/sandbox/maven-reorg/maven/trunk/pom/pom.xml (added)
+++ velocity/sandbox/maven-reorg/maven/trunk/pom/pom.xml Wed Jun 9 17:53:54
2010
@@ -0,0 +1,225 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<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">
+
+ <!--
+ 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.
+ -->
+ <modelVersion>4.0.0</modelVersion>
+ <parent>
+ <artifactId>apache</artifactId>
+ <groupId>org.apache</groupId>
+ <version>7</version>
+ </parent>
+ <groupId>org.apache.velocity</groupId>
+ <artifactId>velocity-master</artifactId>
+ <version>1-SNAPSHOT</version>
+ <packaging>pom</packaging>
+ <name>Velocity - Master POM</name>
+ <description>Master POM for Velocity</description>
+ <issueManagement>
+ <system>JIRA</system>
+ <url>https://issues.apache.org/jira/browse/VELOCITYSB</url>
+ </issueManagement>
+ <scm>
+
<connection>scm:svn:http://svn.apache.org/repos/asf/velocity/sandbox/maven-reorg/maven/trunk/pom</connection>
+
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/velocity/sandbox/maven-reorg/maven/trunk/pom</developerConnection>
+
<url>http://svn.apache.org/repos/asf/velocity/sandbox/maven-reorg/maven/trunk/pom</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>
+ <build>
+ <pluginManagement>
+ <plugins>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-release-plugin</artifactId>
+ <version>2.0</version>
+ </plugin>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-clean-plugin</artifactId>
+ <version>2.4.1</version>
+ </plugin>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-install-plugin</artifactId>
+ <version>2.3.1</version>
+ </plugin>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-site-plugin</artifactId>
+ <version>2.1</version>
+ </plugin>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-antrun-plugin</artifactId>
+ <version>1.4</version>
+ </plugin>
+ </plugins>
+ </pluginManagement>
+ </build>
+</project>
\ No newline at end of file
Propchange: velocity/sandbox/maven-reorg/maven/trunk/pom/pom.xml
------------------------------------------------------------------------------
svn:eol-style = native
Propchange: velocity/sandbox/maven-reorg/maven/trunk/pom/pom.xml
------------------------------------------------------------------------------
svn:keywords = Date Author Id Revision HeadURL