Hi Karsten,

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>
          <relativePath>../pom.xml</relativePath>
  </parent>
You may try putting relativePath in here. This prevents maven from looking for the POM in any repository. 

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

Attachment: signature.asc
Description: Dies ist ein digital signierter Nachrichtenteil

Reply via email to