I've filed an issue against the Assembly plugin, although the
Dependency plugin is also affected.
https://issues.apache.org/jira/browse/MASSEMBLY-848
Maven itself appears to resolve the dependencies correctly, but
evidently some plugins don't go via the same mechanism.
M
pgpGZ63hG9L65.pgp
Desc
On 2017-02-07T11:47:16 +
org.apache.maven.u...@io7m.com wrote:
> Here's an example project that uses version ranges to specify
> intra-project dependencies between modules:
>
> https://github.com/io7m/independent-versioning-20170207
Interestingly, these issues don't arise with older Maven
Hello.
I'm investigating the use of independent module versions in a
multi-module project and am finding that things seem to work poorly.
By this, I mean that the modules within a project have different
version numbers and refer to each other via version ranges.
Here's an example project that use