icfnext / cq-component-maven-plugin

Other
22 stars 35 forks source link

Plugin does not compile #65

Closed jbieler closed 6 years ago

jbieler commented 7 years ago

The Plugin does not compile because the maven repository does not contain gradle-base-services-groovy in version 1.6. The minimum version for all of the gradle dependencies is 2.1.

Pull Request #64 fixes this error. Please pull.

modeckimellett commented 6 years ago

Hi @jbieler

Do you have a custom settings.xml that's using a different repository list from the one specified in this project's pom.xml?

This project uses repo.gradle.org and repo.spring.io as its repositories rather than the standard maven nexus. You can see gradle-base-services-groovy version 1.6 in the spring.io repo here. To compile it you'll need to ensure that you aren't overwriting the pom level repository settings.

Thanks!