Author: kwright
Date: Thu Jan 31 15:58:56 2013
New Revision: 1441028
URL: http://svn.apache.org/viewvc?rev=1441028&view=rev
Log:
Update poms that need combined war so that they find it.
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=1441028&r1=1441027&r2=1441028&view=diff
==============================================================================
--- manifoldcf/trunk/tests/filesystem/pom.xml (original)
+++ manifoldcf/trunk/tests/filesystem/pom.xml Thu Jan 31 15:58:56 2013
@@ -79,6 +79,7 @@
<crawlerWarPath>../dependency/mcf-crawler-ui-${project.version}.war</crawlerWarPath>
<authorityserviceWarPath>../dependency/mcf-authority-service-${project.version}.war</authorityserviceWarPath>
<apiWarPath>../dependency/mcf-api-service-${project.version}.war</apiWarPath>
+
<combinedWarPath>../dependency/mcf-combined-service-${project.version}.war</apiWarPath>
</systemPropertyVariables>
<excludes>
<exclude>**/*Postgresql*.java</exclude>
@@ -121,6 +122,12 @@
</dependency>
<dependency>
<groupId>${project.groupId}</groupId>
+ <artifactId>mcf-combined-service</artifactId>
+ <version>${project.version}</version>
+ <type>war</type>
+ </dependency>
+ <dependency>
+ <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=1441028&r1=1441027&r2=1441028&view=diff
==============================================================================
--- manifoldcf/trunk/tests/rss/pom.xml (original)
+++ manifoldcf/trunk/tests/rss/pom.xml Thu Jan 31 15:58:56 2013
@@ -79,6 +79,7 @@
<crawlerWarPath>../dependency/mcf-crawler-ui-${project.version}.war</crawlerWarPath>
<authorityserviceWarPath>../dependency/mcf-authority-service-${project.version}.war</authorityserviceWarPath>
<apiWarPath>../dependency/mcf-api-service-${project.version}.war</apiWarPath>
+
<combinedWarPath>../dependency/mcf-combined-service-${project.version}.war</apiWarPath>
</systemPropertyVariables>
<excludes>
<exclude>**/*Postgresql*.java</exclude>
@@ -121,6 +122,12 @@
</dependency>
<dependency>
<groupId>${project.groupId}</groupId>
+ <artifactId>mcf-combined-service</artifactId>
+ <version>${project.version}</version>
+ <type>war</type>
+ </dependency>
+ <dependency>
+ <groupId>${project.groupId}</groupId>
<artifactId>mcf-crawler-ui</artifactId>
<version>${project.version}</version>
<type>war</type>