logback-ext icon indicating copy to clipboard operation
logback-ext copied to clipboard

Can use from sonatypes snapshots

Open gdogaru opened this issue 8 years ago • 0 comments

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] 

gdogaru avatar Jun 06 '16 09:06 gdogaru