You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by so...@apache.org on 2009/07/16 09:29:29 UTC

svn commit: r794566 - /myfaces/portlet-bridge/core/tags/1.0.0-beta-2/examples/demo/pom.xml

Author: sobryan
Date: Thu Jul 16 07:29:29 2009
New Revision: 794566

URL: http://svn.apache.org/viewvc?rev=794566&view=rev
Log:
Build enhancements to include a pluto version of the examples in the demo package

Modified:
    myfaces/portlet-bridge/core/tags/1.0.0-beta-2/examples/demo/pom.xml

Modified: myfaces/portlet-bridge/core/tags/1.0.0-beta-2/examples/demo/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/portlet-bridge/core/tags/1.0.0-beta-2/examples/demo/pom.xml?rev=794566&r1=794565&r2=794566&view=diff
==============================================================================
--- myfaces/portlet-bridge/core/tags/1.0.0-beta-2/examples/demo/pom.xml (original)
+++ myfaces/portlet-bridge/core/tags/1.0.0-beta-2/examples/demo/pom.xml Thu Jul 16 07:29:29 2009
@@ -73,9 +73,16 @@
       <build>
         <plugins>
           <plugin>
+            <groupId>org.apache.maven.plugins</groupId>
+            <artifactId>maven-war-plugin</artifactId>
+            <configuration>
+              <webXml>${project.build.directory}/pluto-resources/web.xml</webXml>
+            </configuration>
+          </plugin>
+          <plugin>
             <groupId>org.apache.pluto</groupId>
             <artifactId>maven-pluto-plugin</artifactId>
-            <version>1.1.4</version>
+            <version>1.1.6</version>
             <executions>  
               <execution>  
                 <phase>generate-resources</phase>