[jbpm-dev] invalid enterprise-ear dependency on gwt-console

Thomas Diesler thomas.diesler at jboss.com
Fri Oct 10 08:00:37 EDT 2008


Heiko,

if you remove the gwt console from your local repo a

	mvn clean package

will always fail because of this dependency

     <dependency>
       <groupId>org.jbpm.jbpm3</groupId>
       <artifactId>gwt-console-war</artifactId>
       <version>${version}</version>
       <type>war</type>
     </dependency>

in

   <name>JBoss jBPM3 - Enterprise (EAR)</name>
   <groupId>org.jbpm.jbpm3</groupId>
   <artifactId>jbpm-enterprise-bundle</artifactId>
   <packaging>ear</packaging>

This condition would occur for everybody trying to get started with 
jbpm3. Is it really necessary to package the gwt console inside the 
enterprise ear?

cheers
-thomas

-- 
xxxxxxxxxxxxxxxxxxxxxxxxxxxx
Thomas Diesler
BPM Product Lead
JBoss, a division of Red Hat
xxxxxxxxxxxxxxxxxxxxxxxxxxxx



More information about the jbpm-dev mailing list