>
> <dependency>
>  <groupId>${project.groupId}</groupId>
>  <artifactId>other-artifactId</artifactId>
>  <version>${project.version}</version>
> </dependency>
>
> would become:
>
> <dependency>
>  <artifactId>other-artifactId</artifactId>
> </dependency>

Besides saving a few keystrokes I don't see how that helps much? It's
definitely less obvious. Looking at that, I now have to go search the
parent hierarchy to determine if the version comes from depMgt. In the
current system it's obvious: if the version is empty then it's coming
from depMgt.

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to