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 2011/08/12 14:11:27 UTC

svn commit: r1157064 - /incubator/lcf/trunk/framework/jetty-runner/pom.xml

Author: kwright
Date: Fri Aug 12 12:11:27 2011
New Revision: 1157064

URL: http://svn.apache.org/viewvc?rev=1157064&view=rev
Log:
Correct the phases used in running the agents process

Modified:
    incubator/lcf/trunk/framework/jetty-runner/pom.xml

Modified: incubator/lcf/trunk/framework/jetty-runner/pom.xml
URL: http://svn.apache.org/viewvc/incubator/lcf/trunk/framework/jetty-runner/pom.xml?rev=1157064&r1=1157063&r2=1157064&view=diff
==============================================================================
--- incubator/lcf/trunk/framework/jetty-runner/pom.xml (original)
+++ incubator/lcf/trunk/framework/jetty-runner/pom.xml Fri Aug 12 12:11:27 2011
@@ -35,7 +35,7 @@
         <executions>
            <execution>
             <id>copy-war</id>
-            <phase>generate-resources</phase>
+            <phase>validate</phase>
             <goals>
               <goal>copy</goal>
             </goals>
@@ -104,18 +104,21 @@
       <artifactId>mcf-api-service</artifactId>
       <version>${project.version}</version>
       <type>war</type>
+      <scope>test</scope>
     </dependency>
     <dependency>
       <groupId>${project.groupId}</groupId>
       <artifactId>mcf-authority-service</artifactId>
       <version>${project.version}</version>
       <type>war</type>
+      <scope>test</scope>
     </dependency>
     <dependency>
       <groupId>${project.groupId}</groupId>
       <artifactId>mcf-crawler-ui</artifactId>
       <version>${project.version}</version>
       <type>war</type>
+      <scope>test</scope>
     </dependency>
 
     <dependency>