[rhq] Branch 'rhq-on-as7' - modules/enterprise

mazz mazz at fedoraproject.org
Thu Aug 23 16:22:55 UTC 2012


 modules/enterprise/server/jar/pom.xml |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit d15b8859cff0f59e2e6578e834df92e6373bad9a
Author: John Mazzitelli <mazz at redhat.com>
Date:   Thu Aug 23 12:22:45 2012 -0400

    our dev profile build in server/jar doesn't produce the proper ejb3 jar - its missing our top level files (rhq-server-version.properties is missing, for example, and that is needed by CoreServer MBean)

diff --git a/modules/enterprise/server/jar/pom.xml b/modules/enterprise/server/jar/pom.xml
index 69970e0..0feaf33 100644
--- a/modules/enterprise/server/jar/pom.xml
+++ b/modules/enterprise/server/jar/pom.xml
@@ -993,7 +993,7 @@
 
               <execution>
                 <id>deploy</id>
-                <phase>compile</phase>
+                <phase>process-classes</phase>
                 <configuration>
                   <target>
                     <property name="deployment.dir" location="${rhq.deploymentDir}"/>




More information about the rhq-commits mailing list