Skip to content

pom should reference SNAPSHOTS of Sonatype Open Source Repository #1

@dvberkel

Description

@dvberkel

The repositories of the webserver pom does not mention the snapshot repository of Sonatype. Because of this the latest SNAPSHOT on the repository can not be resolved. Add the following to the repositories

<repository>
    <id>ossrh-snapshot</id>
    <name>Sonatype Open Source SNAPSHOTS Repository</name>
    <url>https://oss.sonatype.org/content/repositories/snapshots</url>
</repository>

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