You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@manifoldcf.apache.org by kw...@apache.org on 2014/03/28 12:05:15 UTC

svn commit: r1582692 - in /manifoldcf/branches/CONNECTORS-912/connectors: filesystem/pom.xml rss/pom.xml

Author: kwright
Date: Fri Mar 28 11:05:14 2014
New Revision: 1582692

URL: http://svn.apache.org/r1582692
Log:
Include combined war wherever it is needed

Modified:
    manifoldcf/branches/CONNECTORS-912/connectors/filesystem/pom.xml
    manifoldcf/branches/CONNECTORS-912/connectors/rss/pom.xml

Modified: manifoldcf/branches/CONNECTORS-912/connectors/filesystem/pom.xml
URL: http://svn.apache.org/viewvc/manifoldcf/branches/CONNECTORS-912/connectors/filesystem/pom.xml?rev=1582692&r1=1582691&r2=1582692&view=diff
==============================================================================
--- manifoldcf/branches/CONNECTORS-912/connectors/filesystem/pom.xml (original)
+++ manifoldcf/branches/CONNECTORS-912/connectors/filesystem/pom.xml Fri Mar 28 11:05:14 2014
@@ -281,6 +281,13 @@
       <type>war</type>
       <scope>test</scope>
     </dependency>
+    <dependency>
+      <groupId>${project.groupId}</groupId>
+      <artifactId>mcf-combined-service</artifactId>
+      <version>${project.version}</version>
+      <type>war</type>
+      <scope>test</scope>
+    </dependency>
 
     <dependency>
       <groupId>org.eclipse.jetty</groupId>

Modified: manifoldcf/branches/CONNECTORS-912/connectors/rss/pom.xml
URL: http://svn.apache.org/viewvc/manifoldcf/branches/CONNECTORS-912/connectors/rss/pom.xml?rev=1582692&r1=1582691&r2=1582692&view=diff
==============================================================================
--- manifoldcf/branches/CONNECTORS-912/connectors/rss/pom.xml (original)
+++ manifoldcf/branches/CONNECTORS-912/connectors/rss/pom.xml Fri Mar 28 11:05:14 2014
@@ -119,6 +119,13 @@
                   <overWrite>false</overWrite>
                   <destFileName>mcf-crawler-ui.war</destFileName>
                 </artifactItem>
+                <artifactItem>
+                  <groupId>${project.groupId}</groupId>
+                  <artifactId>mcf-combined-service</artifactId>
+                  <version>${project.version}</version>
+                  <type>war</type>
+                  <overWrite>false</overWrite>
+                </artifactItem>
               </artifactItems>
             </configuration>
           </execution>
@@ -148,6 +155,7 @@
             <crawlerWarPath>../dependency/mcf-crawler-ui.war</crawlerWarPath>
             <authorityserviceWarPath>../dependency/mcf-authority-service.war</authorityserviceWarPath>
             <apiWarPath>../dependency/mcf-api-service.war</apiWarPath>
+            <combinedWarPath>../dependency/mcf-combined-service-${project.version}.war</combinedWarPath>
           </systemPropertyVariables>
           <excludes>
             <exclude>**/*Postgresql*.java</exclude>
@@ -293,6 +301,13 @@
       <type>war</type>
       <scope>test</scope>
     </dependency>
+    <dependency>
+      <groupId>${project.groupId}</groupId>
+      <artifactId>mcf-combined-service</artifactId>
+      <version>${project.version}</version>
+      <type>war</type>
+      <scope>test</scope>
+    </dependency>
 
     <dependency>
       <groupId>org.eclipse.jetty</groupId>