You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by Dmitry <dm...@hotmail.com> on 2007/07/20 23:46:54 UTC

maven https

Can someone tell me how do i get Maven to connect to a windows https: remote 
server. Can I pass the username and password?
thanks,
Dmitry Tkach
www.ejinz.com - search biz
----- Original Message ----- 
From: "Baz" <ba...@gmail.com>
To: "Maven Users List" <us...@maven.apache.org>
Sent: Friday, July 20, 2007 4:39 PM
Subject: Re: How can i create a repo search order?


> Denis, thanks. How can i configure the searching behaviour? Is there a 
> file?
> Syntax?
>
> On 7/20/07, Denis Cabasson <de...@insee.fr> wrote:
>>
>>
>> Maven is always searching first for the local repo.
>>
>> Searching for dev or release or public repo is not, to my knowledge,
>> possible. A given artifact should be the same on all repos, so maven will
>> look for it wherever it can.
>>
>> Denis.
>>
>>
>> Baz-6 wrote:
>> >
>> > All,
>> >
>> > How can i write the pom so that it looks for local repo (local 
>> > machine),
>> > then development repo, then release repo, then public repo?
>> >
>> > Thanks.
>> >
>> > A.
>> >
>> >
>>
>> --
>> View this message in context:
>> http://www.nabble.com/How-can-i-create-a-repo-search-order--tf4118179s177.html#a11715961
>> Sent from the Maven - Users mailing list archive at Nabble.com.
>>
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
>> For additional commands, e-mail: users-help@maven.apache.org
>>
>>
> 


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org


Re: maven logging issue

Posted by Eric Redmond <er...@gmail.com>.
Are you using log4j directly? Or are you using it via commons logging? If
the latter, you might have to configure commons logging to use something
other than log4j (like the java log). If not, then I've not heard of this
problem.

Eric

On 7/24/07, Dmitry <dm...@hotmail.com> wrote:
>
> I've been working on several log4j related projects with Maven recently
> and
> I've started having errors during site generation start occurring on
> projects that had been working. The symptom is: Error loading report
> org.apache.maven.plugin.jxr.JxrReport - AbstractMethodError:
> canGenerateReport()
>
> And will disappear if the ${ reports} is removed from src/site/site.xml.
>
> I've been experiencing the problem with Maven 2.0.6 or Maven 2.0.4 java
> version "1.5.0_07" Java(TM) 2 Runtime Environment, Standard Edition (build
> 1.5.0_07-164) Java HotSpot(TM) Client VM (build 1.5.0_07-87, mixed mode,
> sharing)
>
> and still had the problem after deleting my local repository.
>
> To reproduce the problem, check out the following project:
>
> svn co https://svn.apache.org/repos/asf/logging/sandbox/log4j/component
>
> and then do "mvn site"
>
>
> thanks,
>
> DT,
>
> www.ejinz.com
>
> Search Technology Economy News
>
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
> For additional commands, e-mail: users-help@maven.apache.org
>
>


-- 
Eric Redmond
http://blog.propellors.net

maven logging issue

Posted by Dmitry <dm...@hotmail.com>.
I've been working on several log4j related projects with Maven recently and 
I've started having errors during site generation start occurring on 
projects that had been working. The symptom is: Error loading report 
org.apache.maven.plugin.jxr.JxrReport - AbstractMethodError: 
canGenerateReport()

And will disappear if the ${ reports} is removed from src/site/site.xml.

I've been experiencing the problem with Maven 2.0.6 or Maven 2.0.4 java 
version "1.5.0_07" Java(TM) 2 Runtime Environment, Standard Edition (build 
1.5.0_07-164) Java HotSpot(TM) Client VM (build 1.5.0_07-87, mixed mode, 
sharing)

and still had the problem after deleting my local repository.

To reproduce the problem, check out the following project:

svn co https://svn.apache.org/repos/asf/logging/sandbox/log4j/component

and then do "mvn site"


thanks,

DT,

www.ejinz.com

Search Technology Economy News




---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org


Re: maven https

Posted by Arnaud HERITIER <ah...@gmail.com>.
You certainly have to register in your jvm/jdk the public key of your
server using the keytool.

Arnaud

On 20/07/07, Dmitry <dm...@hotmail.com> wrote:
> Can someone tell me how do i get Maven to connect to a windows https: remote
> server. Can I pass the username and password?
> thanks,
> Dmitry Tkach
> www.ejinz.com - search biz
> ----- Original Message -----
> From: "Baz" <ba...@gmail.com>
> To: "Maven Users List" <us...@maven.apache.org>
> Sent: Friday, July 20, 2007 4:39 PM
> Subject: Re: How can i create a repo search order?
>
>
> > Denis, thanks. How can i configure the searching behaviour? Is there a
> > file?
> > Syntax?
> >
> > On 7/20/07, Denis Cabasson <de...@insee.fr> wrote:
> >>
> >>
> >> Maven is always searching first for the local repo.
> >>
> >> Searching for dev or release or public repo is not, to my knowledge,
> >> possible. A given artifact should be the same on all repos, so maven will
> >> look for it wherever it can.
> >>
> >> Denis.
> >>
> >>
> >> Baz-6 wrote:
> >> >
> >> > All,
> >> >
> >> > How can i write the pom so that it looks for local repo (local
> >> > machine),
> >> > then development repo, then release repo, then public repo?
> >> >
> >> > Thanks.
> >> >
> >> > A.
> >> >
> >> >
> >>
> >> --
> >> View this message in context:
> >> http://www.nabble.com/How-can-i-create-a-repo-search-order--tf4118179s177.html#a11715961
> >> Sent from the Maven - Users mailing list archive at Nabble.com.
> >>
> >>
> >> ---------------------------------------------------------------------
> >> To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
> >> For additional commands, e-mail: users-help@maven.apache.org
> >>
> >>
> >
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
> For additional commands, e-mail: users-help@maven.apache.org
>
>


-- 
..........................................................
Arnaud HERITIER
..........................................................
OCTO Technology - aheritier AT octo DOT com
www.octo.com | blog.octo.com
..........................................................
ASF - aheritier AT apache DOT org
www.apache.org | maven.apache.org
...........................................................

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org