mirror of
https://github.com/bisq-network/bisq.git
synced 2024-11-19 18:03:12 +01:00
19d8c252ba
Problem: The current `io.bisq` groupid does not align with the way JitPack supports custom groupids. In order to be able to both resolve artifacts from JitPack *and* be able to resolve the same artifacts from one's local ~/.m2 repository, Bisq artifacts need to have the same GAV coordinates everywhere (groupid, artifactid, version). Solution: This commit changes all groupids from io.bisq => io.bisq.exchange to match the GAV coordinates produced / expected by JitPack. So where Bisq's core module would previously have been resolvable with GAV coordinates `io.bisq:core:v0.6.7` it will now be resolvable as `io.bisq.exchange:core:v0.6.7`. Note that this change is not just to satisfy JitPack idiosyncracies, but is actually good naming practice anyway where a multi-module build is involved, and is arguably the way it should have been all along. [1]: https://jitpack.io/docs/#publishing-on-jitpack |
||
---|---|---|
.. | ||
src | ||
pom.xml |