Author: wikier
Date: Mon May 27 17:00:25 2013
New Revision: 1486663

URL: http://svn.apache.org/r1486663
Log:
trying to recover the javadoc reports

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=1486663&r1=1486662&r2=1486663&view=diff
==============================================================================
--- incubator/marmotta/site/trunk/pom.xml (original)
+++ incubator/marmotta/site/trunk/pom.xml Mon May 27 17:00:25 2013
@@ -187,7 +187,6 @@
                 </configuration>
 
                 <reportSets>
-                    <!-- 
                     <reportSet>
                         <id>ldclient-api</id>
                         <configuration>
@@ -356,8 +355,7 @@
                         <reports>
                             <report>javadoc</report>
                         </reports>
-                    </reportSet>
-                    -->
+                    </reportSet>                  
 
                     <!--                   <reportSet>
                                            <id>java-api</id>
@@ -398,7 +396,6 @@
                    -->
 
                     <!-- configure how the REST API documentation will be 
produced -->
-                    <!--
                     <reportSet>
                         <id>rest-api</id>
                         <configuration>
@@ -467,7 +464,6 @@
                             <report>javadoc</report>
                         </reports>
                     </reportSet>
-                    -->
 
                 </reportSets>
             </plugin>
@@ -797,7 +793,6 @@
         </dependency>
 
         <!-- Platform -->
-        <!--
         <dependency>
             <groupId>org.apache.marmotta</groupId>
             <artifactId>marmotta-core</artifactId>
@@ -852,7 +847,13 @@
             <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>
 


Reply via email to