AW: Proxy issue with 3.9.x. Works in 3.8.x

2024-08-29 Thread Joga Singh
Hi Tamas, It is the same proxy but a different protocol, http and https. Joga Von: Tamás Cservenák Gesendet: Mittwoch, 28. August 2024 11:49 An: Maven Users List Cc: users@maven.apache.org Betreff: Re: Proxy issue with 3.9.x. Works in 3.8.x Howdy, see

Re: AW: Proxy issue with 3.9.x. Works in 3.8.x

2024-08-28 Thread Timothy Stone
See Tamás's response in thread. With two `active' profiles you end up with Maven picking the first. To debug, you could try running with --debug|-X for more to see if there is an SSL error for `https-proxy' or some other error with the proxy being used. Do you have an internal cer

AW: Proxy issue with 3.9.x. Works in 3.8.x

2024-08-28 Thread Joga Singh
Joga Von: Timothy Stone Gesendet: Mittwoch, 28. August 2024 02:50 Bis: users@maven.apache.org Betreff: Re: Proxy issue with 3.9.x. Works in 3.8.x On 8/26/24 10:31 AM, Joga Singh wrote: > Hi Guys, > I am having issues while using a proxy with Authentication. I use the below > settings.xm

Re: Proxy issue with 3.9.x. Works in 3.8.x

2024-08-28 Thread Tamás Cservenák
Howdy, see documentation: https://maven.apache.org/settings.html#proxies important bit: "active: true if this proxy is active. This is useful for declaring a set of proxies, but only one may be active at a time." Your snippet has two active proxies, so which one is it? (in this

Re: Proxy issue with 3.9.x. Works in 3.8.x

2024-08-27 Thread Timothy Stone
On 8/27/24 8:50 PM, Timothy Stone wrote: Curious, have you tried: `-Daether.transport.apache.useSystemProperties=true' I did some digging in the Maven source because I'm curious if the settings:proxy elements end up setting the standard JVM properties, but my investigation was inconclusive

Re: Proxy issue with 3.9.x. Works in 3.8.x

2024-08-27 Thread Timothy Stone
On 8/26/24 10:31 AM, Joga Singh wrote: Hi Guys, I am having issues while using a proxy with Authentication. I use the below settings.xml With 3.9.x, I get Authentication Required (407) error. If I use the propery "-Dmaven.resolver.transport=wagon", it works fine. Similarily, it

Proxy issue with 3.9.x. Works in 3.8.x

2024-08-26 Thread Joga Singh
Hi Guys, I am having issues while using a proxy with Authentication. I use the below settings.xml With 3.9.x, I get Authentication Required (407) error. If I use the propery "-Dmaven.resolver.transport=wagon", it works fine. Similarily, it works fine with 3.8.x version. Is ther

Unable to access https repository through http proxy

2023-08-08 Thread LUHEERATHAN THEVAKUMAR
Hi, Please add me to this mailing list. I have an issue. I am working on a feature which deploys/fetches Ballerina artifacts to/from maven repositories. I need to add the proxy support as a part of the implementation. When I try to publish an artifact to github-maven-registry through an http proxy

Re: 3.9.0 not respecting proxy settings

2023-02-24 Thread Nils Breunese
Max Allan wrote: > I cannot easily set the values in a settings.xml or elsewhere because the > proxy host is always different for each build and the proxy settings are > only needed in CICD, so adding them to settings would break local developer > builds. You could have a CI-speci

Re: 3.9.0 not respecting proxy settings

2023-02-23 Thread Tamás Cservenák
t; Maven 3.9.0 changes default transport from Wagon to Native HTTP. Native > > would respect proxy IF set in settings.xml, that as you explain, does not > > fit your use case. > > > > For now, with 3.9.0 you can fallback to Wagon using this > > "-Dmaven.resolver.tra

Re: 3.9.0 not respecting proxy settings

2023-02-23 Thread Konrad Windszus
impl. > Am 24.02.2023 um 08:31 schrieb Tamás Cservenák : > > Howdy, > > Maven 3.9.0 changes default transport from Wagon to Native HTTP. Native > would respect proxy IF set in settings.xml, that as you explain, does not > fit your use case. > > For now, with 3.9.

Re: 3.9.0 not respecting proxy settings

2023-02-23 Thread Tamás Cservenák
Howdy, Maven 3.9.0 changes default transport from Wagon to Native HTTP. Native would respect proxy IF set in settings.xml, that as you explain, does not fit your use case. For now, with 3.9.0 you can fallback to Wagon using this "-Dmaven.resolver.transport=wagon" HTH Tamas On Fri, Fe

