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 07:06:20 UTC

svn commit: r1582619 - /manifoldcf/branches/CONNECTORS-912/connectors/filesystem/pom.xml

Author: kwright
Date: Fri Mar 28 06:06:20 2014
New Revision: 1582619

URL: http://svn.apache.org/r1582619
Log:
Include combined war

Modified:
    manifoldcf/branches/CONNECTORS-912/connectors/filesystem/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=1582619&r1=1582618&r2=1582619&view=diff
==============================================================================
--- manifoldcf/branches/CONNECTORS-912/connectors/filesystem/pom.xml (original)
+++ manifoldcf/branches/CONNECTORS-912/connectors/filesystem/pom.xml Fri Mar 28 06:06:20 2014
@@ -118,6 +118,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>