You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@servicemix.apache.org by er...@apache.org on 2010/10/30 00:35:46 UTC

svn commit: r1028934 - /servicemix/sandbox/website20/pom.xml

Author: ericjohnson
Date: Fri Oct 29 22:35:45 2010
New Revision: 1028934

URL: http://svn.apache.org/viewvc?rev=1028934&view=rev
Log:
added deploy target

Modified:
    servicemix/sandbox/website20/pom.xml

Modified: servicemix/sandbox/website20/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/sandbox/website20/pom.xml?rev=1028934&r1=1028933&r2=1028934&view=diff
==============================================================================
--- servicemix/sandbox/website20/pom.xml (original)
+++ servicemix/sandbox/website20/pom.xml Fri Oct 29 22:35:45 2010
@@ -82,6 +82,13 @@
               <goal>sitegen</goal>
             </goals>
           </execution>
+          <execution>
+            <id>deploy</id>
+            <goals>
+              <goal>deploy</goal>
+            </goals>
+            <phase>deploy</phase>
+          </execution>
         </executions>
       </plugin>