[embjopr-commits] EMBJOPR SVN: r889 - trunk/jbas5.

embjopr-commits at lists.jboss.org embjopr-commits at lists.jboss.org
Fri Mar 26 15:35:48 EDT 2010


Author: ips
Date: 2010-03-26 15:35:48 -0400 (Fri, 26 Mar 2010)
New Revision: 889

Modified:
   trunk/jbas5/pom.xml
Log:
include hornetq plugin in AS5 admin console

Modified: trunk/jbas5/pom.xml
===================================================================
--- trunk/jbas5/pom.xml	2010-03-26 19:14:25 UTC (rev 888)
+++ trunk/jbas5/pom.xml	2010-03-26 19:35:48 UTC (rev 889)
@@ -1,4 +1,6 @@
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.0" 
+         xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 
+         xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
 
     <modelVersion>4.0.0</modelVersion>
 
@@ -42,7 +44,6 @@
         <plugins>
             <plugin>
                 <artifactId>maven-dependency-plugin</artifactId>
-                <version>2.0</version>
                 <executions>
                     <execution>
                         <id>copy-dist-plugins</id>
@@ -79,6 +80,12 @@
                                     <artifactId>jopr-jboss-cache-v3-plugin</artifactId>
                                     <version>${jopr.version}</version>
                                 </artifactItem>                                
+
+                                <artifactItem>
+                                    <groupId>org.hornetq</groupId>
+                                    <artifactId>hornetq-jopr-plugin</artifactId>
+                                    <version>1.0.0-SNAPSHOT</version>
+                                </artifactItem>                                
                             </artifactItems>
                         </configuration>
                     </execution>
@@ -162,7 +169,6 @@
 
                     <plugin>
                         <artifactId>maven-antrun-plugin</artifactId>
-                        <version>1.1</version>
                         <executions>
 
                             <execution>
@@ -219,3 +225,4 @@
     </profiles>
 
 </project>
+



More information about the embjopr-commits mailing list