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

Repository not provided #71

Open
IgniteCoders opened this issue Oct 14, 2020 · 2 comments
Open

Repository not provided #71

IgniteCoders opened this issue Oct 14, 2020 · 2 comments

Comments

@IgniteCoders
Copy link

When you add the plugin to your build.gradle and build, it couln't found it.

I tryed with maven { url "https://repo.grails.org/grails/core" } but no success

Could not find org.grails.plugins:grails-cxf:3.1.2.
Searched in the following locations:
    file:/C:/Users/.../.m2/repository/org/grails/plugins/grails-cxf/3.1.2/grails-cxf-3.1.2.pom
    file:/C:/Users/.../.m2/repository/org/grails/plugins/grails-cxf/3.1.2/grails-cxf-3.1.2.jar
    https://repo.grails.org/grails/core/org/grails/plugins/grails-cxf/3.1.2/grails-cxf-3.1.2.pom
    https://repo.grails.org/grails/core/org/grails/plugins/grails-cxf/3.1.2/grails-cxf-3.1.2.jar
Required by:
    project :AppCore
@jeffscottbrown
Copy link

You may want org.grails.plugins:cxf:3.1.2, not org.grails.plugins:grails-cxf:3.1.2.

@jeffscottbrown
Copy link

You can see several versions of the plugin have been published with that artifact id at repo.grails.org/grails/core/org/grails/plugins/cxf/.

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