You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 3, 2020. It is now read-only.
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
The text was updated successfully, but these errors were encountered:
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?
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 ?
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
The text was updated successfully, but these errors were encountered: