[M2] Failed to validate POM of an ejb-project, when packaging the enclosing ear-project

2006-01-26 Thread Stefan Rademacher
Hello, I have an ejb-project (hhla.smd.bl) and an ear-project (hhla.smd.application) which has a dependency to this ejb-project. Installing the ejb-project to my local repository works fine, but when I execute mvn package on the ear-project, the POM of the ejb-project cannot be validated (Due to

Antw: [M2] Failed to validate POM of an ejb-project, when packaging the enclosing ear-project

2006-01-26 Thread Stefan Rademacher
Hello, I found the origin of the problem, described below, am I right, that it's a bug in the maven-ear-plugin? The ejb-project has dependencies, e.g. to log4j and to a weblogic.jar in my local repository, without version- and scope-element. Version and scope are defined in the pom of the parent