You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@karaf.apache.org by "Fabian Lange (JIRA)" <ji...@apache.org> on 2015/08/17 11:47:45 UTC

[jira] [Created] (KARAF-3935) Cannot build distribution from repository other than central

Fabian Lange created KARAF-3935:
-----------------------------------

             Summary: Cannot build distribution from repository other than central
                 Key: KARAF-3935
                 URL: https://issues.apache.org/jira/browse/KARAF-3935
             Project: Karaf
          Issue Type: Bug
            Reporter: Fabian Lange


I am hitting a roadblock building a custom distribution with staging repo.
I looks like that the karaf-maven-plugin:4.0.1:assembly (default-assembly) uses an unconfigured pax-url MavenResolver:
https://github.com/apache/karaf/blob/master/profile/src/main/java/org/apache/karaf/profile/assembly/Builder.java#L370

The only repository this thing knows is maven central.
So of course the distribution build fails:
Error resolving artifact org.apache.karaf.package:org.apache.karaf.package.core:jar:4.0.1: Could not find artifact org.apache.karaf.package:org.apache.karaf.package.core:jar:4.0.1 in central (http://repo1.maven.org/maven2/)

I have yet been unsuccessful in convincing it to use ay maven settings i can actually influence and point to the staging repo.


This is also the reason why the jenkins build fails:
https://builds.apache.org/view/H-L/view/Karaf/job/karaf-master/



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)