Skip to content

Having difficulty using github as maven repository #1

@chonton-elementum

Description

@chonton-elementum

I've set up my pom with following:

<dependencies>
    <dependency>
        <groupId>pl.zientarski</groupId>
        <artifactId>JSONschema4-mapper</artifactId>
        <version>0.0.1</version>
    </dependency>
</dependencies>

<repositories>
    <repository>
        <id>JSONschema4-mapper repository</id>
        <releases><enabled>true</enabled></releases>
        <url>https://raw.githubusercontent.com/wodzuu/JSONschema4-mapper/mvn-repo</url>
    </repository>
</repositories>

Unfortunately, the build is not successful because iI'm sitting behind a corporate Nexus instance. Is there any possibility of publishing to maven central?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions