[jboss-cvs] JBossAS SVN: r88829 - in projects/microcontainer/trunk/docs/examples/User_Guide: pojoDevelopment and 1 other directory.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Wed May 13 14:18:02 EDT 2009


Author: kabir.khan at jboss.com
Date: 2009-05-13 14:18:02 -0400 (Wed, 13 May 2009)
New Revision: 88829

Modified:
   projects/microcontainer/trunk/docs/examples/User_Guide/aopDevelopment/pom.xml
   projects/microcontainer/trunk/docs/examples/User_Guide/pojoDevelopment/pom.xml
Log:
[JBMICROCONT-432] Make examples run as part of install target

Modified: projects/microcontainer/trunk/docs/examples/User_Guide/aopDevelopment/pom.xml
===================================================================
--- projects/microcontainer/trunk/docs/examples/User_Guide/aopDevelopment/pom.xml	2009-05-13 17:51:28 UTC (rev 88828)
+++ projects/microcontainer/trunk/docs/examples/User_Guide/aopDevelopment/pom.xml	2009-05-13 18:18:02 UTC (rev 88829)
@@ -57,6 +57,15 @@
         <artifactId>exec-maven-plugin</artifactId>
         <version>1.1.1</version>
         <inherited>true</inherited>
+        <executions>
+          <execution>
+            <id>run</id>
+            <goals>
+              <goal>exec</goal>
+            </goals>
+            <phase>verify</phase>
+          </execution>
+        </executions>
         <configuration>
           <executable>java</executable>
           <arguments>

Modified: projects/microcontainer/trunk/docs/examples/User_Guide/pojoDevelopment/pom.xml
===================================================================
--- projects/microcontainer/trunk/docs/examples/User_Guide/pojoDevelopment/pom.xml	2009-05-13 17:51:28 UTC (rev 88828)
+++ projects/microcontainer/trunk/docs/examples/User_Guide/pojoDevelopment/pom.xml	2009-05-13 18:18:02 UTC (rev 88829)
@@ -59,6 +59,15 @@
         <artifactId>exec-maven-plugin</artifactId>
         <version>1.1.1</version>
         <inherited>true</inherited>
+        <executions>
+          <execution>
+            <id>run</id>
+            <goals>
+              <goal>exec</goal>
+            </goals>
+            <phase>verify</phase>
+          </execution>
+        </executions>
         <configuration>
           <executable>java</executable>
           <arguments>




More information about the jboss-cvs-commits mailing list