Skip to content

Can use from sonatypes snapshots #8

@gdogaru

Description

@gdogaru

I tried to use the library from sonatype snapshots repo:

  <dependency>
     <groupId>org.eluder.logback</groupId>
     <artifactId>logback-ext-cloudwatch-appender</artifactId>
     <version>1.0-SNAPSHOT</version>
 </dependency>
   <repository>
            <id>sonatype-snapshots</id>
            <name>Sonatype Snapshots</name>
            <url>https://oss.sonatype.org/content/repositories/snapshots</url>
            <releases>
                <enabled>false</enabled>
            </releases>
            <snapshots>
                <enabled>true</enabled>
            </snapshots>
        </repository>

I got:
......

 Failed to read artifact descriptor for org.eluder.logback:logback-ext-cloudwatch-appender:jar:1.0-SNAPSHOT: Failure to find org.eluder:eluder-parent:pom:8-SNAPSHOT in https://oss.sonatype.org/content/repositories/snapshots was cached in the local repository, resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced -> [Help 1]
[ERROR] 

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