Author: fmeschbe
Date: Mon Aug 23 13:09:49 2010
New Revision: 988114

URL: http://svn.apache.org/viewvc?rev=988114&view=rev
Log:
Set JIRA version id and fix JavaDoc exclusions

Modified:
    sling/trunk/bundles/auth/core/pom.xml

Modified: sling/trunk/bundles/auth/core/pom.xml
URL: 
http://svn.apache.org/viewvc/sling/trunk/bundles/auth/core/pom.xml?rev=988114&r1=988113&r2=988114&view=diff
==============================================================================
--- sling/trunk/bundles/auth/core/pom.xml (original)
+++ sling/trunk/bundles/auth/core/pom.xml Mon Aug 23 13:09:49 2010
@@ -40,6 +40,11 @@
         interface.
     </description>
 
+    <properties>
+        <site.jira.version.id>12314514</site.jira.version.id>
+        <site.javadoc.exclude>**.impl.**</site.javadoc.exclude>
+    </properties>
+
     <scm>
         
<connection>scm:svn:http://svn.apache.org/repos/asf/sling/trunk/bundles/auth/core</connection>
         
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/sling/trunk/bundles/auth/core</developerConnection>
@@ -92,19 +97,7 @@
             </plugin>
         </plugins>
     </build>
-    <reporting>
-        <plugins>
-            <plugin>
-                <groupId>org.apache.maven.plugins</groupId>
-                <artifactId>maven-javadoc-plugin</artifactId>
-                <configuration>
-                    <excludePackageNames>
-                        org.apache.sling.engine.impl
-                    </excludePackageNames>
-                </configuration>
-            </plugin>
-        </plugins>
-    </reporting>
+
     <dependencies>
         <dependency>
             <groupId>org.apache.sling</groupId>


Reply via email to