Hi Torsten, Am 20.02.2012 22:02, schrieb Dipl.-Ing. Torsten Liermann: > My parent pom is on the same level as the children poms
If you mean "they're in the same directory": this is a configuration error. Maven is not designed to work with this setup. Please configure your project to follow Maven directory layout conventions (i. e. put child modules in subdirectories and put the pom.xml of each submodule in the corresponding directory). If you cannot use Maven conventions at all for some reason, it's best to choose a different tool. Best regards Ansgar --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
