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]

Reply via email to