modules/enterprise/pom.xml | 1 + 1 file changed, 1 insertion(+)
New commits: commit c7aa8dbb5e387dadc03fb6c7d615857e82d645f4 Author: John Sanda jsanda@redhat.com Date: Wed Nov 30 16:37:49 2011 -0500
Adding itests module to build
I discovered earlier today that the itests module is not getting built in integration builds. It is declared in the list of modules of the server pom, but the server module itself is not listed in enterprise/pom.xml.
diff --git a/modules/enterprise/pom.xml b/modules/enterprise/pom.xml index 22a7c7e..e119090 100644 --- a/modules/enterprise/pom.xml +++ b/modules/enterprise/pom.xml @@ -46,6 +46,7 @@ <module>server/ear</module> <module>binding</module> <module>server/client-api</module> + <module>server/itests</module> </modules> </profile>
rhq-commits@lists.fedorahosted.org