You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@struts.apache.org by ws...@apache.org on 2006/07/02 19:59:10 UTC

svn commit: r418630 - in /struts/shale/trunk/maven/master-pom: ./ pom.xml

Author: wsmoak
Date: Sun Jul  2 10:59:10 2006
New Revision: 418630

URL: http://svn.apache.org/viewvc?rev=418630&view=rev
Log:
Establish a shale-master pom.  SHALE-207

Added:
    struts/shale/trunk/maven/master-pom/
    struts/shale/trunk/maven/master-pom/pom.xml   (with props)

Added: struts/shale/trunk/maven/master-pom/pom.xml
URL: http://svn.apache.org/viewvc/struts/shale/trunk/maven/master-pom/pom.xml?rev=418630&view=auto
==============================================================================
--- struts/shale/trunk/maven/master-pom/pom.xml (added)
+++ struts/shale/trunk/maven/master-pom/pom.xml Sun Jul  2 10:59:10 2006
@@ -0,0 +1,113 @@
+<?xml version="1.0" encoding="UTF-8"?>
+
+<!--
+  ~ Copyright 2006 The Apache Software Foundation.
+  ~
+  ~ Licensed 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="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>
+   <parent>
+      <groupId>org.apache</groupId>
+      <artifactId>apache</artifactId>
+      <version>2</version>
+   </parent>
+   <groupId>org.apache.shale</groupId>
+   <artifactId>shale-master</artifactId>
+   <version>1-SNAPSHOT</version>
+   <packaging>pom</packaging>
+   <name>Apache Shale</name>
+   <description>Apache Shale</description>
+   <url>http://struts.apache.org/struts-shale/</url>
+   <inceptionYear>2004</inceptionYear>
+
+   <developers>
+      <developer>
+         <id>craigmcc</id>
+         <name>Craig R. McClanahan</name>
+         <email>craigmcc at apache.org</email>
+         <roles>
+            <role>PMC Member</role>
+         </roles>
+      </developer>
+      <developer>
+         <id>jmitchell</id>
+         <name>James Mitchell</name>
+         <email>jmitchell at apache.org</email>
+         <roles>
+            <role>PMC Member</role>
+         </roles>
+      </developer>
+      <developer>
+         <id>greddin</id>
+         <name>Greg Reddin</name>
+         <email>greddin at apache.org</email>
+         <roles>
+            <role>PMC Member</role>
+         </roles>
+      </developer>
+      <developer>
+         <id>schof</id>
+         <name>Sean Schofield</name>
+         <email>schof at apache.org</email>
+         <roles>
+            <role>PMC Member</role>
+         </roles>
+      </developer>
+      <developer>
+         <id>wsmoak</id>
+         <name>Wendy Smoak</name>
+         <email>wsmoak at apache.org</email>
+         <roles>
+            <role>PMC Member</role>
+         </roles>
+      </developer>
+      <developer>
+         <id>gvanmatre</id>
+         <name>Gary VanMatre</name>
+         <email>gvanmatre at apache.org</email>
+         <roles>
+            <role>PMC Member</role>
+         </roles>
+      </developer>
+      <developer>
+         <id>matzew</id>
+         <name>Matthias Wessendorf</name>
+         <email>matzew at apache.org</email>
+         <roles>
+            <role>PMC Member</role>
+         </roles>
+      </developer>
+   </developers>
+   <distributionManagement>
+      <repository>
+         <id>apache.snapshots</id>
+         <name>Apache Development Snapshot (and Test Build) Repository</name>
+         <url>scp://people.apache.org/www/cvs.apache.org/maven-snapshot-repository</url>
+      </repository>
+      <snapshotRepository>
+         <uniqueVersion>false</uniqueVersion>
+         <id>apache.snapshots</id>
+         <name>Apache Development Snapshot Repository</name>
+         <url>scp://people.apache.org/www/cvs.apache.org/maven-snapshot-repository</url>
+      </snapshotRepository>
+      <site>
+         <id>apache-site</id>
+         <name>Apache Struts Website</name>
+         <url>scp://people.apache.org/www/struts.apache.org/struts-shale</url>
+      </site>
+   </distributionManagement>
+</project>
+

Propchange: struts/shale/trunk/maven/master-pom/pom.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: struts/shale/trunk/maven/master-pom/pom.xml
------------------------------------------------------------------------------
    svn:executable = *

Propchange: struts/shale/trunk/maven/master-pom/pom.xml
------------------------------------------------------------------------------
    svn:keywords = Date Author Id Revision HeadURL