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/14 14:04:27 UTC

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

Author: sobryan
Date: Tue Jul 14 12:04:27 2009
New Revision: 793873

URL: http://svn.apache.org/viewvc?rev=793873&view=rev
Log: (empty)

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=793873&r1=793872&r2=793873&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 Tue Jul 14 12:04:27 2009
@@ -15,7 +15,6 @@
       <groupId>javax.servlet</groupId>
       <artifactId>servlet-api</artifactId>
     </dependency>
-
     <dependency>
       <groupId>javax.servlet.jsp</groupId>
       <artifactId>jsp-api</artifactId>
@@ -52,6 +51,22 @@
   </build>
   
   <profiles>
+    <profile>
+      <id>pluto-assemble</id>
+      <build>
+        <plugins>
+          <plugin>
+            <groupId>org.apache.maven.plugins</groupId>
+            <artifactId>maven-war-plugin</artifactId>
+            <configuration>
+              <warName>${pom.artifactId}-pluto-${pom.version}</warName>
+              <outputDirectory>${project.build.directory}/../../assembly/target/webapp</outputDirectory>
+            </configuration>
+          </plugin>
+        </plugins>
+      </build>
+    </profile>
+    
     <!-- sets up the webapp for deployment to pluto  "mvn clean install -Ppluto" -->    
     <profile>
       <id>pluto</id>
@@ -192,4 +207,4 @@
       </properties>
     </profile>
   </profiles>
-</project>
\ No newline at end of file
+</project>