Re: Need help configuring maven to get through company Proxy?

2010-02-04 Thread Tonte . Pouncil
No I am not using NTLM as my proxy server is Novell Border Manager. I actually saw this wiki page a few days back and check with our System guys to make sure I knew what we was using in terms of NTLM. Thanks for the reply. Has anybody got out through the proxy that is not using a NTLM or

Re: Need help configuring maven to get through company Proxy?

2010-02-04 Thread Tonte . Pouncil
Okay I removed my proxy settings in the settings.xml file and configured Nexus to use the proxy authentication via its server tab. When I ran maven, it went through Nexus and then complained that my company has blocked access to maven central repo site. If you have any more suggestion, I

Re: Need help configuring maven to get through company Proxy?

2010-02-04 Thread Tonte . Pouncil
I understand. I wonder if you know how I can get started in building a plugin that extends the existing proxy framework in maven, in this regard? Thanks! From: Wayne Fay wayne...@gmail.com To: Maven Users List users@maven.apache.org Date: 02/04/2010 09:58 AM Subject: Re: Need help

Need help configuring maven to get through company Proxy?

2010-02-03 Thread Tonte . Pouncil
Hello, My company is using Novell Proxy Server. I am using maven-2.2..1. I have set up my configuration based on the documentation described here: http://maven.apache.org/guides/mini/guide-proxies.html When I try to down load plugins from the Maven Central Repo, I get redirected to my

Re: Need help configuring maven to get through company Proxy?

2010-02-03 Thread Tonte . Pouncil
Manuel, Thanks for your reply. We are using Sonatype Nexus for our company maven repo and we are actually using Novell Border Manager for our proxy server. I wonder if maven is not sending the correct credential properties to Novell Border Manager? Thanks agian! Tonté From: Manuel Grau

Re: Need help configuring maven to get through company Proxy?

2010-02-03 Thread Tonte . Pouncil
Yes that is correct. However, to simply the problem I configured my settings.xml file to not use my Nexus profiles and configured maven central repo manually in the settings.xml file. So currently my configuration does not rely on Nexus. I prefer, but not locked into, resolving this issue

Re: Need help configuring maven to get through company Proxy?

2010-02-03 Thread Tonte . Pouncil
Hey I have tried that. The proxy configuration is set through the server tap. Since then, I have tried to simply the problem by removing Nexus out of the picture. So right now I am currently just working with Maven configuration only. From: Manuel Grau mang...@gmail.com To: Maven Users

Re: Need help configuring maven to get through company Proxy?

2010-02-03 Thread Tonte . Pouncil
Ok I will check into this. Thanks! From: Anders Hammar and...@hammar.net To: Maven Users List users@maven.apache.org Date: 02/03/2010 02:39 PM Subject: Re: Need help configuring maven to get through company Proxy? Resolving this in Maven is just a waste of time. As you switch to use Nexus

Re: Get the following error from wagon-ssh-external-1.0-beta-2.jar when using maven-assembly-plugin

2009-09-09 Thread Tonte . Pouncil
I figured out what my problem was. I stop trying to use maven-assembly-plugin:2.1 and started used maven-assembly-plugin:2.2-beta-4. Which gave me an error saying I need to set at least one file. I set the scope in my dependency set to runtime and all works fine. From: Tonté

Get the following error from wagon-ssh-external-1.0-beta-2.jar when using maven-assembly-plugin

2009-09-08 Thread Tonte . Pouncil
I am trying to run maven-assembly-plugin:2.1 with my custom assembler and I get the following error: [INFO] Scanning for projects... [INFO] [INFO] Building aviall-ws-ubl-assembly-distribution [INFO] [INFO] Id:

Need help with deploy my maven project to my remote repo.

2008-10-08 Thread Tonte Pouncil
Hi, I am using maven 2.0.9 and Apache 2.2.4. when I run the mvn deploy command I get the following errors: [INFO] Error deploying artifact: Authorization failed: Access denied to: http://XXX.XXX.XXX.XXX/[repo path]/[package name]/[project name]/0.0.1-SNAPSHOT/[project

Re: Need help with deploy my maven project to my remote repo.

2008-10-08 Thread Tonte Pouncil
/10/9 Tonte Pouncil [EMAIL PROTECTED]: Hi, I am using maven 2.0.9 and Apache 2.2.4. when I run the mvn deploy command I get the following errors: [INFO] Error deploying artifact: Authorization failed: Access denied to: http://XXX.XXX.XXX.XXX/[repo path]/[package name]/[project name]/0.0.1