Author: kwright
Date: Fri Feb 1 09:48:38 2013
New Revision: 1441362
URL: http://svn.apache.org/viewvc?rev=1441362&view=rev
Log:
Missed a spot where we needed to include combined service. Part of
CONNECTORS-632.
Modified:
manifoldcf/trunk/tests/filesystem/pom.xml
manifoldcf/trunk/tests/rss/pom.xml
Modified: manifoldcf/trunk/tests/filesystem/pom.xml
URL:
http://svn.apache.org/viewvc/manifoldcf/trunk/tests/filesystem/pom.xml?rev=1441362&r1=1441361&r2=1441362&view=diff
==============================================================================
--- manifoldcf/trunk/tests/filesystem/pom.xml (original)
+++ manifoldcf/trunk/tests/filesystem/pom.xml Fri Feb 1 09:48:38 2013
@@ -59,6 +59,13 @@
</artifactItem>
<artifactItem>
<groupId>${project.groupId}</groupId>
+ <artifactId>mcf-combined-service</artifactId>
+ <version>${project.version}</version>
+ <type>war</type>
+ <overWrite>false</overWrite>
+ </artifactItem>
+ <artifactItem>
+ <groupId>${project.groupId}</groupId>
<artifactId>mcf-crawler-ui</artifactId>
<version>${project.version}</version>
<type>war</type>
Modified: manifoldcf/trunk/tests/rss/pom.xml
URL:
http://svn.apache.org/viewvc/manifoldcf/trunk/tests/rss/pom.xml?rev=1441362&r1=1441361&r2=1441362&view=diff
==============================================================================
--- manifoldcf/trunk/tests/rss/pom.xml (original)
+++ manifoldcf/trunk/tests/rss/pom.xml Fri Feb 1 09:48:38 2013
@@ -59,6 +59,13 @@
</artifactItem>
<artifactItem>
<groupId>${project.groupId}</groupId>
+ <artifactId>mcf-combined-service</artifactId>
+ <version>${project.version}</version>
+ <type>war</type>
+ <overWrite>false</overWrite>
+ </artifactItem>
+ <artifactItem>
+ <groupId>${project.groupId}</groupId>
<artifactId>mcf-crawler-ui</artifactId>
<version>${project.version}</version>
<type>war</type>