Hi all,

FYI, the master compilation fails due to latest Guillaume's change (commit 698c1398e5599d0e37feea4efe8d5654e8f47198):

[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.1:compile (default-compile) on project karaf-maven-plugin: Compilation failure [ERROR] /home/jbonofre/workspace/karaf/karaf/tooling/karaf-maven-plugin/src/main/java/org/apache/karaf/tooling/features/InstallKarsMojo.java:[368,13] org.apache.karaf.tooling.features.InstallKarsMojo.OfflineFeaturesService is not abstract and does not override abstract method getRepositoryNames() in org.apache.karaf.features.FeaturesService


The FeaturesService interface has been changed to add two new methods:

   public URI getRepositoryUriFor(String name, String version);

   public String[] getRepositoryNames();

but the OfflineFeaturesService implementation used in the InstallKarMojo has not been updated.

I'm fixing that.

Regards
JB
--
Jean-Baptiste Onofré
[email protected]
http://blog.nanthrax.net
Talend - http://www.talend.com

Reply via email to