Skip to content
This repository was archived by the owner on Apr 30, 2019. It is now read-only.
This repository was archived by the owner on Apr 30, 2019. It is now read-only.

joda-time not found warning #51

@vguna

Description

@vguna

Hi.

I'm successfully using the aws extension - thanks for that!
However what bothers me is, when I add my s3 repository as <pluginRepository> as well, the build starts with a warning:

me:somedir me$ mvn clean install -DskipTests

[INFO] Scanning for projects...
[WARNING] Could not transfer metadata joda-time:joda-time/maven-metadata.xml from/to aws-releases (s3://myrepo/releases): Cannot access s3://myrepo/releases with type default using the available connector factories: BasicRepositoryConnectorFactory
[WARNING] Could not transfer metadata joda-time:joda-time/maven-metadata.xml from/to aws-snapshots (s3://myrepo/snapshots): Cannot access s3://myrepo/snapshots with type default using the available connector factories: BasicRepositoryConnectorFactory
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO] 
...

Is this a chicken/egg problem? I think it's the aws extension itself that needs joda-time, right? So during init of the extension, it can't access the configured plugin repository due to the not-yet-initialized extension :)?

I'm guessing it since I reduced my pom to only contain the extension and some properties/repo definitions. Can this message somehow be suppressed?

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