Re: I am behind a corporate proxy Maven does not support : org.apache.maven.plugins:maven-archetype-plugin does not exist

2008-08-08 Thread mac-systems
I setup an NTLM Proxy - CNTLM on Ubunto which runs on a maschine. You can use 
this 
to download artifacts once in your local repo. In your maven settings.xml you 
have to configure it.

- Jens

On Fri, Aug 8, 2008 at 6:21 AM, pkpkpkpk [EMAIL PROTECTED] wrote:

 Hi,

 I tried downloading from
 
http://mvnrepository.com/artifact/plugins.org.apache.maven.plugins/maven-archety
pe-plugin/1.0-alpha-1,
 but this jar seems to be corrupted.

 What I am trying to achieve is a way to download all the dependencies so
 that maven does not need to connect to the internet.

 TIA!
 --

We use a Maven Repository that sits in our network and acts as a
public repository / mirror for our developers.  We have our
environment set up to use our public repository to retrieve the
plugins/dependencies.  If our mirror doesn't have it, it is configured
to go retrieve them from the real public repositories.  Once it has it
locally, and additional requests can be served without going to the
internet.

We're using Nexus at the moment, which works very well for us.

To use it in this fashion, the machine on which our Nexus repository
sits has limited access to the internet, controlled by our network
policies.  If we need to access a new repository, we have to ensure
that our Network services grants access.

Another option in this set up is that artifacts can be manually
deployed to the Nexus server if we want to make them available to our
developers.  This works well with on-off artifacts, but may choose
tedious if you need to do this with all dependencies and plugins.
However, if you can download them individually and deploy them to your
network's public server, that would work too.

Hope this helps,
Ed

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: I am behind a corporate proxy Maven does not support : org.apache.maven.plugins:maven-archetype-plugin does not exist

2008-08-08 Thread Antonio Petrelli
2008/8/7 pkpkpkpk [EMAIL PROTECTED]:

 http://docs.codehaus.org/display/MAVENUSER/Configuring+Maven+behind+an+NTLM+proxy
 --- However, I do not want to have this workaround as my company has rather
 strict policies.

Sorry but what's wrong with it? Do you really think that NTLM is a
secure protocol?
Putting clear passwords is as safe as putting a password inside the
NTLM encryption scheme, simply because an attacker uses directly the
hashed password.

Antonio

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: I am behind a corporate proxy Maven does not support : org.apache.maven.plugins:maven-archetype-plugin does not exist

2008-08-07 Thread pkpkpkpk

http://docs.codehaus.org/display/MAVENUSER/Configuring+Maven+behind+an+NTLM+proxy
--- However, I do not want to have this workaround as my company has rather
strict policies.
So basically, I am looking for a way to download them to the right
directory.

Thanks for your time!


pkpkpkpk wrote:
 
 Hi,
 
 I tried downloading from
 http://mvnrepository.com/artifact/plugins.org.apache.maven.plugins/maven-archetype-plugin/1.0-alpha-1,
 but this jar seems to be corrupted.
 
 What I am trying to achieve is a way to download all the dependencies so
 that maven does not need to connect to the internet.
 
 TIA!
 

-- 
View this message in context: 
http://www.nabble.com/I-am-behind-a-corporate-proxy-Maven-does-not-support-%3A-org.apache.maven.plugins%3Amaven-archetype-plugin-does-not-exist-tp18878905p18879034.html
Sent from the Maven - Users mailing list archive at Nabble.com.


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: I am behind a corporate proxy Maven does not support : org.apache.maven.plugins:maven-archetype-plugin does not exist

2008-08-07 Thread Ed Hillmann
On Fri, Aug 8, 2008 at 6:21 AM, pkpkpkpk [EMAIL PROTECTED] wrote:

 Hi,

 I tried downloading from
 http://mvnrepository.com/artifact/plugins.org.apache.maven.plugins/maven-archetype-plugin/1.0-alpha-1,
 but this jar seems to be corrupted.

 What I am trying to achieve is a way to download all the dependencies so
 that maven does not need to connect to the internet.

 TIA!
 --

We use a Maven Repository that sits in our network and acts as a
public repository / mirror for our developers.  We have our
environment set up to use our public repository to retrieve the
plugins/dependencies.  If our mirror doesn't have it, it is configured
to go retrieve them from the real public repositories.  Once it has it
locally, and additional requests can be served without going to the
internet.

We're using Nexus at the moment, which works very well for us.

To use it in this fashion, the machine on which our Nexus repository
sits has limited access to the internet, controlled by our network
policies.  If we need to access a new repository, we have to ensure
that our Network services grants access.

Another option in this set up is that artifacts can be manually
deployed to the Nexus server if we want to make them available to our
developers.  This works well with on-off artifacts, but may choose
tedious if you need to do this with all dependencies and plugins.
However, if you can download them individually and deploy them to your
network's public server, that would work too.

Hope this helps,
Ed

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]