You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tika.apache.org by ju...@apache.org on 2009/05/22 18:52:26 UTC

svn commit: r777617 - in /lucene/tika/trunk: pom.xml tika-app/pom.xml tika-core/pom.xml tika-parent/pom.xml tika-parsers/pom.xml

Author: jukka
Date: Fri May 22 16:52:26 2009
New Revision: 777617

URL: http://svn.apache.org/viewvc?rev=777617&view=rev
Log:
TIKA-230: More POM cleanups.

Modified:
    lucene/tika/trunk/pom.xml
    lucene/tika/trunk/tika-app/pom.xml
    lucene/tika/trunk/tika-core/pom.xml
    lucene/tika/trunk/tika-parent/pom.xml
    lucene/tika/trunk/tika-parsers/pom.xml

Modified: lucene/tika/trunk/pom.xml
URL: http://svn.apache.org/viewvc/lucene/tika/trunk/pom.xml?rev=777617&r1=777616&r2=777617&view=diff
==============================================================================
--- lucene/tika/trunk/pom.xml (original)
+++ lucene/tika/trunk/pom.xml Fri May 22 16:52:26 2009
@@ -34,10 +34,7 @@
 
   <artifactId>tika-reactor</artifactId>
   <packaging>pom</packaging>
-
-  <name>Apache Tika reactor</name>
-  <!-- Keep on a single line, see http://jira.codehaus.org/browse/MJAR-39 -->
-  <description>Tika is a toolkit for detecting and extracting metadata and structured text content from various documents using existing parser libraries.</description>
+  <name>Apache Tika</name>
 
   <scm>
     <connection>
@@ -56,5 +53,15 @@
     <module>tika-app</module>
   </modules>
 
-</project>
+  <build>
+    <plugins>
+      <plugin>
+        <artifactId>maven-deploy-plugin</artifactId>
+        <configuration>
+          <skip>true</skip> <!-- No need to deploy the reactor -->
+        </configuration>
+      </plugin>
+    </plugins>
+  </build>
 
+</project>

Modified: lucene/tika/trunk/tika-app/pom.xml
URL: http://svn.apache.org/viewvc/lucene/tika/trunk/tika-app/pom.xml?rev=777617&r1=777616&r2=777617&view=diff
==============================================================================
--- lucene/tika/trunk/tika-app/pom.xml (original)
+++ lucene/tika/trunk/tika-app/pom.xml Fri May 22 16:52:26 2009
@@ -72,4 +72,3 @@
   </build>
 
 </project>
-

Modified: lucene/tika/trunk/tika-core/pom.xml
URL: http://svn.apache.org/viewvc/lucene/tika/trunk/tika-core/pom.xml?rev=777617&r1=777616&r2=777617&view=diff
==============================================================================
--- lucene/tika/trunk/tika-core/pom.xml (original)
+++ lucene/tika/trunk/tika-core/pom.xml Fri May 22 16:52:26 2009
@@ -61,5 +61,14 @@
     </dependency>
   </dependencies>
 
+  <build>
+    <resources>
+      <resource>
+        <targetPath>org/apache/tika</targetPath>
+        <directory>${basedir}/src/main/resources</directory>
+      </resource>
+    </resources>
+  </build>
+
 </project>
 

Modified: lucene/tika/trunk/tika-parent/pom.xml
URL: http://svn.apache.org/viewvc/lucene/tika/trunk/tika-parent/pom.xml?rev=777617&r1=777616&r2=777617&view=diff
==============================================================================
--- lucene/tika/trunk/tika-parent/pom.xml (original)
+++ lucene/tika/trunk/tika-parent/pom.xml Fri May 22 16:52:26 2009
@@ -37,8 +37,11 @@
   <packaging>pom</packaging>
 
   <name>Apache Tika parent</name>
-  <!-- Keep on a single line, see http://jira.codehaus.org/browse/MJAR-39 -->
-  <description>Tika is a toolkit for detecting and extracting metadata and structured text content from various documents using existing parser libraries.</description>
+  <description>
+    Apache Tika is a toolkit for detecting and extracting metadata and
+    structured text content from various documents using existing parser
+    libraries.
+  </description>
 
   <url>http://lucene.apache.org/tika/</url>
 
@@ -89,7 +92,7 @@
     <developer>
       <name>Rida Benjelloun</name>
       <id>ridabenjelloun</id>
-      <email>ridabenjelloun@apache.org</email>     
+      <email>ridabenjelloun@apache.org</email>
       <roles>
         <role>committer</role>
       </roles>
@@ -183,12 +186,6 @@
   </properties>
 
   <build>
-    <resources>
-      <resource>
-        <targetPath>org/apache/tika</targetPath>
-        <directory>${basedir}/src/main/resources</directory>
-      </resource>
-    </resources>
     <plugins>
       <plugin>
         <artifactId>maven-compiler-plugin</artifactId>
@@ -285,8 +282,6 @@
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-jxr-plugin</artifactId>
         <version>2.1</version>
-        <configuration> 
-        </configuration> 
       </plugin>
 
       <!-- Unit tests report -->
@@ -338,5 +333,5 @@
 
     </plugins>
   </reporting>
-</project>
 
+</project>

Modified: lucene/tika/trunk/tika-parsers/pom.xml
URL: http://svn.apache.org/viewvc/lucene/tika/trunk/tika-parsers/pom.xml?rev=777617&r1=777616&r2=777617&view=diff
==============================================================================
--- lucene/tika/trunk/tika-parsers/pom.xml (original)
+++ lucene/tika/trunk/tika-parsers/pom.xml Fri May 22 16:52:26 2009
@@ -103,7 +103,4 @@
     </dependency>
   </dependencies>
 
-  <build/>
-
 </project>
-