You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@marmotta.apache.org by wi...@apache.org on 2013/06/23 18:03:38 UTC

svn commit: r1495832 - /incubator/marmotta/site/trunk/pom.xml

Author: wikier
Date: Sun Jun 23 16:03:38 2013
New Revision: 1495832

URL: http://svn.apache.org/r1495832
Log:
reverted r1486663

Modified:
    incubator/marmotta/site/trunk/pom.xml

Modified: incubator/marmotta/site/trunk/pom.xml
URL: http://svn.apache.org/viewvc/incubator/marmotta/site/trunk/pom.xml?rev=1495832&r1=1495831&r2=1495832&view=diff
==============================================================================
--- incubator/marmotta/site/trunk/pom.xml (original)
+++ incubator/marmotta/site/trunk/pom.xml Sun Jun 23 16:03:38 2013
@@ -187,6 +187,7 @@
                 </configuration>
 
                 <reportSets>
+                    <!-- 
                     <reportSet>
                         <id>ldclient-api</id>
                         <configuration>
@@ -355,7 +356,8 @@
                         <reports>
                             <report>javadoc</report>
                         </reports>
-                    </reportSet>                  
+                    </reportSet>
+                    -->
 
                     <!--                   <reportSet>
                                            <id>java-api</id>
@@ -396,6 +398,7 @@
                    -->
 
                     <!-- configure how the REST API documentation will be produced -->
+                    <!--
                     <reportSet>
                         <id>rest-api</id>
                         <configuration>
@@ -464,6 +467,7 @@
                             <report>javadoc</report>
                         </reports>
                     </reportSet>
+                    -->
 
                 </reportSets>
             </plugin>
@@ -793,6 +797,7 @@
         </dependency>
 
         <!-- Platform -->
+        <!--
         <dependency>
             <groupId>org.apache.marmotta</groupId>
             <artifactId>marmotta-core</artifactId>
@@ -847,13 +852,7 @@
             <version>${project.version}</version>
             <classifier>sources</classifier>
         </dependency>
-        <dependency>
-            <groupId>org.apache.marmotta</groupId>
-            <artifactId>marmotta-client-java</artifactId>
-            <version>${project.version}</version>
-            <classifier>sources</classifier>
-        </dependency>
-
+        -->
 
     </dependencies>