3.9.0 not respecting proxy settings

2023-02-23 Thread Max Allan
ct to the proxy on 3.9.0. The job fails with a load of errors like : [FATAL] Non-resolvable parent POM for com.obfuscated:ldap:1.0.0-SNAPSHOT: Could not transfer artifact org.springframework.boot:spring-boot-starter-parent:pom:3.0.2 from/to gitlab-maven (https://gitlab.domain/api/v4/groups/123/-/pac

Re: How to make maven not use the first proxy in settings.xml?

2021-05-04 Thread Michael Osipov
app-proxy.aws.acme.fr 80 As stipulated in the default settings.xml, Unless otherwise specified (by system property or command-line switch), the first proxy specification in this list marked as active will be used. But I couldn't find any direction on how to specify othe

How to make maven not use the first proxy in settings.xml?

2021-04-25 Thread Rodolphe Gohard
the default settings.xml, Unless otherwise specified (by system property or command-line switch), the first proxy specification in this list marked as active will be used. But I couldn't find any direction on how to specify otherwise by system property or command-line switch. How can I tell

Re: Setting socks5 proxy for maven using settings.xml doesn't take effect.

2020-05-31 Thread Hongyi Zhao
Piotr Żygieło 于2020年5月31日周日 下午7:21写道: > > > 2. Then I try to use the environment variable based method to set the > > proxy but failed to confirm it. See the following for more info: > > > > > > Use the proxy setting directly in maven's command options

Re: Setting socks5 proxy for maven using settings.xml doesn't take effect.

2020-05-31 Thread Hongyi Zhao
Piotr Żygieło 于2020年5月31日周日 下午7:21写道: > > > 2. Then I try to use the environment variable based method to set the > > proxy but failed to confirm it. See the following for more info: > > > > > > Use the proxy setting directly in maven's command options

Re: Setting socks5 proxy for maven using settings.xml doesn't take effect.

2020-05-31 Thread Piotr Żygieło
> 2. Then I try to use the environment variable based method to set the > proxy but failed to confirm it. See the following for more info: > > > Use the proxy setting directly in maven's command options: > Or define them in the MAVEN_OPTS environment variable: > > As

Re: Setting socks5 proxy for maven using settings.xml doesn't take effect.

2020-05-31 Thread Hongyi Zhao
Hongyi Zhao 于2020年5月31日周日 下午6:34写道: > > Michael Osipov 于2020年5月31日周日 下午3:56写道: > > > > Am 2020-05-31 um 03:31 schrieb Hongyi Zhao: > > > Hi, > > > > > > I'm using Ubuntu 20.04 and installed maven using ` sudo apt-get > > > install mav

Re: Setting socks5 proxy for maven using settings.xml doesn't take effect.

2020-05-31 Thread Hongyi Zhao
Michael Osipov 于2020年5月31日周日 下午3:56写道: > > Am 2020-05-31 um 03:31 schrieb Hongyi Zhao: > > Hi, > > > > I'm using Ubuntu 20.04 and installed maven using ` sudo apt-get > > install maven `. Now, I want to set socks5 proxy for maven. > > We don't supp

Re: Setting socks5 proxy for maven using settings.xml doesn't take effect.

2020-05-31 Thread Hongyi Zhao
nd set the PATH to override the system's maven, so this should be no need for my case. See the following for more info. > Now, I want to set socks5 proxy for maven. > > We don't support Debian-packaged Maven versions for various reasons. Sorry for above descriptions, in fact, I use

Re: Setting socks5 proxy for maven using settings.xml doesn't take effect.

2020-05-31 Thread Michael Osipov
Am 2020-05-31 um 03:31 schrieb Hongyi Zhao: Hi, I'm using Ubuntu 20.04 and installed maven using ` sudo apt-get install maven `. Now, I want to set socks5 proxy for maven. We don't support Debian-packaged Maven versions for various reasons. When I set it via environment variable

Setting socks5 proxy for maven using settings.xml doesn't take effect.

2020-05-30 Thread Hongyi Zhao
Hi, I'm using Ubuntu 20.04 and installed maven using ` sudo apt-get install maven `. Now, I want to set socks5 proxy for maven. When I set it via environment variable liek this: export MAVEN_OPTS="-DsocksProxyHost=127.0.0.1 -DsocksProxyPort=18887" It can work smoothly. But if I

Re: Maven Release issue with forked deploy process with proxy autherisation as argument

2018-11-17 Thread Siddharth Kumar
Hi Team Any anyone advise on this? I have tried with java 8 tunneling scheme parmater to "" but still the same issue. https://confluence.atlassian.com/kb/basic-authentication-fails-for-outgoing-proxy-in-java-8u111-909643110.html Thanks, Siddharth On Sun, Oct 28, 2018 at 3:15 PM Siddh

Fwd: Maven Release issue with forked deploy process with proxy autherisation as argument

2018-10-28 Thread Siddharth Kumar
Hi Team, Could you please help me with the below Maven Release issue with passing proxy authorisation details to maven mule deploy goal? It is failing with 407 proxy autherisation require intermittently and noticed that sometimes proxy user is passed to proxy and that time it is success and fails

RE: Use cache Squid proxy with maven

2016-10-06 Thread Martin Gainty
> Subject: Re: Use cache Squid proxy with maven > From: manf...@simpligility.com > To: users@maven.apache.org > Date: Thu, 6 Oct 2016 20:11:52 +0200 > > I would suggest to use a proper repository manager as a caching proxy > instead. > > There are over 110.000 inst

Re: Use cache Squid proxy with maven

2016-10-06 Thread Manfred Moser
I would suggest to use a proper repository manager as a caching proxy instead. There are over 110.000 installations of Sonatype Nexus Repository Manager doing exactly that and its free. Get version 2.14 from https://www.sonatype.com/download-oss-sonatype It will save you a lot of hazzle

Use cache Squid proxy with maven

2016-10-06 Thread Olivier Haegi
Hello, I have a squid proxy and i want than maven used it. But squid cache is never used. I saw than header request send by maven contain : cache-control : max-age=0 I think it is the problem. It seems to me than the maven documentation said it is the default configuration. I tryed to

How do I specify SOCKS Proxy in settings.xml

2016-08-23 Thread BARANSKI, MIKE
I have a SOCKS proxy that I need Maven to use when connecting to a certain mirror. proxied.maven.central proxied maven central

RE: How to activate proxy from settings.xml using CLI

2016-02-04 Thread Thibault, Daniel
-Message d'origine- De : Bruno Borges [mailto:bruno.bor...@gmail.com] Envoyé : 4 février 2016 15:03 Looking at docs for 3.3.9 [1], I noticed the following: proxies/proxy* List *(Many)* Configuration for different proxy profiles. Multiple proxy profiles might come in handy for a

How to activate proxy from settings.xml using CLI

2016-02-04 Thread Bruno Borges
Looking at docs for 3.3.9 [1], I noticed the following: proxies/proxy* List *(Many)* Configuration for different proxy profiles. Multiple proxy profiles might come in handy for anyone working from a notebook or other mobile platform, to enable easy switching of entire proxy configurations by

RE: Webstart Maven Plugin using jarsigner with proxy

2015-10-06 Thread Martin Gainty
-submit maven-jarsigner-plugin accomodation for proxy params in configuration request to d...@maven.apache.org -submit your testcase and patch for accomodating 'proxy arguments within configuration' for maven-jarsigner-plugin to https://issues.apache.org/jira/browse/MJARSIGNER/?s

Re: Webstart Maven Plugin using jarsigner with proxy

2015-10-06 Thread Sverre Moe
I am already using both maven-keytool-plugin and maven-jarsigner-plugin. Providing jarsigner proxy with maven-jarsigner-plugin is not what I have problem with. I am also using webstart-maven-plugin where I cannot find a way to set the proxy to use. From what I can see there looks to be no way of

RE: Webstart Maven Plugin using jarsigner with proxy

2015-10-06 Thread Martin Gainty
> Date: Tue, 6 Oct 2015 13:33:40 +0200 > Subject: Webstart Maven Plugin using jarsigner with proxy > From: sverre@gmail.com > To: users@maven.apache.org > > How can I provide Java properties to Maven webstart plugin to be used > when calling Jarsigner? > &g

RE: Webstart Maven Plugin using jarsigner with proxy

2015-10-06 Thread Martin Gainty
> Date: Tue, 6 Oct 2015 13:33:40 +0200 > Subject: Webstart Maven Plugin using jarsigner with proxy > From: sverre@gmail.com > To: users@maven.apache.org > > How can I provide Java properties to Maven webstart plugin to be used > when calling Jarsigner? > &g

Webstart Maven Plugin using jarsigner with proxy

2015-10-06 Thread Sverre Moe
using the maven-jarsigner-plugin I am able to supply properties for my Proxy. org.apache.maven.plugins maven-jarsigner-plugin -J-Dhttps.proxyHost=proxy.company.com -J-Dhttps.proxyPort=3128 -tsa ${tsa} I cannot

Re: maven site : maven-project-info-reports-plugin version warnings and deps behind a proxy

2015-08-03 Thread Brice Vandeputte
Hi Hervé, You right, pluginManagement/plugins solve my warnings. And for proxy settings, I'm sorry ; my settings was correctly configured. So these warnings are expected : repositories listed into the logs as warnings are moved/closed/deprecated. thanks ; that's ok now. regards 201

Re: maven site : maven-project-info-reports-plugin version warnings and deps behind a proxy

2015-08-03 Thread herve . boutemy
pluginManagement/plugins sections 2. proxy see http://maven.apache.org/guides/mini/guide-proxies.html Regards, Hervé - Mail original - De: "Brice Vandeputte" À: "Maven Users List" Envoyé: Lundi 3 Août 2015 09:59:26 Objet: maven site : maven-project-info-reports-plugin versi

maven site : maven-project-info-reports-plugin version warnings and deps behind a proxy

2015-08-03 Thread Brice Vandeputte
Hi all, I would like to generate a site using mvn site I'm behind a proxy at generation time and got the following output from the maven site command: *Output 1: MPIR version* [INFO] --- maven-site-plugin:3.4:site (default-site) @ myProject --- [WARNING] Report p

Re: SunCertPathBuilderException on release:perform goal when we have Maven Proxy settings?

2014-09-30 Thread JE
unsubscribe On Tue, Sep 30, 2014 at 2:07 PM, Shaik Baji wrote: > Hi, > > I am new to maven-release-plugin. I am using maven-release-plugin 2.5.1 and > it is working fine when I don't have any proxy configuration in my maven > *setting.xml* file. But if I configured my prox

SunCertPathBuilderException on release:perform goal when we have Maven Proxy settings?

2014-09-30 Thread Shaik Baji
Hi, I am new to maven-release-plugin. I am using maven-release-plugin 2.5.1 and it is working fine when I don't have any proxy configuration in my maven *setting.xml* file. But if I configured my proxy setting then it is throwing *SunCertPathBuilderException *on executing "*release:perf

Re: Using a proxy server during "mvn install"

2014-02-28 Thread Ron Wheeler
use socks5. Is that right? Regards, Mahmood On Friday, February 28, 2014 10:37 PM, Wayne Fay wrote: Yes, and this is well documented on the Maven site. Search with Google, Yahoo, Bing, etc with the following terms: maven proxy configure Wayne On Fri, Feb 28, 2014 at 12:46 PM

Re: Using a proxy server during "mvn install"

2014-02-28 Thread Wayne Fay
-through-a-proxy (You may notice a pattern here -- this is all documented online, you just need to search for it. hint hint.) Wayne On Fri, Feb 28, 2014 at 1:12 PM, Mahmood Naderan wrote: > OK. According to the manual: > > please ensure your settings.xml file (usually > ${user.

Re: Using a proxy server during "mvn install"

2014-02-28 Thread Mahmood Naderan
documented on the Maven site. Search with Google, Yahoo, Bing, etc with the following terms: maven proxy configure Wayne On Fri, Feb 28, 2014 at 12:46 PM, Mahmood Naderan wrote: > Hi > > I run "mvn install" to build YCSB. In the middle of the compilation, it > connects t

Re: Using a proxy server during "mvn install"

2014-02-28 Thread Wayne Fay
Yes, and this is well documented on the Maven site. Search with Google, Yahoo, Bing, etc with the following terms: maven proxy configure Wayne On Fri, Feb 28, 2014 at 12:46 PM, Mahmood Naderan wrote: > Hi > > I run "mvn install" to build YCSB. In the middle of the compilat

Using a proxy server during "mvn install"

2014-02-28 Thread Mahmood Naderan
Hi I run "mvn install" to build YCSB. In the middle of the compilation, it connects to clojars.org. Right now we have some network problems. Is it possible to tell mvn to use a proxy server IP:PORT for connecting to clojars?   Regards, Mahmood

Re: Maven proxy problem in ubuntu 12.04

2013-02-13 Thread Stephen Connolly
e: > > > Dear Hanasaki, > > > > I would like to say thanks for your detail explanation. > > > > I saw that you put the host is: firewall.domain.com but how I can get > the > > information of username/password for it ? > > Actually I tried to get information

Re: Maven proxy problem in ubuntu 12.04

2013-02-12 Thread Manfred Moser
domain.com but how I can get >> the >> information of username/password for it ? >> Actually I tried to get information of proxy via firefox by go to Edit >> --> >> Preference --> Advanced --> Network --> Settings but I saw that the >> current >&

Re: Maven proxy problem in ubuntu 12.04

2013-02-12 Thread Richard Vowles
> information of username/password for it ? > Actually I tried to get information of proxy via firefox by go to Edit --> > Preference --> Advanced --> Network --> Settings but I saw that the current > option is: use System proxy. Then I tried to check my ubuntu 12.04 to see &g

Re: Maven proxy problem in ubuntu 12.04

2013-02-12 Thread hanasaki
"how" is system and environment dependent. It is probably time for you consult with whomever is responsible for the setup and administration of your system and/or network. Original Message Subject: Re: Maven proxy problem in ubuntu 12.04 From: dzungdev

Re: Maven proxy problem in ubuntu 12.04

2013-02-12 Thread dzungdev
Dear Hanasaki, I would like to say thanks for your detail explanation. I saw that you put the host is: firewall.domain.com but how I can get the information of username/password for it ? Actually I tried to get information of proxy via firefox by go to Edit --> Preference --> Ad

Re: Maven proxy problem in ubuntu 12.04

2013-02-12 Thread dzungdev
Hi Anders, Thank you for your idea, I am using it at home, so I don't think it is cooperate environment. Best Regards, Dzung -- View this message in context: http://maven.40175.n5.nabble.com/Maven-proxy-problem-in-ubuntu-12-04-tp5746764p5746836.html Sent from the Maven - Users mailing

Re: Maven proxy problem in ubuntu 12.04

2013-02-12 Thread hanasaki
Your ~/.m2/settings.xml may need an entry similar to below. Full docs for this can be found on the main maven website. This works correctly on my Ubuntu system with openjdk7, netbeans, eclipse, jenkins and command line. You may be able to find the proxy info from your IT group or in firefox or

Re: Maven proxy problem in ubuntu 12.04

2013-02-12 Thread Anders Hammar
Are you behind a http proxy? If you're in a corporate environment you most likely are. /Anders On Tue, Feb 12, 2013 at 12:37 PM, dzungdev wrote: > Hi all, > > I would like to ask about the maven in ubuntu 12.04. I downloaded maven > version: 3.0.4 and tried to run the mvn

Maven proxy problem in ubuntu 12.04

2013-02-12 Thread dzungdev
-5 or one of its dependencies could not be resolved: Failed to read artifact descriptor for org.apache.maven.plugins:maven-assembly-plugin:jar:2.2-beta-5* I tried to search google and they said that maybe I have to configure the proxy in ~/.m2/settings.xml but I don't know what the informati

RE: how to proxy a one nexus instance via another local one

2012-11-12 Thread Davis, Chad
> > 1) set up local nexus to have a proxy repo that proxies the release > > nexus's "public" group, if this even works technically > > > > I've been told on this list this is a no-no, because you have to pick an > artifact > type when y

Re: how to proxy a one nexus instance via another local one

2012-11-09 Thread Laird Nelson
On Fri, Nov 9, 2012 at 2:01 PM, Davis, Chad wrote: > 1) set up local nexus to have a proxy repo that proxies the release > nexus's "public" group, if this even works technically > I've been told on this list this is a no-no, because you have to pick an artifact

Re: how to proxy a one nexus instance via another local one

2012-11-09 Thread Vincent Latombe
I'm not sure. > > Here's my issue. We have a release build environment. It has it's own > nexus server that holds our official release artifacts and serves as the > legally authorize proxy of the public repos ( maven central, et. al. ). > The main purpose of this env

Re: Deploying to dav repo behind a proxy

2012-02-02 Thread Olivier Lamy
Hello, I can have a look to see why dav wagon fail with 2.x Can you load an issue ? BTW we don't have enough it test for that. 2012/2/2 Julien HENRY : > Hi, > > Does someone have a working configuration for deploying artifacts to a dav > repository from behind a proxy with Mave

Deploying to dav repo behind a proxy

2012-02-02 Thread Julien HENRY
Hi, Does someone have a working configuration for deploying artifacts to a dav repository from behind a proxy with Maven 2.2.1 AND Maven 3.0.x? Currently I only managed to have something working with Maven 3.0.x but I still have the polluting message: SLF4J: Failed to load class

RE: Maven Global Index View Incomplete (using Nexus as Repo Proxy)

2012-01-21 Thread Andreas Weise
sing Nexus as Repo Proxy) I forgot attachments are not forwarded in the mailing list. So I uploaded the screenshots here: http://imageshack.us/g/163/01nexusbrowseindex.png/ From: Andreas Weise [mailto:m...@andreasweise.com] Sent: Samstag, 21. Januar 2012 13:29 To: users@maven.apache.org Subj

