Hi guys,

I have added relative paths to the parent poms of some modules, like in logging:

  <parent>
    <groupId>org.apache.onami</groupId>
    <artifactId>onami-parent</artifactId>
    <version>1-SNAPSHOT-incubating</version>
    <relativePath>../parent</relativePath>
  </parent>

Otherwise it would fail to build from root level. That said I think it
is not good if one wants to build from a sub module.

Any ideas how we can improve that?

It leads me to the question why we have a separated aggregator from a
parent pom module. I don't know the benefits, but it feels like we are
doing a bit too much. Maybe somebody can explain that too me.

Cheers
Christian

--
http://www.grobmeier.de
https://www.timeandbill.de

Reply via email to