Author: sshafroi
Date: 2008-04-25 12:54:18 +0200 (Fri, 25 Apr 2008)
New Revision: 6546

Modified:
   branches/2.17/generic.sesam/war/pom.xml
Log:
SEARCH-4681 - When building sesat, the wrong "generic.sesam.war" is copied to 
$CATALINA_BASE. It is not fast-spesific even if I trig that profile. This is a 
known bug.

The solution has been to build genericno afterwards since this build would 
update the "generic.sesam.war" with the correct fast-spesific file. This does 
not happen anymore. 

If I remove "generic.sesam.war" from $CATALINA_BASE, then the correct file is 
copied. 

Is there any problems with the timestamp check here?
(Execute deploy goal in include-fast profile)

Modified: branches/2.17/generic.sesam/war/pom.xml
===================================================================
--- branches/2.17/generic.sesam/war/pom.xml     2008-04-24 20:41:53 UTC (rev 
6545)
+++ branches/2.17/generic.sesam/war/pom.xml     2008-04-25 10:54:18 UTC (rev 
6546)
@@ -40,7 +40,16 @@
                         <groupId>org.apache.maven.plugins</groupId>
                         <artifactId>maven-war-plugin</artifactId>
                         
<configuration><classifier>include-fast</classifier></configuration>
-                    </plugin>                
+                    </plugin>
+                    <plugin>
+                        <groupId>sesat</groupId>
+                        <artifactId>sesat-mojo</artifactId>
+                        <executions><execution>
+                            <id>copy-self</id>
+                            <phase>install</phase>
+                            <goals><goal>deploy</goal></goals>
+                        </execution></executions>
+                    </plugin>
                 </plugins>
             </build>
             <dependencies>

_______________________________________________
Kernel-commits mailing list
[email protected]
http://sesat.no/mailman/listinfo/kernel-commits

Reply via email to