RE: Maven Global Index View Incomplete (using Nexus as Repo Proxy)

2012-01-21 Thread Andreas Weise
Incomplete (using Nexus as Repo Proxy) Hi Community, I'm not sure whether this is a maven, m2e or nexus issue. I would assume it is maven not syncing the indexes properly. We are using nexus oss as repo proxy and I'm wondering why index view in nexus differs from index view of a c

Maven Global Index View Incomplete (using Nexus as Repo Proxy)

2012-01-21 Thread Andreas Weise
Hi Community, I'm not sure whether this is a maven, m2e or nexus issue. I would assume it is maven not syncing the indexes properly. We are using nexus oss as repo proxy and I'm wondering why index view in nexus differs from index view of a client (e.g. via m2e). At the end this

Maven behind a Proxy

2011-11-29 Thread ypriverol
Hi: I configured my maven to use the proxy to retrieve the package from maven repositories. The problem is when i want to copy the distribution of my package to an external repository for example using scp. have maven the posibility to use socksify? i don't find any other option. Tahn

Re: Proxy to profile link

2011-10-01 Thread Wayne Fay
> Either have a profile tag within the proxy tag or let the proxies be > defined within the user's profile. The use case is if I want to work > from home, all I would do is activate a profile like "home-dev" and > its will be set up, and the same for work. People in th

