Prevent JavaDoc reporting to run (nothing to JavaDoc here) and refer to the JIRA version ID for the changes plugin

git-svn-id: https://svn.apache.org/repos/asf/sling/trunk@987754 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/pom.xml b/pom.xml
index d40188b..18b6d51 100644
--- a/pom.xml
+++ b/pom.xml
@@ -43,6 +43,10 @@
         <url>http://svn.apache.org/viewvc/sling/trunk/bundles/extensions/webconsolesecurityprovider</url>
     </scm>
 
+    <properties>
+        <site.jira.version.id>12315265</site.jira.version.id>
+    </properties>
+
     <build>
         <plugins>
             <plugin>
@@ -57,6 +61,18 @@
         </plugins>
     </build>
 
+    <reporting>
+        <plugins>
+            <plugin>
+                <groupId>org.apache.maven.plugins</groupId>
+                <artifactId>maven-javadoc-plugin</artifactId>
+                <configuration>
+                    <skip>true</skip>
+                </configuration>
+            </plugin>
+        </plugins>
+    </reporting>
+
     <dependencies>
         <dependency>
             <groupId>org.apache.felix</groupId>