You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tika.apache.org by ni...@apache.org on 2014/02/27 16:42:34 UTC

svn commit: r1572632 - in /tika/site: pom.xml publish/ publish/dependencies.html publish/dependency-management.html

Author: nick
Date: Thu Feb 27 15:42:33 2014
New Revision: 1572632

URL: http://svn.apache.org/r1572632
Log:
The maven report generated dependcies pages are both wrong and misleading, so skip them (as best we can)

Removed:
    tika/site/publish/dependencies.html
    tika/site/publish/dependency-management.html
Modified:
    tika/site/pom.xml
    tika/site/publish/   (props changed)

Modified: tika/site/pom.xml
URL: http://svn.apache.org/viewvc/tika/site/pom.xml?rev=1572632&r1=1572631&r2=1572632&view=diff
==============================================================================
--- tika/site/pom.xml (original)
+++ tika/site/pom.xml Thu Feb 27 15:42:33 2014
@@ -63,6 +63,10 @@
             </reports>
           </reportSet>
         </reportSets>
+        <configuration>
+          <dependencyDetailsEnabled>false</dependencyDetailsEnabled>
+          <dependencyLocationsEnabled>false</dependencyLocationsEnabled>
+        </configuration> 
       </plugin>
     </plugins>
   </reporting>

Propchange: tika/site/publish/
------------------------------------------------------------------------------
--- svn:ignore (added)
+++ svn:ignore Thu Feb 27 15:42:33 2014
@@ -0,0 +1,4 @@
+# These two reports get incorrectly generated and confuse people
+# Skip them in favour of the info on the "Getting Started" page
+dependencies.html
+dependency-management.html