You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tuscany.apache.org by ed...@apache.org on 2006/02/28 14:12:07 UTC

svn commit: r381647 - /incubator/tuscany/site/pom.xml

Author: edwardsmj
Date: Tue Feb 28 05:12:03 2006
New Revision: 381647

URL: http://svn.apache.org/viewcvs?rev=381647&view=rev
Log:
Checking in the POM for the site project

Added:
    incubator/tuscany/site/pom.xml   (with props)

Added: incubator/tuscany/site/pom.xml
URL: http://svn.apache.org/viewcvs/incubator/tuscany/site/pom.xml?rev=381647&view=auto
==============================================================================
--- incubator/tuscany/site/pom.xml (added)
+++ incubator/tuscany/site/pom.xml Tue Feb 28 05:12:03 2006
@@ -0,0 +1,93 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+ *  Copyright (c) 2005-2006 The Apache Software Foundation or its licensors, as applicable.
+ *
+ *  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>
+    <modelVersion>4.0.0</modelVersion>
+    <groupId>org.apache.tuscany</groupId>
+    <artifactId>tuscany-project</artifactId>
+    <version>SNAPSHOT</version>
+    <packaging>pom</packaging>
+    <name>Tuscany Project Website</name>
+    <url>http://incubator.apache.org/tuscany/</url>
+    <description>
+        Tuscany is an open source project implementing a Service Component Architecture.
+    </description>
+    <inceptionYear>2005</inceptionYear>
+    <organization>
+        <name>Apache Software Foundation</name>
+        <url>http://www.apache.org/</url>
+    </organization>
+
+    <prerequisites>
+        <maven>2.0</maven>
+    </prerequisites>
+
+    <issueManagement>
+        <system>jira</system>
+        <url>http://issues.apache.org/jira/browse/TUSCANY</url>
+    </issueManagement>
+
+    <licenses>
+        <license>
+            <name>The Apache Software License, Version 2.0</name>
+            <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
+            <distribution>repo</distribution>
+        </license>
+    </licenses>
+
+    <repositories>
+        <repository>
+            <id>ibiblio</id>
+            <name>ibiblio</name>
+            <url>http://www.ibiblio.org/maven2</url>
+        </repository>
+    </repositories>
+
+    <modules>
+    	<!--
+        <module>site</module>
+        -->
+    </modules>
+
+    <build>
+        <plugins>
+            <plugin>
+                <groupId>org.apache.maven.plugins</groupId>
+                <artifactId>maven-compiler-plugin</artifactId>
+                <configuration>
+                    <source>1.5</source>
+                    <target>1.5</target>
+                </configuration>
+            </plugin>
+        </plugins>
+
+        <resources>
+        </resources>
+
+        <testResources>
+        </testResources>
+
+        <defaultGoal>site</defaultGoal>
+    </build>
+
+    <reporting>
+        <plugins>
+            <plugin>
+                <artifactId>maven-javadoc-plugin</artifactId>
+            </plugin>
+        </plugins>
+    </reporting>
+</project>

Propchange: incubator/tuscany/site/pom.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: incubator/tuscany/site/pom.xml
------------------------------------------------------------------------------
    svn:keywords = Rev,Date