So what do I have to do to submit this request? Is there anything or is this
all expected behavior?
-Original Message-
From: Wayne Fay [mailto:[EMAIL PROTECTED]
Sent: Friday, April 14, 2006 10:48 AM
To: Maven Users List
Subject: Re: use of proxies
I think the problem is that some of
/apache/maven/plugins/maven-resources-plugin/2.1/maven-resources-plugin-2.1.pom
> 888b downloaded
>
>
> -Original Message-
> From: Gunther Popp [mailto:[EMAIL PROTECTED]
> Sent: Friday, April 14, 2006 7:16 AM
> To: Maven Users List
> Subject: Re: use of proxies
>
ing:
http://repo1.maven.org/maven2/org/apache/maven/plugins/maven-resources-plugin/2.1/maven-resources-plugin-2.1.pom
888b downloaded
-Original Message-
From: Gunther Popp [mailto:[EMAIL PROTECTED]
Sent: Friday, April 14, 2006 7:16 AM
To: Maven Users List
Subject: Re: use of proxies
&
om: Gunther Popp [mailto: [EMAIL PROTECTED]
Sent: Thursday, April 13, 2006 1:51 PM
To: Maven Users List
Subject: Re: use of proxies
The first question is: why?
Sorry, for jumping in here, but a common reason is to guarantee
reproducible builds over a fairly long
On Fri, 2006-04-14 at 11:55 +0200, Emmanuel Venisse wrote:
> If you don't want to use repo1 repository but your own, you must define a
> mirror in your
> settings.xml like this:
>
>
>.
>.
>
>
>local
>Local Mirror of http://repo1.maven.org/maven2/
>http:
: [EMAIL PROTECTED]
Sent: Thursday, April 13, 2006 1:51 PM
To: Maven Users List
Subject: Re: use of proxies
The first question is: why?
Sorry, for jumping in here, but a common reason is to guarantee
reproducible builds over a fairly long period of time. For
exam
for updates from central
Downloading:
http://repo1.maven.org/maven2/org/apache/maven/plugins/maven-javadoc-plugin/2.0-beta-3/maven-javadoc-plugin-2.0-beta-3.pom
-Original Message-
From: Gunther Popp [mailto: [EMAIL PROTECTED]
Sent: Thursday, Ap
om
-Original Message-
From: Gunther Popp [mailto: [EMAIL PROTECTED]
Sent: Thursday, April 13, 2006 1:51 PM
To: Maven Users List
Subject: Re: use of proxies
The first question is: why?
Sorry, for jumping in here, but a common reason is to guarantee
re
rg.apache.maven.plugins:maven-compiler-plugin:checking
> > >>>
> > >> for updates from local-central
> > >>
> > >>> [INFO] artifact org.apache.maven.plugins:maven-compiler-plugin:checking
> > >>>
> > >> for up
entral
> >>
> >>> Downloading:
> >>>
> >>
> http://repo1.maven.org/maven2/org/apache/maven/plugins/maven-compiler-plugin/2.0.1/maven-compiler-plugin-2.0.1.pom
> >>
> >>> 1K downloaded
> >>> [INFO] artifact org.apache.maven.plugins:
Thursday, April 13, 2006 1:51 PM
To: Maven Users List
Subject: Re: use of proxies
The first question is: why?
Sorry, for jumping in here, but a common reason is to guarantee
reproducible builds over a fairly long period of time. For example, the
systems I´m engaged with have a t
gt; [INFO] artifact org.apache.maven.plugins:maven-javadoc-plugin: checking
> for updates from central
> > Downloading:
> http://repo1.maven.org/maven2/org/apache/maven/plugins/maven-javadoc-plugin/2.0-beta-3/maven-javadoc-plugin-2.0-beta-3.pom
> >
> > -Original Mess
g:
http://repo1.maven.org/maven2/org/apache/maven/plugins/maven-javadoc-plugin/2.0-beta-3/maven-javadoc-plugin-2.0-beta-3.pom
-Original Message-
From: Gunther Popp [mailto:[EMAIL PROTECTED]
Sent: Thursday, April 13, 2006 1:51 PM
To: Maven Users List
Subject: Re: use of proxies
The first
al Message-
From: Simon Kitching [mailto:[EMAIL PROTECTED]
Sent: Thu 4/13/2006 6:49 PM
To: Maven Users List
Subject: RE: use of proxies
Hi,
Note that there are two types of repositories (as was pointed out
earlier in this thread):
-- holds "library" jars
and
-- holds "plugin
Simon
On Thu, 2006-04-13 at 18:13 -0400, EJ Ciramella wrote:
> So it seems there's no way to STOP maven from pulling these resources from
> the web instead of my server?
>
> -Original Message-
> From: EJ Ciramella [mailto:[EMAIL PROTECTED]
> Sent: Thursday, Apr
So it seems there's no way to STOP maven from pulling these resources from the
web instead of my server?
-Original Message-
From: EJ Ciramella [mailto:[EMAIL PROTECTED]
Sent: Thursday, April 13, 2006 3:30 PM
To: Maven Users List
Subject: RE: use of proxies
Take about 10 steps bac
o:[EMAIL PROTECTED]
Sent: Thursday, April 13, 2006 1:51 PM
To: Maven Users List
Subject: Re: use of proxies
>The first question is: why?
Sorry, for jumping in here, but a common reason is to guarantee
reproducible builds over a fairly long period of time. For example, the
systems I´m engaged
The first question is: why?
Sorry, for jumping in here, but a common reason is to guarantee
reproducible builds over a fairly long period of time. For example, the
systems I´m engaged with have a typical lifetime of 15-20 years. When
the software is considered stable after initial development
ilto:[EMAIL PROTECTED]
> Sent: Thu 4/13/2006 1:00 AM
> To: Maven Users List
> Subject: Re: use of proxies
>
> On 4/13/06, EJ Ciramella <[EMAIL PROTECTED]> wrote:
> > All I'm attempting to do is prevent builds from going to the maven
> > repository. I have
even for some things with version numbers listen in our pom, maven still
reaches out for that artifacts pom.
-Original Message-
From: Barrie Treloar [mailto:[EMAIL PROTECTED]
Sent: Thu 4/13/2006 1:00 AM
To: Maven Users List
Subject: Re: use of proxies
On 4/13/06, EJ Ciramella <[EM
On 4/13/06, EJ Ciramella <[EMAIL PROTECTED]> wrote:
> All I'm attempting to do is prevent builds from going to the maven
> repository. I have set up one machine (build.corp.upromise.com) that has
> everything from my .m2/repository directory (I copied it there).
The first question is: why?
Mav
come from the maven repository.
-Original Message-
From: John Casey [mailto:[EMAIL PROTECTED]
Sent: Wed 4/12/2006 6:03 PM
To: Maven Users List
Subject: Re: use of proxies
Maybe it would help to get more of a conceptual description of your network
setup. What are you trying to accomplish
again and let
> maven download everything from scratch (where it grabs a few pom files
> remotely before it starts pulling from my local server).
>
> Thanks for the help guys by the way - this IS helping!!!
>
> I've been making advances all week!
>
> -Original Message---
to:[EMAIL PROTECTED]
Sent: Wednesday, April 12, 2006 4:23 PM
To: Maven Users List
Subject: Re: use of proxies
if you don't want it to look at repo1.maven.org, maybe what you're actually
looking for is a setup, not a .
The proxy works just like your web browser's proxy setting woul
d
> Downloading:
> http://build.corp.upromise.com/mavenrepository/org/apache/apache/1/apache-1.pom
> 3K downloaded
> Downloading:
> http://build.corp.upromise.com/mavenrepository/org/apache/maven/plugins/maven-compiler-plugin/2.0.1/maven-compiler-plugin-2.0.1.jar
> 14K download
tory/org/apache/maven/plugins/maven-compiler-plugin/2.0.1/maven-compiler-plugin-2.0.1.jar
14K downloaded
-Original Message-
From: EJ Ciramella [mailto:[EMAIL PROTECTED]
Sent: Wednesday, April 12, 2006 1:06 PM
To: Maven Users List
Subject: RE: use of proxies
Nope, still bombs -
-
Nope, still bombs -
-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
Sent: Wednesday, April 12, 2006 12:54 PM
To: Maven Users List
Subject: Re: use of proxies
No space after the -P??
mvn process-resources -Pfoxboro,model-base
-j
"EJ Ciramella" <[EMAIL PROTECTED]>
04/12/2006 08:57 AM
Please respond to "Maven Users List"
To: "Maven Users List"
cc:
Subject:use of proxies
Our Ref:
Your Ref:
So I've added the following to my
So I've added the following to my settings.xml (to test the proxy
settings):
true
http
build.corp.upromise.com
80
www.google.com|*.somewhere.com
foxboro
foxboro
E:/work
29 matches
Mail list logo