Proposal for a Maven Dependency Registry

2007-11-12 Thread David Siefert
Hi, I am not sure if anyone has already asked about this, but in case not I am proposing the idea now: a Maven Dependency Registry. I created a very simple web application (could not attach here--detected as spam) that accepts requests for files (presumably the Maven 2 convention for a dependenc

Re: Using GIT

2007-11-12 Thread Jason van Zyl
On 12 Nov 07, at 4:21 PM 12 Nov 07, Mark Struberg wrote: --- Johan Kindgren <[EMAIL PROTECTED]> schrieb: Maybe it's better to make things easier for the committers? I've been following this list for a couple of months, and it seems to be a reoccuring issue that patches are available but it tak

Re: more thoughts on proxy logging

2007-11-12 Thread Brett Porter
On 12/11/2007, at 4:53 PM, Joakim Erdfelt wrote: OK, what I got from this is some proxy logging guidelines. 1) Always include the source repository id 2) Always include the resource being requested 3) Use DEBUG severity level for normal (happy path) events. 4) Use INFO severity level for white

Re: more thoughts on proxy logging

2007-11-12 Thread Joakim Erdfelt
OK, what I got from this is some proxy logging guidelines. 1) Always include the source repository id 2) Always include the resource being requested 3) Use DEBUG severity level for normal (happy path) events. 4) Use INFO severity level for whitelist / blacklist rejections. 5) Use INFO severity lev

Plexus Container conflicts

2007-11-12 Thread Jochen Wiedmann
Hi, while running the test suite of the xml-maven-plugin, I seem to suffer from the same problems, as described in http://www.mail-archive.com/dev@maven.apache.org/msg68062.html I have read the thread and the diagnosis, but I do not understand any suggested workarounds. Could anybody please

Re: No sync to Central?

2007-11-12 Thread Dennis Lundberg
Thanks Carlos! Carlos Sanchez wrote: i just triggered manually the sync, we' ll see if keeps happening On Nov 12, 2007 3:27 PM, Dennis Lundberg <[EMAIL PROTECTED]> wrote: Hi I pushed the 2.0.4 release of maven-source-plugin to the ASF repo [1] last night, about 12 hours ago. It still hasn't b

Re: Using GIT

2007-11-12 Thread Mark Struberg
--- Johan Kindgren <[EMAIL PROTECTED]> schrieb: > Maybe it's better to make things easier for the > committers? I've been following this list for a couple of months, and > it seems to be a reoccuring issue that patches are available but it > takes a (more or less) long time before they are applied.

Re: Using GIT

2007-11-12 Thread Johan Kindgren
Just a thought on your comment on making things easy for the contributors: Maybe it's better to make things easier for the committers? I've been following this list for a couple of months, and it seems to be a reoccuring issue that patches are available but it takes a (more or less) long time befor

Re: Creating a report from the command line?

2007-11-12 Thread Jochen Wiedmann
[Reposting, due to missing reply] Hi, I have a question regarding MOJO-866. Hopefully, someone can help me. In this bug report, someone is invoking the rat:rat goal (which creates a report) from the command line. The plugin fails with a NullPointerException, because getProject() returns null. -

Re: Site and parent changes

2007-11-12 Thread Joakim Erdfelt
+1 I like it! I think we'll need a link to "other downloads" on that slideout download box, tho. - Joakim Brett Porter wrote: > As I alluded to in my other mail, I did some work on making a top > level site. More work is needed, and I need to drag in the project > documentation itself, but I thou

Getting hold of compile classpath in an Ant task

2007-11-12 Thread David J. M. Karlsen
Hi! I've followed the guide at: http://maven.apache.org/guides/plugin/guide-ant-plugin-development.html Unfortunately this guide does not show how to get hold of the compile-classpath defined by the maven project model. After some surfing i stumbled upon maven-ant-tasks which is supposed to

Re: Developing a maven-script-ant with a taget fail with

2007-11-12 Thread David J. M. Karlsen
Oliver Stauss wrote: Hello, I try to develop a maven-script-ant plugin. The idea is to migrate my project from an existing ant into a maven2 (2.0.4). So my first step was to generalize my exising ANT targets and create Seperate Maven2 plugins. I do this reading the Guide: http://maven.apache

CommandParameter Class static fields

2007-11-12 Thread S Maven
Hi, What do the static fields(FILE,FILES) in CommandParameter Class stand for? How can I define the parameter OUTPUT_DIRECTORY in pom? Is there any documentation that describes all the static fields of CommandParameter class? Thanks, caitanya __

Re: Using GIT

2007-11-12 Thread Jason van Zyl
On 12 Nov 07, at 9:17 AM 12 Nov 07, Jochen Wiedmann wrote: On Nov 12, 2007 2:57 PM, Jason van Zyl <[EMAIL PROTECTED]> wrote: Authors retain copyright and it's GPL'd. I don't think Linus much cares beyond that, but I imagine Redhat does. After all the SCO hazzle, rest assure he does. See, fo

Re: Using GIT

2007-11-12 Thread Jochen Wiedmann
On Nov 12, 2007 2:57 PM, Jason van Zyl <[EMAIL PROTECTED]> wrote: > Authors retain copyright and it's GPL'd. I don't think Linus much > cares beyond that, but I imagine Redhat does. After all the SCO hazzle, rest assure he does. See, for example http://searchenterpriselinux.techtarget.com/q