Proxy to profile link

2011-10-01 Thread Kiren Pillay
Hi I'm not sure if anyone else has suggested it, but can we make a feature request to have proxies linked to profiles? Either have a profile tag within the proxy tag or let the proxies be defined within the user's profile. The use case is if I want to work from home, all I would do is

Re: Setting proxy information for Surefire

2011-09-02 Thread Guillaume Polet
I think you are mixing two different aspects: * Maven settings which are used by Maven and its plugin * Your unit tests settings which you should set up yourself. How do you make your tests work outside of Maven scope? In your IDE for example? or manually? Do you pass your proxy settings using

RE: Setting proxy information for Surefire

2011-09-02 Thread KARR, DAVID
> -Original Message- > From: KARR, DAVID > Sent: Friday, September 02, 2011 6:57 AM > To: Maven Users List > Subject: Setting proxy information for Surefire > > I have an integration test run with Surefire using Spring's > SpringJUnit4Class

Setting proxy information for Surefire

2011-09-02 Thread KARR, DAVID
also with wget (proxy settings in my environment). I have proxy settings in my settings.xml. I know they're correct because "mvn" builds at the command line have downloaded many artifacts from external repos. Is there something maven-ish I should be config

Re: ws-zones-proxy issue

2011-07-25 Thread Anders Hammar
Nexus not being able to download the index has no impact on it being able to proxy an artifact, So that's not the issue. You should probably move this thread to the Nexus list as clearly the repo still exists as you can reach it through a browser. /Anders On Mon, Jul 25, 2011 at 19:58, Me

