You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by sa...@apache.org on 2011/02/21 05:30:45 UTC

svn commit: r1072848 - /lucene/dev/trunk/dev-tools/maven/solr/src/webapp/pom.xml.template

Author: sarowe
Date: Mon Feb 21 04:30:44 2011
New Revision: 1072848

URL: http://svn.apache.org/viewvc?rev=1072848&view=rev
Log:
SOLR-2365: remove DIH jar dependency from the Solr war POM

Modified:
    lucene/dev/trunk/dev-tools/maven/solr/src/webapp/pom.xml.template

Modified: lucene/dev/trunk/dev-tools/maven/solr/src/webapp/pom.xml.template
URL: http://svn.apache.org/viewvc/lucene/dev/trunk/dev-tools/maven/solr/src/webapp/pom.xml.template?rev=1072848&r1=1072847&r2=1072848&view=diff
==============================================================================
--- lucene/dev/trunk/dev-tools/maven/solr/src/webapp/pom.xml.template (original)
+++ lucene/dev/trunk/dev-tools/maven/solr/src/webapp/pom.xml.template Mon Feb 21 04:30:44 2011
@@ -116,11 +116,6 @@
       </exclusions>
     </dependency>
     <dependency>
-      <groupId>${project.groupId}</groupId>
-      <artifactId>solr-dataimporthandler</artifactId>
-      <version>${project.version}</version>
-    </dependency>
-    <dependency>
       <groupId>org.codehaus.woodstox</groupId>
       <artifactId>wstx-asl</artifactId>
     </dependency>
@@ -160,11 +155,6 @@
         <configuration>
           <warSourceDirectory>web</warSourceDirectory>
           <webXml>web/WEB-INF/web.xml</webXml>
-          <webResources>
-            <resource>
-              <directory>../../contrib/dataimporthandler/src/main/webapp</directory>
-            </resource>
-          </webResources>
         </configuration>
       </plugin>
       <plugin>
@@ -181,7 +171,7 @@
           <webAppConfig>
             <contextPath>/</contextPath>
             <baseResource implementation="org.mortbay.resource.ResourceCollection">
-              <resources>web,../../contrib/dataimporthandler/src/main/webapp</resources>
+              <resources>web</resources>
             </baseResource>
           </webAppConfig>
         </configuration>