Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

We stuck with relative paths in 2.0. In 2.1, this should be:<modules>
<module>

Code Block
xml
xml

<modules>
  <module>
    <groupId>...</groupId>

...


    <artifactId>...</artifactId>

...


    <version>...</version> (optional, obviously)

...


  </module>

...


</modules>

This makes it the inverse of the <parent/> relationship, which makes sense. We would then have hinting for <relativePath/>, a search path for the modules (default being */pom.xml) etc.

...