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

Could not find artifact org.wikimodel:wem:jar:2.0.2 in public #2

Open
mathieumd opened this issue Sep 30, 2019 · 1 comment
Open

Could not find artifact org.wikimodel:wem:jar:2.0.2 in public #2

mathieumd opened this issue Sep 30, 2019 · 1 comment
Assignees

Comments

@mathieumd
Copy link

Maven fails to build the package:

git clone https://github.com/nuxeo-sandbox/nuxeo-onlyoffice.git
cd nuxeo-onlyoffice
mvn clean install
[INFO] Scanning for projects...
Downloading: http://maven.nuxeo.org/nexus/content/groups/public/org/nuxeo/ecm/distribution/nuxeo-distribution/10.10/nuxeo-distribution-10.10.pom
...
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO]
[INFO] Nuxeo OnlyOffice ................................... SUCCESS [ 25.420 s]
[INFO] Nuxeo OnlyOffice :: Core Services .................. FAILURE [01:18 min]
[INFO] Nuxeo OnlyOffice :: REST Services .................. SKIPPED
[INFO] Nuxeo OnlyOffice :: Web UI ......................... SKIPPED
[INFO] Nuxeo OnlyOffice :: Marketplace Package ............ SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 02:16 min
[INFO] Finished at: 2019-09-30T16:05:18+02:00
[INFO] Final Memory: 78M/188M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal on project nuxeo-onlyoffice-core: Could not resolve dependencies for project org.nuxeo.onlyoffice:nuxeo-onlyoffice-core:jar:10.10-SNAPSHOT: Could not find artifact org.wikimodel:wem:jar:2.0.2 in public (http://maven.nuxeo.org/nexus/content/groups/public) -> [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
[ERROR]
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn <goals> -rf :nuxeo-onlyoffice-core

Am I missing something?

@dbnuxeo dbnuxeo self-assigned this Feb 4, 2020
@dbnuxeo
Copy link
Contributor

dbnuxeo commented Feb 4, 2020

Hi @mathieumd, do you have mirrors/external repositories configured within your .m2/settings.xml file? The wikimodel 2.0.2 artifact resolves from maven.nuxeo.org without issue for me.

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

2 participants