You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tuscany.apache.org by lr...@apache.org on 2008/02/05 19:52:21 UTC

svn commit: r618743 - /incubator/tuscany/java/sca/itest/component-type/pom.xml

Author: lresende
Date: Tue Feb  5 10:52:18 2008
New Revision: 618743

URL: http://svn.apache.org/viewvc?rev=618743&view=rev
Log:
Adding profile to enable  web-container testing

Modified:
    incubator/tuscany/java/sca/itest/component-type/pom.xml

Modified: incubator/tuscany/java/sca/itest/component-type/pom.xml
URL: http://svn.apache.org/viewvc/incubator/tuscany/java/sca/itest/component-type/pom.xml?rev=618743&r1=618742&r2=618743&view=diff
==============================================================================
--- incubator/tuscany/java/sca/itest/component-type/pom.xml (original)
+++ incubator/tuscany/java/sca/itest/component-type/pom.xml Tue Feb  5 10:52:18 2008
@@ -42,5 +42,28 @@
             <scope>runtime</scope>
         </dependency>
     </dependencies>
+
+
+    <profiles>
+        <profile>
+            <id>webapp</id>
+            <build>
+                <plugins>
+                    <plugin>
+                        <groupId>org.apache.maven.plugins</groupId>
+                        <artifactId>maven-war-plugin</artifactId>
+                        <executions>
+                            <execution>
+                                <phase>package</phase>
+                                <goals>
+                                    <goal>war</goal>
+                                </goals>
+                            </execution>
+                        </executions>
+                    </plugin>
+                </plugins>
+            </build>
+        </profile>
+    </profiles>
 </project>
 



---------------------------------------------------------------------
To unsubscribe, e-mail: tuscany-commits-unsubscribe@ws.apache.org
For additional commands, e-mail: tuscany-commits-help@ws.apache.org