Author: fmeschbe
Date: Sun Aug 29 19:22:01 2010
New Revision: 990636
URL: http://svn.apache.org/viewvc?rev=990636&view=rev
Log:
Site generation properties to the pom.xml
Modified:
sling/trunk/bundles/jcr/resource/pom.xml
Modified: sling/trunk/bundles/jcr/resource/pom.xml
URL:
http://svn.apache.org/viewvc/sling/trunk/bundles/jcr/resource/pom.xml?rev=990636&r1=990635&r2=990636&view=diff
==============================================================================
--- sling/trunk/bundles/jcr/resource/pom.xml (original)
+++ sling/trunk/bundles/jcr/resource/pom.xml Sun Aug 29 19:22:01 2010
@@ -47,6 +47,11 @@
</url>
</scm>
+ <properties>
+ <site.jira.version.id>12314286</site.jira.version.id>
+ <site.javadoc.exclude>**.internal.**</site.javadoc.exclude>
+ </properties>
+
<build>
<plugins>
<plugin>
@@ -103,25 +108,13 @@
</plugin>
</plugins>
</build>
- <reporting>
- <plugins>
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-javadoc-plugin</artifactId>
- <configuration>
- <excludePackageNames>
- org.apache.sling.jcr.resource.internal
- </excludePackageNames>
- </configuration>
- </plugin>
- </plugins>
- </reporting>
+
<dependencies>
<dependency>
<groupId>org.apache.felix</groupId>
<artifactId>org.apache.felix.scr.annotations</artifactId>
<version>1.2.0</version>
- <scope>compile</scope>
+ <scope>provided</scope>
</dependency>
<dependency>
<groupId>javax.jcr</groupId>