You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tika.apache.org by tp...@apache.org on 2014/07/28 18:13:16 UTC

svn commit: r1614070 - /tika/trunk/pom.xml

Author: tpalsulich
Date: Mon Jul 28 16:13:16 2014
New Revision: 1614070

URL: http://svn.apache.org/r1614070
Log:
Remove old build id-less build config from root pom.xml.

Modified:
    tika/trunk/pom.xml

Modified: tika/trunk/pom.xml
URL: http://svn.apache.org/viewvc/tika/trunk/pom.xml?rev=1614070&r1=1614069&r2=1614070&view=diff
==============================================================================
--- tika/trunk/pom.xml (original)
+++ tika/trunk/pom.xml Mon Jul 28 16:13:16 2014
@@ -56,40 +56,6 @@
     <module>tika-translate</module>
   </modules>
 
-  <build>
-    <plugins>
-      <plugin>
-        <artifactId>maven-deploy-plugin</artifactId>
-        <configuration>
-          <skip>true</skip> <!-- No need to deploy the reactor -->
-        </configuration>
-      </plugin>
-       <plugin>
-        <artifactId>maven-site-plugin</artifactId>
-        <configuration>
-          <templateDirectory>src/site</templateDirectory>
-          <template>site.vm</template>
-        </configuration>
-      </plugin>
-      <plugin>
-        <groupId>org.apache.rat</groupId>
-        <artifactId>apache-rat-plugin</artifactId>
-        <configuration>
-          <excludes>
-            <exclude>.*/**</exclude>
-            <exclude>CHANGES.txt</exclude>
-            <exclude>tika-dotnet/AssemblyInfo.cs</exclude>
-            <exclude>tika-dotnet/Tika.csproj</exclude>
-            <exclude>tika-dotnet/Tika.sln</exclude>
-            <exclude>tika-dotnet/Tika.sln.cache</exclude>
-            <exclude>tika-dotnet/obj/**</exclude>
-            <exclude>tika-dotnet/target/**</exclude>
-          </excludes>
-        </configuration>
-      </plugin>
-    </plugins>
-  </build>
-
   <profiles>
     <profile>
       <id>apache-release</id>