You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tika.apache.org by ta...@apache.org on 2015/05/29 16:52:01 UTC

svn commit: r1682492 - /tika/trunk/tika-server/pom.xml

Author: tallison
Date: Fri May 29 14:52:00 2015
New Revision: 1682492

URL: http://svn.apache.org/r1682492
Log:
TIKA-1643: reverted tika-server's pom to re-include qmino. i still need to delete this locally for every build because i can't figure out how to get to qmino through a proxy

Modified:
    tika/trunk/tika-server/pom.xml

Modified: tika/trunk/tika-server/pom.xml
URL: http://svn.apache.org/viewvc/tika/trunk/tika-server/pom.xml?rev=1682492&r1=1682491&r2=1682492&view=diff
==============================================================================
--- tika/trunk/tika-server/pom.xml (original)
+++ tika/trunk/tika-server/pom.xml Fri May 29 14:52:00 2015
@@ -254,6 +254,25 @@
           </execution>
         </executions>
       </plugin>
+      <plugin>
+        <groupId>com.qmino</groupId>
+        <artifactId>miredot-maven-plugin</artifactId>
+        <version>1.4</version>
+        <executions>
+          <execution>
+            <goals>
+              <goal>restdoc</goal>
+            </goals>
+          </execution>
+        </executions>
+        <configuration>
+        <licence>
+          <!-- Miredot license key valid until August 1st, 2016 when we can apply for a new one - http://s.apache.org/oE -->
+          UHJvamVjdHxvcmcuYXBhY2hlLnRpa2EudGlrYS1zZXJ2ZXJ8MjAxNi0wOC0wMXx0cnVlI01Dd0NGRklXRzRqRmNTZXNJb2laRElKZVF4RXpieUNTQWhSMHBmTzZCMUdMbDBPQ1B1WmJYQ3NpZElZSCtRPT0=
+        </licence>
+        <!-- insert other configuration here (optional) -->
+        </configuration>
+      </plugin>
     </plugins>
   </build>
   <profiles>