Hello, By strange coincidence (2nd this day), I'm working locally on https://issues.apache.org/jira/browse/KARAF-5164 (karaf-maven-plugin fails to verify artifacts if only available within local reactor).
I have successfully injected "@Component(role = MavenWorkspaceReader.class, hint = "reactor")" into both assembly and verify mojos and I see successful mvn build without "install" phase. Of course this is not related to the above problem. But I'll have a look too. regards Grzegorz Grzybek 2017-07-12 13:53 GMT+02:00 Jean-Baptiste Onofré <[email protected]>: > Hi guys, > > FYI, a recent commit (I'm suspecting on the karaf-maven-plugin) broke the > build (on master). It seems that the itests fail to resolve the artifacts. > For instance: > > Error downloading mvn:org.apache.karaf.jms/org.a > pache.karaf.jms.pool/4.2.0-SNAPSHOT > > org.apache.karaf.features.internal.util.MultiException: Error: > Error downloading mvn:org.apache.karaf.jms/org.a > pache.karaf.jms.pool/4.2.0-SNAPSHOT > at org.apache.karaf.features.internal.download.impl.MavenDownlo > adManager$MavenDownloader.<init>(MavenDownloadManager.java:86) > at org.apache.karaf.features.internal.download.impl.MavenDownlo > adManager.createDownloader(MavenDownloadManager.java:72) > > I'm checking the other builds too. > > My plan is to fix all building issues asap. > > Regards > JB > -- > Jean-Baptiste Onofré > [email protected] > http://blog.nanthrax.net > Talend - http://www.talend.com >
