You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@karaf.apache.org by "Jean-Baptiste Onofré (JIRA)" <ji...@apache.org> on 2017/07/17 06:58:00 UTC

[jira] [Updated] (KARAF-5209) Karaf-Maven-plugin:assembly plugin seems to ignore proxy and credentials in settings.xml

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

Jean-Baptiste Onofré updated KARAF-5209:
----------------------------------------
    Fix Version/s: 4.1.2
                   4.2.0

> Karaf-Maven-plugin:assembly plugin seems to ignore proxy and credentials in settings.xml
> ----------------------------------------------------------------------------------------
>
>                 Key: KARAF-5209
>                 URL: https://issues.apache.org/jira/browse/KARAF-5209
>             Project: Karaf
>          Issue Type: Bug
>          Components: karaf-tooling
>    Affects Versions: 4.0.6, 4.1.1
>            Reporter: Thomas RICAUD
>            Assignee: Jean-Baptiste Onofré
>             Fix For: 4.2.0, 4.1.2
>
>
> When i try to build my Karaf with the maven-karaf-plugin:assembly using a secure nexus behind a proxy, the build is failing during the assembly step right after unzippping kar.
> The error is failed to download artifcat  => connect timeout. (the error message display the correct nexus url)
> {code:java}
> [WARNING] Error resolving artifact org.ops4j.pax.jdbc:pax-jdbc-features:xml:features:0.7.0: [Could not transfer artifact org.ops4j.pax.jdbc:pax-jdbc-features:xml:features:0.7.0 from/to nexus (https://app1-mydomain.com/content/groups/public/): Connect to app1-mydomain.com:443 [app1-mydomain.com/X.X.X.X] failed: connect timed out]
> [WARNING] Error resolving artifact org.ops4j.pax.web:pax-web-features:xml:features:4.2.4: [Could not transfer artifact org.ops4j.pax.web:pax-web-features:xml:features:4.2.4 from/to nexus (https://app1-mydomain.com/content/groups/public/): Connect to app1-mydomain.com:443 [app1-mydomain.com/X.X.X.X] failed: connect timed out]
> {code}
> If i put -Dhttp.proxyHost=myproxy -Dhttp.proxyPort=myport.
> The build failed but this time with unauthorized access
> {code:java}
> [Could not transfer artifact org.ops4j.pax.web:pax-web-features:xml:features:4.2.4 from/to nexus (https://app1-mydomain.com/content/groups/public/): Not authorized , ReasonPhrase:Unauthorized.]
> {code}
> If i modify the settings.xml mirror section and add to the url user:password in front of the host. ( like this http://user:password@mynexus.com/content/group/public)
> It works.
> It is as if the plugin wasn't using any of the server or proxy sections of the settings.xml.
> Best regards



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)