multiformats/java-multiaddr

Align maven coordinates with JitPack

Closed this issue · 2 comments

Currently there is some confusion around groupId+artifactId and what jitpack is using. For maven builds, its important that these align.

JitPack releases like this

        <dependency>
            <groupId>com.github.multiformats</groupId>
            <artifactId>java-multiaddr</artifactId>
        </dependency>

which should also be the identity of the artifact in the pom. Alternatively, it may be possible to tweak JitPack to release with identity currently given in the pom.

I'm happy to accept a PR on this.

It's been sitting here: #11