Re: Using GIT

2007-11-12 Thread Jason van Zyl
On 12 Nov 07, at 7:50 AM 12 Nov 07, Jochen Wiedmann wrote: On Nov 12, 2007 1:40 PM, Brett Porter <[EMAIL PROTECTED]> wrote: I might be misunderstanding, but this sounds like the answer to my other question about getting contributors changes into trunk - what I was asking here is how after som

Re: Using GIT

2007-11-12 Thread Jason van Zyl
On 12 Nov 07, at 3:38 AM 12 Nov 07, Mark Struberg wrote: --- Brett Porter <[EMAIL PROTECTED]> schrieb: Next, how can other committers get visibility into what the contributors contributed? Much like a patch, it all gets committed under one ID, but in that case we have the original contribution

Re: Using GIT

2007-11-12 Thread Mark Struberg
> > All the information from the contributor should now be available in > > the main repo as well. > - what I > was asking here is how after someone has merged the changes, we can > keep track of where they came from (relying on an external repo url > is not realistic for this, in case it

Re: is maven able to prompt for data?

2007-11-12 Thread Daniel Kulp
On Monday 12 November 2007, Jens Rapp wrote: > well, i use a self-written plugin. do i have to implement this by > myself or is there an interface in your api? Oh. No. Just use System.in/System.out. That's all the GPG plugin uses. Dan > > Original-Nachricht > > > Datum

Re: is maven able to prompt for data?

2007-11-12 Thread Jens Rapp
well, i use a self-written plugin. do i have to implement this by myself or is there an interface in your api? Original-Nachricht > Datum: Mon, 12 Nov 2007 08:14:51 -0500 > Von: Daniel Kulp <[EMAIL PROTECTED]> > An: dev@maven.apache.org > CC: "Jens Rapp" <[EMAIL PROTECTED]> > Be

Re: Archiva installation documentation on 'all' J2EE containers

2007-11-12 Thread Emmanuel Venisse
Fixed. Thanks. Emmanuel Jan Nielsen a écrit : Looks great, Emmanuel. There's a typo ("jdbc/continuuù") here: http://maven.apache.org/continuum/documentation/1_1/installation/tomcat.html#Tomcat_6.0.x_Specifics -Jan On Nov 12, 2007 5:42 AM, Emmanuel Venisse <[EMAIL PROTECTED]> wrote: Hi,

Re: is maven able to prompt for data?

2007-11-12 Thread Daniel Kulp
On Monday 12 November 2007, Jens Rapp wrote: > hey there, > is it possible to make maven prompt for input? e.g. i don't want to > have password data in my pom.xml. SOMETIMES it can, SOMETIMES it cannot.We're working on the "cannot" cases as we find them. Definitely log bugs if you find them

Re: Archiva installation documentation on 'all' J2EE containers

2007-11-12 Thread Jan Nielsen
Looks great, Emmanuel. There's a typo ("jdbc/continuuù") here: http://maven.apache.org/continuum/documentation/1_1/installation/tomcat.html#Tomcat_6.0.x_Specifics -Jan On Nov 12, 2007 5:42 AM, Emmanuel Venisse <[EMAIL PROTECTED]> wrote: > Hi, > > I documented Continuum installation on Tomcat,

is maven able to prompt for data?

2007-11-12 Thread Jens Rapp
hey there, is it possible to make maven prompt for input? e.g. i don't want to have password data in my pom.xml. bye Jens -- GMX FreeMail: 1 GB Postfach, 5 E-Mail-Adressen, 10 Free SMS. Alle Infos und kostenlose Anmeldung: http://www.gmx.net/de/go/freemail --

Re: Using GIT

2007-11-12 Thread Jochen Wiedmann
On Nov 12, 2007 1:40 PM, Brett Porter <[EMAIL PROTECTED]> wrote: > I might be misunderstanding, but this sounds like the answer to my > other question about getting contributors changes into trunk - what I > was asking here is how after someone has merged the changes, we can > keep track of where

Re: Using GIT

2007-11-12 Thread Brett Porter
On 12/11/2007, at 3:38 AM, Mark Struberg wrote: --- Brett Porter <[EMAIL PROTECTED]> schrieb: Next, how can other committers get visibility into what the contributors contributed? Much like a patch, it all gets committed under one ID, but in that case we have the original contribution in JIRA.

Re: Using GIT

2007-11-12 Thread Mark Struberg
--- Brett Porter <[EMAIL PROTECTED]> schrieb: > > Next, how can other committers get visibility into what the > > contributors contributed? Much like a patch, it all gets committed > > under one ID, but in that case we have the original contribution in > > JIRA. Is there a way we'll be able t

Re: No sync to Central?

2007-11-12 Thread Carlos Sanchez
i just triggered manually the sync, we' ll see if keeps happening On Nov 12, 2007 3:27 PM, Dennis Lundberg <[EMAIL PROTECTED]> wrote: > Hi > > I pushed the 2.0.4 release of maven-source-plugin to the ASF repo [1] > last night, about 12 hours ago. It still hasn't been synced to the > central repo [