ws-zones-proxy issue

2011-07-25 Thread Meeusen, Christopher W.
Sorry, I know this is a question for apache or nexus lists (or both), but I need some resolution so trying here as well. I have a proxy repository to the apache ws-zones-proxy repository. It stopped indexing correctly and now when I do a build I cannot download a woden.jar artifact that

RE: HTTP and HTTPS proxy

2011-06-07 Thread Klug, Johannes
gt; Sent: 07 June 2011 13:36 > To: Maven Users List > Subject: Re: HTTP and HTTPS proxy > > Did you try add yet another proxy element for "https" protocol? > > /Anders > > On Tue, Jun 7, 2011 at 13:07, Klug, Johannes > wrote: > > > Dear list, > &

Re: HTTP and HTTPS proxy

2011-06-07 Thread Anders Hammar
Did you try add yet another proxy element for "https" protocol? /Anders On Tue, Jun 7, 2011 at 13:07, Klug, Johannes wrote: > Dear list, > > > > I currently have my proxy set up in settings.xml like so: > > > > > > > > >

HTTP and HTTPS proxy

2011-06-07 Thread Klug, Johannes
Dear list, I currently have my proxy set up in settings.xml like so: true http proxy 80 This does work for HTTP repositories, but unfortunately it does not work for HTTPs ones, such as Sonatype OSS. I can work around this by specifying

