Author: sshafroi
Date: 2008-04-30 09:28:51 +0200 (Wed, 30 Apr 2008)
New Revision: 6561

Modified:
   branches/2.17/generic.sesam/war/pom.xml
Log:
Make sure we add the include-fast classifier when in the include-fast profile

Modified: branches/2.17/generic.sesam/war/pom.xml
===================================================================
--- branches/2.17/generic.sesam/war/pom.xml     2008-04-29 17:32:17 UTC (rev 
6560)
+++ branches/2.17/generic.sesam/war/pom.xml     2008-04-30 07:28:51 UTC (rev 
6561)
@@ -44,11 +44,24 @@
                     <plugin>
                         <groupId>sesat</groupId>
                         <artifactId>sesat-mojo</artifactId>
-                        <executions><execution>
-                            <id>copy-self</id>
-                            <phase>install</phase>
-                            <goals><goal>deploy</goal></goals>
-                        </execution></executions>
+
+                        <configuration>
+                            <artifactItems>
+                                <artifactItem>
+                                    <classifier>include-fast</classifier>
+                                </artifactItem>
+                            </artifactItems>
+                        </configuration>
+                        
+                        <executions>
+                            <execution>
+                                <id>copy-self</id>
+                                <phase>install</phase>
+                                <goals>
+                                    <goal>deploy</goal>
+                                </goals>
+                            </execution>
+                        </executions>
                     </plugin>
                 </plugins>
             </build>

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

Reply via email to