I’m trying to switch to the BndPomRepository plugin and I have it working just fine in the IDE, but when I run gradle on the command line, I get:
Error : Failed to load plugin aQute.bnd.repository.maven.pom.provider.BndPomRepository;name=Central;releaseUrls="
https://repo1.maven.org/maven2/";pom="/Users/bhunt/Documents/Nvidia/Code/NVNotificationService/cnf/ext/pom.xml", error: aQute.bnd.repository.maven.pom.provider.BndPomRepository not found, parent: org.gradle.api.internal.initialization.loadercache.DefaultClassLoaderCache$HashedMutableURLClassLoader@8ad313f urls:[] exception:java.lang.ClassNotFoundException: aQute.bnd.repository.maven.pom.provider.BndPomRepository
Error : Cannot load the plugin aQute.bnd.repository.maven.pom.provider.BndPomRepository
Error : Cannot find /error/osgi.annotation;version=6.0.1 Not found in [bnd-cache, Release, Local, Rest, Web, NVServiceUtils, Libs, eUnit, eMeta, eMongo]
Error : Cannot find /error/osgi.core;version=6.0 Not found in [bnd-cache, Release, Local, Rest, Web, NVServiceUtils, Libs, eUnit, eMeta, eMongo]
Error : Cannot find /error/osgi.cmpn;version=6.0 Not found in [bnd-cache, Release, Local, Rest, Web, NVServiceUtils, Libs, eUnit, eMeta, eMongo]
Error : Cannot find /error/com.github.jknack.handlebars;version=4.0 Not found in [bnd-cache, Release, Local, Rest, Web, NVServiceUtils, Libs, eUnit, eMeta, eMongo]
Error : osgi.annotation;version=6.0.1 Not found in [bnd-cache, Release, Local, Rest, Web, NVServiceUtils, Libs, eUnit, eMeta, eMongo]
Error : osgi.core;version=6.0 Not found in [bnd-cache, Release, Local, Rest, Web, NVServiceUtils, Libs, eUnit, eMeta, eMongo]
Error : osgi.cmpn;version=6.0 Not found in [bnd-cache, Release, Local, Rest, Web, NVServiceUtils, Libs, eUnit, eMeta, eMongo]
Error : com.github.jknack.handlebars;version=4.0 Not found in [bnd-cache, Release, Local, Rest, Web, NVServiceUtils, Libs, eUnit, eMeta, eMongo]
Error : Cannot find /error/org.objenesis;version=2.4.0 Not found in [bnd-cache, Release, Local, Rest, Web, NVServiceUtils, Libs, eUnit, eMeta, eMongo]
Error : Cannot find /error/biz.aQute.bndlib;version=0 Not found in [bnd-cache, Release, Local, Rest, Web, NVServiceUtils, Libs, eUnit, eMeta, eMongo]
Error : org.objenesis;version=2.4.0 Not found in [bnd-cache, Release, Local, Rest, Web, NVServiceUtils, Libs, eUnit, eMeta, eMongo]
Error : biz.aQute.bndlib;version=0 Not found in [bnd-cache, Release, Local, Rest, Web, NVServiceUtils, Libs, eUnit, eMeta, eMongo]
Error : NVNotificationService :Failed to load plugin aQute.bnd.repository.maven.pom.provider.BndPomRepository;name=Central;releaseUrls="
https://repo1.maven.org/maven2/";pom="/Users/bhunt/Documents/Nvidia/Code/NVNotificationService/cnf/ext/pom.xml", error: aQute.bnd.repository.maven.pom.provider.BndPomRepository not found, parent: org.gradle.api.internal.initialization.loadercache.DefaultClassLoaderCache$HashedMutableURLClassLoader@8ad313f urls:[] exception:java.lang.ClassNotFoundException: aQute.bnd.repository.maven.pom.provider.BndPomRepository
Error : NVNotificationService :Cannot load the plugin aQute.bnd.repository.maven.pom.provider.BndPomRepository
Any idea on what I’m missing?