Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can use from sonatypes snapshots #8

Open
gdogaru opened this issue Jun 6, 2016 · 0 comments
Open

Can use from sonatypes snapshots #8

gdogaru opened this issue Jun 6, 2016 · 0 comments

Comments

@gdogaru
Copy link

gdogaru commented Jun 6, 2016

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] 
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant