[gatein-commits] gatein SVN: r7811 - portal/trunk.

do-not-reply at jboss.org do-not-reply at jboss.org
Thu Oct 20 23:54:00 EDT 2011


Author: nscavell
Date: 2011-10-20 23:54:00 -0400 (Thu, 20 Oct 2011)
New Revision: 7811

Modified:
   portal/trunk/pom.xml
Log:
GTNPORTAL-2191: Update gatein-management to 1.0.0-Beta05

Modified: portal/trunk/pom.xml
===================================================================
--- portal/trunk/pom.xml	2011-10-21 03:16:23 UTC (rev 7810)
+++ portal/trunk/pom.xml	2011-10-21 03:54:00 UTC (rev 7811)
@@ -49,7 +49,7 @@
       <org.picketlink.idm>1.3.0.Alpha09</org.picketlink.idm>
       <org.gatein.wsrp.version>2.1.0-Beta07</org.gatein.wsrp.version>
       <org.gatein.mop.version>1.1.0-Beta06</org.gatein.mop.version>
-      <org.gatein.mgmt.version>1.0.0-Beta04</org.gatein.mgmt.version>
+      <org.gatein.mgmt.version>1.0.0-Beta05</org.gatein.mgmt.version>
       <org.slf4j.version>1.5.8</org.slf4j.version>
       <commons-pool.version>1.5.5</commons-pool.version>
       <rhino.version>1.6R5</rhino.version>
@@ -975,6 +975,27 @@
             </plugins>
          </build>
       </profile>
+      <profile>
+         <id>jrebel</id>
+         <build>
+            <plugins>
+               <plugin>
+                  <groupId>org.zeroturnaround</groupId>
+                  <artifactId>javarebel-maven-plugin</artifactId>
+                  <version>1.0.5</version>
+                  <executions>
+                     <execution>
+                        <id>generate-rebel-xml</id>
+                        <phase>process-resources</phase>
+                        <goals>
+                           <goal>generate</goal>
+                        </goals>
+                     </execution>
+                  </executions>
+               </plugin>
+            </plugins>
+         </build>
+      </profile>
    </profiles>
 
    <!-- To be removed and replaced by settings in user config -->



More information about the gatein-commits mailing list