Re: Maven ant task is not working behind the proxy

2011-05-16 Thread Rashid Jilani
ings.xml > > if your settings.xml has proxy details that is what it will use. > > I'd like to get the proxy settings more ant-like but too many things on my > plate (plus it should use the settings.xml if that is present, only when in > default mode should the ant proxy settings be us

Re: Maven ant task is not working behind the proxy

2011-05-16 Thread Stephen Connolly
if ~/.ant/settings.xml exists it will read that otherwise if ~/.m2/settings.xml exists it will read that otherwise it assumes default settings.xml if your settings.xml has proxy details that is what it will use. I'd like to get the proxy settings more ant-like but too many things on my

Re: Maven ant task is not working behind the proxy

2011-05-16 Thread Rafael Vanderlei
he Maven ant task ( > http://maven.apache.org/ant-tasks/index.html) behind the proxy but it is > not > working. First of all I am not sure how the maven ant task picks the > proxies > settings. > > 1. Does it go to local maven installation and pick the settings.xml ? or > ma

Maven ant task is not working behind the proxy

2011-05-16 Thread Rashid Jilani
Hi: gurus I am trying to use the Maven ant task ( http://maven.apache.org/ant-tasks/index.html) behind the proxy but it is not working. First of all I am not sure how the maven ant task picks the proxies settings. 1. Does it go to local maven installation and pick the settings.xml ? or maven-ant

How to add proxy information in maven3

2011-05-11 Thread amaresh mourya
Hi, As the maven 3 has deprecated wagon manager component where one can add proxy information and that was accessed everywhere. I want to know what's the alternate of this deprecation, how can I add proxy information to a central place which will accessed by all maven apis. There is provisi

uisng maven ant task behind proxy

2011-05-02 Thread rjilani
Gurus I am trying to use the maven ant task behind the proxy but couldn't make it work. I am bit confuse that what if we already have a proxy setting in ./conf/settings.xml, will it work or not. In my case it is not working. I have looked into the maven ant task documentation

Re: maven-metadata containing SNAPSHOT versions when Nexus group references release proxy repo

2010-11-11 Thread Jane Young
builds issues in GlassFish and other subprojects (JavaMail, HK2 etc...) Also, isn't this a bug in Nexus? Why does the maven-metadata.xml contain SNAPSHOT versions if I create a proxy with repository policy as "release". For example the URL for maven-enforcer-plugin artifa

Re: maven-metadata containing SNAPSHOT versions when Nexus group references release proxy repo

2010-11-11 Thread Jane Young
If I create a proxy repo in Nexus with policy set as "release" and it's referencing the group repo that contains SNAPSHOTs. Should the proxy repo contain SNAPSHOT artifacts? No... but the metadata contains the SNAPSHOT versions. Isn't this a discrepancy? Furthermore

Re: maven-metadata containing SNAPSHOT versions when Nexus group references release proxy repo

2010-11-11 Thread Jane Young
Behalf Of Anders Hammar Sent: 11 November 2010 09:07 To: Maven Users List Subject: Re: maven-metadata containing SNAPSHOT versions when Nexus group references release proxy repo I think the problem is that you're proxying one of the repo groups of JBoss's Nexus instance. That one in

RE: maven-metadata containing SNAPSHOT versions when Nexus group references release proxy repo

2010-11-11 Thread Nord, James
ginal Message- From: anders.g.ham...@gmail.com [mailto:anders.g.ham...@gmail.com] On Behalf Of Anders Hammar Sent: 11 November 2010 11:56 To: Maven Users List Cc: Jane Young; Bill Shannon Subject: Re: maven-metadata containing SNAPSHOT versions when Nexus group references release proxy repo I

Re: maven-metadata containing SNAPSHOT versions when Nexus group references release proxy repo

2010-11-11 Thread Anders Hammar
0 11:10 > To: Jane Young; Maven Users List > Cc: Bill Shannon > Subject: Re: maven-metadata containing SNAPSHOT versions when Nexus group > references release proxy repo > > I think that the main problem is that you're specying the repo as a release > repo. It's a mix

RE: maven-metadata containing SNAPSHOT versions when Nexus group references release proxy repo

2010-11-11 Thread Nord, James
Shannon Subject: Re: maven-metadata containing SNAPSHOT versions when Nexus group references release proxy repo I think that the main problem is that you're specying the repo as a release repo. It's a mixed repo as it contains snapshots. /Anders On Thu, Nov 11, 2010 at 11:29, Jane Yo

Re: maven-metadata containing SNAPSHOT versions when Nexus group references release proxy repo

2010-11-11 Thread Anders Hammar
I think that the main problem is that you're specying the repo as a release repo. It's a mixed repo as it contains snapshots. /Anders On Thu, Nov 11, 2010 at 11:29, Jane Young wrote: > If I create a proxy repo in Nexus with policy set as "release" and it's >

RE: maven-metadata containing SNAPSHOT versions when Nexus group references release proxy repo

2010-11-11 Thread Nord, James
versions when Nexus group references release proxy repo I think the problem is that you're proxying one of the repo groups of JBoss's Nexus instance. That one includes the apache snapshots, which is intentional: http://community.jboss.org/message/564903#564903 Instead, proxy the appropria

Re: maven-metadata containing SNAPSHOT versions when Nexus group references release proxy repo

2010-11-11 Thread Anders Hammar
I think the problem is that you're proxying one of the repo groups of JBoss's Nexus instance. That one includes the apache snapshots, which is intentional: http://community.jboss.org/message/564903#564903 Instead, proxy the appropriate release repos. The jboss repo group 'publi

maven-metadata containing SNAPSHOT versions when Nexus group references release proxy repo

2010-11-10 Thread Jane Young
I'm not sure if this is the right forum to post this question. If not, please advice me where to post this question. I setup a Nexus group repository that references several proxy repositories. This group repo only references the released (non-SNAPSHOT) artifacts. The group

Maven 3: did the proxy things changed ?

2010-10-12 Thread Reynald Borer
Hi all, I upgraded to Maven 3 very recently and since then I am experiencing issues with my proxy definition. It seems like the "nonProxyHosts" parameter is not honored anymore. Here is my proxy configuration: - settings.xml --- ELCA true http proxy.el

Re: using a proxy to bypass network issues accessing maven central repo

2010-07-23 Thread kelvin goodson
able, traceroute fails).  Whilst these are being fixed I set up a > proxy in my settings.xml > >         >                 >                        true >                         http >                         www.randomizer.info >                         80 >          

using a proxy to bypass network issues accessing maven central repo

2010-07-20 Thread kelvin goodson
I'm having local network problems reaching maven central repo (not pingable, traceroute fails). Whilst these are being fixed I set up a proxy in my settings.xml true http www.randomizer

Re: Network problem with a corporate proxy

2010-06-23 Thread Wendy Smoak
On Wed, Jun 23, 2010 at 5:43 AM, CORISCO NIETO, ALBERTO wrote: > I have just downloaded and installed Maven 2.2.1, m2eclipse 0.10.0 and > Eclipse Galileo 3.52. First of all I set up the following proxy (corporate) > settings in the maven dir ... > [WARNING] Error reading archetype

Network problem with a corporate proxy

2010-06-23 Thread CORISCO NIETO, ALBERTO
lileo 3.52. First of all I set up the following proxy (corporate) settings in the maven dir httpProxy true http ***user*** ***pass*** ***ip*** 8080 Second I run the following command as stated in the 5min maven quickstart guide. As a result,

Problem using maven-deploy-plugin against an https server via proxy

2010-06-14 Thread Jochen Wiedmann
Hi, I am trying to deploy a snapshot of an Apache project to https://repository.apache.org/content/repositories/snapshots. From my point of view, the configuration is correct: I have a "server" entry in my settings.xml and I have configured an https proxy. (See "Adding User-Agen

Re: Configure Proxy based on location

2010-03-01 Thread Stephen Connolly
since it's *probably* more > > appropriate: > > > > > http://stackoverflow.com/questions/2354001/make-maven-proxy-server-settings-configurable-based-on-location > > > > What my issue boils down to is that I have a corporate proxy and Nexus > Repo > > at

Re: Configure Proxy based on location

2010-03-01 Thread Patrick Turcotte
m reposting here since it's *probably* more > appropriate: > > http://stackoverflow.com/questions/2354001/make-maven-proxy-server-settings-configurable-based-on-location > > What my issue boils down to is that I have a corporate proxy and Nexus Repo > at work. When I

Re: Configure Proxy based on location

2010-03-01 Thread Brett Porter
#x27;ve asked this on StackOverflow, but I was totally unaware of > the users mailing list, so I'm reposting here since it's *probably* more > appropriate: > > http://stackoverflow.com/questions/2354001/make-maven-proxy-server-settings-configurable-based-on-location > > W

Configure Proxy based on location

2010-03-01 Thread Nick Klauer
More or less i've asked this on StackOverflow, but I was totally unaware of the users mailing list, so I'm reposting here since it's *probably* more appropriate: http://stackoverflow.com/questions/2354001/make-maven-proxy-server-settings-configurable-based-on-location What my issu

  1   2   3   4   5   6   7   8   9   10   >