You are viewing a plain text version of this content. The canonical link for it is here.
Posted to kalumet-commits@incubator.apache.org by jb...@apache.org on 2011/12/09 07:09:45 UTC

svn commit: r1212265 - in /incubator/kalumet/site: ./ pom.xml src/ src/site/ src/site/xdoc/ src/site/xdoc/index.xml.vm

Author: jbonofre
Date: Fri Dec  9 07:09:45 2011
New Revision: 1212265

URL: http://svn.apache.org/viewvc?rev=1212265&view=rev
Log:
Add site POM

Added:
    incubator/kalumet/site/pom.xml
    incubator/kalumet/site/src/
    incubator/kalumet/site/src/site/
    incubator/kalumet/site/src/site/xdoc/
    incubator/kalumet/site/src/site/xdoc/index.xml.vm
Modified:
    incubator/kalumet/site/   (props changed)

Propchange: incubator/kalumet/site/
------------------------------------------------------------------------------
--- svn:ignore (added)
+++ svn:ignore Fri Dec  9 07:09:45 2011
@@ -0,0 +1,3 @@
+.idea
+
+*.iml

Added: incubator/kalumet/site/pom.xml
URL: http://svn.apache.org/viewvc/incubator/kalumet/site/pom.xml?rev=1212265&view=auto
==============================================================================
--- incubator/kalumet/site/pom.xml (added)
+++ incubator/kalumet/site/pom.xml Fri Dec  9 07:09:45 2011
@@ -0,0 +1,98 @@
+<?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/xsd/maven-4.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>
+        <groupId>org.apache.kalumet</groupId>
+        <artifactId>kalumet</artifactId>
+        <version>0.6-incubating</version>
+        <relativePath>../trunk/pom.xml</relativePath>
+    </parent>
+
+    <artifactId>kalumet-site</artifactId>
+    <packaging>pom</packaging>
+    <version>1-SNAPSHOT</version>
+    <name>Kalumet</name>
+
+    <url>http://incubator.apache.org/kalumet</url>
+
+    <scm>
+        <connection>scm:svn:http://svn.apache.org/repos/asf/incubator/kalumet/site</connection>
+        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/incubator/kalumet/site</developerConnection>
+        <url>http://svn.apache.org/repos/asf/incubator/kalumet/site</url>
+    </scm>
+
+    <build>
+        <pluginManagement>
+            <plugins>
+                <plugin>
+                    <groupId>org.apache.maven.plugins</groupId>
+                    <artifactId>maven-site-plugin</artifactId>
+                    <version>3.0</version>
+                    <dependencies>
+                        <dependency>
+                            <groupId>org.apache.maven.wagon</groupId>
+                            <artifactId>wagon-ssh</artifactId>
+                            <version>1.0</version>
+                        </dependency>
+                    </dependencies>
+                </plugin>
+            </plugins>
+        </pluginManagement>
+    </build>
+    <reporting>
+        <excludeDefaults>true</excludeDefaults>
+        <plugins>
+            <plugin>
+                <groupId>org.apache.maven.plugins</groupId>
+                <artifactId>maven-project-info-reports-plugin</artifactId>
+                <version>2.4</version>
+                <reportSets>
+                    <reportSet>
+                        <reports>
+                            <report>cim</report>
+                            <report>mailing-list</report>
+                            <report>issue-tracking</report>
+                            <report>license</report>
+                            <report>project-team</report>
+                            <report>scm</report>
+                        </reports>
+                    </reportSet>
+                </reportSets>
+            </plugin>
+        </plugins>
+    </reporting>
+
+    <distributionManagement>
+        <site>
+            <id>apache.website</id>
+            <url>${siteBaseDeployment}</url>
+        </site>
+    </distributionManagement>
+
+    <organization>
+        <name>The Apache Software Foundation</name>
+        <url>http://incubator.apache.org/kalumet</url>
+    </organization>
+
+</project>

Added: incubator/kalumet/site/src/site/xdoc/index.xml.vm
URL: http://svn.apache.org/viewvc/incubator/kalumet/site/src/site/xdoc/index.xml.vm?rev=1212265&view=auto
==============================================================================
--- incubator/kalumet/site/src/site/xdoc/index.xml.vm (added)
+++ incubator/kalumet/site/src/site/xdoc/index.xml.vm Fri Dec  9 07:09:45 2011
@@ -0,0 +1,4 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<document>
+
+</document>
\ No newline at end of file