<relativePath>../pom.xml</relativePath>The poms - a/b/pom.xml: ------------------------------------------- <?xml version="1.0" encoding="iso-8859-1"?> <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven- v4_0_0.xsd"> <parent> <groupId>com.foo</groupId> <artifactId>a</artifactId> <version>I</version>
You may try putting relativePath in here. This prevents maven from looking for the POM in any repository.</parent>
Another thing that worked for me ist to run 'mvn install' on all projects with <packaging>pom</packaging>. This puts the POM in your local repo, where it is found by maven during the build of the submodules.
Markus
signature.asc
Description: Dies ist ein digital signierter Nachrichtenteil
