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/12 13:42:57 UTC

svn commit: r1213239 - in /incubator/kalumet/site: pom.xml src/site/resources/ src/site/xdoc/

Author: jbonofre
Date: Mon Dec 12 13:42:57 2011
New Revision: 1213239

URL: http://svn.apache.org/viewvc?rev=1213239&view=rev
Log:
Use "static" website for now

Added:
    incubator/kalumet/site/src/site/resources/
Removed:
    incubator/kalumet/site/src/site/xdoc/
Modified:
    incubator/kalumet/site/pom.xml

Modified: incubator/kalumet/site/pom.xml
URL: http://svn.apache.org/viewvc/incubator/kalumet/site/pom.xml?rev=1213239&r1=1213238&r2=1213239&view=diff
==============================================================================
--- incubator/kalumet/site/pom.xml (original)
+++ incubator/kalumet/site/pom.xml Mon Dec 12 13:42:57 2011
@@ -26,7 +26,6 @@
         <groupId>org.apache.kalumet</groupId>
         <artifactId>kalumet</artifactId>
         <version>0.6-incubating</version>
-        <relativePath>../trunk/pom.xml</relativePath>
     </parent>
 
     <artifactId>kalumet-site</artifactId>
@@ -60,35 +59,6 @@
             </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>