Author: sschaffert
Date: Tue Apr  9 14:20:42 2013
New Revision: 1466049

URL: http://svn.apache.org/r1466049
Log:
next try to exclude dependencies

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=1466049&r1=1466048&r2=1466049&view=diff
==============================================================================
--- incubator/marmotta/site/trunk/pom.xml (original)
+++ incubator/marmotta/site/trunk/pom.xml Tue Apr  9 14:20:42 2013
@@ -311,7 +311,8 @@
                             <description>Platform Java API 
documentation</description>
                             <destDir>platform-api</destDir>
                             <encoding>UTF-8</encoding>
-                            <detectLinks>true</detectLinks>
+                            <detectLinks>false</detectLinks>
+                            <javaApiLinks>true</javaApiLinks>
                             
<stylesheetfile>content/resources/css/fluido-doc.css</stylesheetfile>
                             <groups>
                                 <group>
@@ -350,6 +351,9 @@
                             <dependencySourceIncludes>
                                 
<dependencySourceInclude>org.apache.marmotta:marmotta-*</dependencySourceInclude>
                             </dependencySourceIncludes>
+                            <dependencySourceExcludes>
+                                
<dependencySourceExclude>org.scannotation:*</dependencySourceExclude>
+                            </dependencySourceExcludes>
                             
<subpackages>org.apache.marmotta.platform</subpackages>
                             <header><![CDATA[<img 
src="{@docRoot}/../images/Marmotta_Logo_64.png"/>]]></header>
                         </configuration>


Reply via email to