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 2010/12/03 14:25:15 UTC

svn commit: r1041802 - /tika/trunk/tika-bundle-it/pom.xml

Author: jukka
Date: Fri Dec  3 13:25:15 2010
New Revision: 1041802

URL: http://svn.apache.org/viewvc?rev=1041802&view=rev
Log:
TIKA-565: Improved OSGi bundling

Skip deployment of the OSGi integration tests

Modified:
    tika/trunk/tika-bundle-it/pom.xml

Modified: tika/trunk/tika-bundle-it/pom.xml
URL: http://svn.apache.org/viewvc/tika/trunk/tika-bundle-it/pom.xml?rev=1041802&r1=1041801&r2=1041802&view=diff
==============================================================================
--- tika/trunk/tika-bundle-it/pom.xml (original)
+++ tika/trunk/tika-bundle-it/pom.xml Fri Dec  3 13:25:15 2010
@@ -74,6 +74,12 @@
   <build>
     <plugins>
       <plugin>
+        <artifactId>maven-deploy-plugin</artifactId>
+        <configuration>
+          <skip>true</skip>
+        </configuration>
+      </plugin>
+      <plugin>
         <groupId>org.ops4j.pax.exam</groupId>
         <artifactId>maven-paxexam-plugin</artifactId>
         <version>${pax.exam.version}</version>