You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jetspeed-dev@portals.apache.org by at...@apache.org on 2007/04/06 03:22:12 UTC

svn commit: r526022 - /portals/jetspeed-2/branches/J2-M2-REDUX/components/pom.xml

Author: ate
Date: Thu Apr  5 18:22:11 2007
New Revision: 526022

URL: http://svn.apache.org/viewvc?view=rev&rev=526022
Log:
Running init-db plugin with phase test

Modified:
    portals/jetspeed-2/branches/J2-M2-REDUX/components/pom.xml

Modified: portals/jetspeed-2/branches/J2-M2-REDUX/components/pom.xml
URL: http://svn.apache.org/viewvc/portals/jetspeed-2/branches/J2-M2-REDUX/components/pom.xml?view=diff&rev=526022&r1=526021&r2=526022
==============================================================================
--- portals/jetspeed-2/branches/J2-M2-REDUX/components/pom.xml (original)
+++ portals/jetspeed-2/branches/J2-M2-REDUX/components/pom.xml Thu Apr  5 18:22:11 2007
@@ -62,4 +62,21 @@
         <module>jetspeed-webapp-logging</module>
     </modules>
     
+    <build>
+        <plugins>
+            <plugin>
+                <inherited>false</inherited>
+                <groupId>${pom.groupId}</groupId>
+                <artifactId>jetspeed-maven-plugins</artifactId>
+                <executions>
+                    <execution>
+                        <goals>
+                          <goal>init-db</goal>
+                        </goals>
+                        <phase>test</phase>                        
+                    </execution>                    
+                </executions>
+            </plugin>
+        </plugins>        
+    </build>
 </project>



---------------------------------------------------------------------
To unsubscribe, e-mail: jetspeed-dev-unsubscribe@portals.apache.org
For additional commands, e-mail: jetspeed-dev-help@portals.apache.org