Skip to content

Align maven coordinates with JitPack #10

@tdiesler

Description

@tdiesler

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions