OAuth-Apis / apis

OAuth Authorization as a Service
Apache License 2.0
594 stars 301 forks source link

nl.surfnet.apis:apis-authorization-server:jar:1.3.6-SNAPSHOT is missing, no dependency information available #87

Open lscesario opened 8 years ago

lscesario commented 8 years ago

Hello,

I've tried to clone the repository, but on trying to run "apis-authorization-server-war", it returns the following error:

[INFO] Scanning for projects... [INFO]
[INFO] ------------------------------------------------------------------------ [INFO] Building API Secure - authorization server webapp 1.3.6-SNAPSHOT [INFO] ------------------------------------------------------------------------ [WARNING] The POM for nl.surfnet.apis:apis-authorization-server:jar:1.3.6-SNAPSHOT is missing, no dependency information available [WARNING] The POM for nl.surfnet.apis:apis-surfconext-authn:jar:1.3.6-SNAPSHOT is missing, no dependency information available [INFO] ------------------------------------------------------------------------ [INFO] BUILD FAILURE [INFO] ------------------------------------------------------------------------ [INFO] Total time: 1.470 s [INFO] Finished at: 2015-11-26T14:08:07-02:00 [INFO] Final Memory: 8M/155M [INFO] ------------------------------------------------------------------------ [ERROR] Failed to execute goal on project apis-authorization-server-war: Could not resolve dependencies for project nl.surfnet.apis:apis-authorization-server-war:war:1.3.6-SNAPSHOT: The following artifacts could not be resolved: nl.surfnet.apis:apis-authorization-server:jar:1.3.6-SNAPSHOT, nl.surfnet.apis:apis-surfconext-authn:jar:1.3.6-SNAPSHOT: Failure to find nl.surfnet.apis:apis-authorization-server:jar:1.3.6-SNAPSHOT in https://build.surfconext.nl/repository/public/snapshots was cached in the local repository, resolution will not be reattempted until the update interval of openconext-snapshots has elapsed or updates are forced -> [Help 1] [ERROR] [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch. [ERROR] Re-run Maven using the -X switch to enable full debug logging. [ERROR] [ERROR] For more information about the errors and possible solutions, please read the following articles: [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/DependencyResolutionException

gvanderploeg commented 8 years ago

Have you tried to do a full 'mvn clean install' on the whole project, before trying to run 'mvn jetty:run' on the war submodule?

gvanderploeg commented 8 years ago

Please reply to the issue on Github, instead of mailing me directly. Thanks. But have you tried 'mvn clean install' on the whole project, instead of only in the war module?

On 18 July 2016 at 13:00, Eugenii notifications@github.com wrote:

@gvanderploeg https://github.com/gvanderploeg I have the same output and it is got exactly by "mvn clean install" command

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/OAuth-Apis/apis/issues/87#issuecomment-233300022, or mute the thread https://github.com/notifications/unsubscribe-auth/ABG69so2s-S2Ch_0Xi5JiZ3oS3po7vDcks5qW1zogaJpZM4GqEe2 .

http://www.finalist.nl

isedrof commented 7 years ago

Hello guys,

i got the same issue while typing "mvn jetty:run". I tried to change the version to 1.1.1-SNAPSHOT rather than 1.3.6 but i got FATAL ERROR. Can you help please ?

Thanks in advance.

gvanderploeg commented 7 years ago

To quote myself:

But have you tried 'mvn clean install' on the whole project, instead of only in the war module?

ethesx commented 7 years ago

Performing 'mvn clean install' on the "apis-parent" project corrects this issue.