Hi,

i am new to this list, so please excuse any beginner mistakes.

Yesterday i was struggling with what is called maven dependency hell. I
know, that this is not a maven problem.. but maybe maven can solve this
much better.

<project>
…
<groupId>com.somestuff</groupId>
<artifactId>com.somestuff-lib</artifactId>
<version>1.2.3</version>
<baseversion>1.1.0</baseversion>
…
</project>

Where <baseversion> is the version where the api changed last, so maven
can see, if different referenced versions are only bug fixes..

So dependency A with version 1.2.3 and B with version 1.1.9 will be
changed to version 1.2.3. Maven knows, that both Versions have the same
base version.

thank you for any comment.

Michael Mosmann



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

Reply via email to