You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@karaf.apache.org by "Freeman Fang (JIRA)" <ji...@apache.org> on 2015/10/22 10:34:27 UTC

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

     [ https://issues.apache.org/jira/browse/KARAF-3935?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Freeman Fang resolved KARAF-3935.
---------------------------------
       Resolution: Fixed
    Fix Version/s: 4.0.2

> 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
>            Assignee: Freeman Fang
>             Fix For: 4.0.2
>
>
> 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)