> Did you define this jar file as a dependency in any other module in > its POM.XML file ? [Marcin Kwapisz] PersonAccountModule directly depends on EJBFacades. There are not any transitive dependencies between these two modules.
I have made some investigations. EJBFacades-1.0-SNAPSHOT.jar comes from dependency. I have changed classpath.include to .*/PersonAccountModule/target/classes.* and EJBFacade jar is still present. I have to reconsider the test strategy. Probably I will have to remove dependency for test profile in pom.xml Regards -- Marcin Kwapisz Division of Computer Networks Technical Univeristy of Lodz, Poland