maven -plugins

2007-11-08 Thread dtr prasad
Dear sir, At present ,i am not having any net connection, But as i am learning maven, i request you to give a way to down load plugins with regards, Prasad DTR

Re: [VOTE] Release maven-source-plugin 2.0.4 (second try)

2007-11-08 Thread olivier lamy
+1 -- Olivier 2007/11/8, Daniel Kulp <[EMAIL PROTECTED]>: > > > +1 this time. :-) > > Dan > > > On Thursday 08 November 2007, Dennis Lundberg wrote: > > Hi, > > > > I'd like to release maven-source-plugin 2.0.4. > > > > Two bugs were found when testing the first release candidate of 2.0.4. > >

[jira] Subscription: Design & Best Practices

2007-11-08 Thread jira
Issue Subscription Filter: Design & Best Practices (28 issues) Subscriber: mavendevlist Key Summary MNG-2184Possible problem with @aggregator and forked lifecycles http://jira.codehaus.org/browse/MNG-2184 MNG-612 implement conflict resolution techniques htt

Re: Bad artifacts in Atlassian's Maven repository

2007-11-08 Thread James William Dumay
Hey Brian, > I recently came across a concerning issue regarding the Atlassian > repository used now to house the clover tools and clover maven plugin. > This repository contains many artifacts that are duplicated on the > central repository but are not authored (that I can tell) by Atlassian. > E

Took a stab at planning 1.1...

2007-11-08 Thread Brett Porter
I pushed everything from 1.x and Future that I thought made sense into the 1.1 bucket. Please take a look and comment if you feel: a) something can be pushed out to a future 1.x instead (less is more!) b) I've missed something we should include If you have any ideas for new features that shoul

Re: [DISCUSS] [MRM-564] Audit Logging.

2007-11-08 Thread Brett Porter
On 09/11/2007, at 5:48 AM, Joakim Erdfelt wrote: 1) Repository Configuration Create 2) Repository Configuration Edit 3) Repository Configuration Delete 4) Proxy Connector Create 5) Proxy Connector Edit 6) Proxy Connector Delete I would put these in a separate log, probably 7) Metadata Merge

Re: [VOTE] Release maven-source-plugin 2.0.4 (second try)

2007-11-08 Thread Daniel Kulp
+1 this time. :-) Dan On Thursday 08 November 2007, Dennis Lundberg wrote: > Hi, > > I'd like to release maven-source-plugin 2.0.4. > > Two bugs were found when testing the first release candidate of 2.0.4. > These have now been fixed. > > Release Notes: > http://jira.codehaus.org/secure/Re

Re: [MRM-435] Need to review repository defaults

2007-11-08 Thread Brett Porter
I'm not so sure, but I'm happy to push it out - have done so. - Brett On 09/11/2007, at 2:41 AM, Joakim Erdfelt wrote: I'm working through the open jiras and i keep coming across this one. [MRM-435] Need to review repository defaults Description: we should review the use of the appserver path

Re: [VOTE] Release maven-source-plugin 2.0.4 (second try)

2007-11-08 Thread Stephane Nicoll
+1 Stéphane On Nov 8, 2007 6:22 PM, Dennis Lundberg <[EMAIL PROTECTED]> wrote: > Hi, > > I'd like to release maven-source-plugin 2.0.4. > > Two bugs were found when testing the first release candidate of 2.0.4. > These have now been fixed. > > Release Notes: > http://jira.codehaus.org/secure/Rele

RE: Bad artifacts in Atlassian's Maven repository

2007-11-08 Thread Brian E. Fox
Even better for the users. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Carlos Sanchez Sent: Thursday, November 08, 2007 7:17 PM To: Maven Developers List Subject: Re: Bad artifacts in Atlassian's Maven repository hey should just sync their clover stuf

[DISCUSS] [MRM-564] Audit Logging.

2007-11-08 Thread Joakim Erdfelt
A change was made to audit logging today (re: MRM-564) The audit.log is now generated via a log4j logger (not direct java.io usage). The output contains the following structure. "{timestamp} {repository_id} {user_id} {remote_ip} \"{resource}\" \"{action}\"" Example output: 2007-11-08 11:18

Re: Bad artifacts in Atlassian's Maven repository

2007-11-08 Thread Carlos Sanchez
hey should just sync their clover stuff into central On Nov 8, 2007 10:12 AM, Brian E. Fox <[EMAIL PROTECTED]> wrote: > All, > > I posted a message to the Cenqua technical support forum > (http://www.cenqua.com/forums/thread.jspa?threadID=3318) with the > following content: > > > > I recently came

Bad artifacts in Atlassian's Maven repository

2007-11-08 Thread Brian E. Fox
All, I posted a message to the Cenqua technical support forum (http://www.cenqua.com/forums/thread.jspa?threadID=3318) with the following content: I recently came across a concerning issue regarding the Atlassian repository used now to house the clover tools and clover maven plugin. This repos

[VOTE] Release maven-source-plugin 2.0.4 (second try)

2007-11-08 Thread Dennis Lundberg
Hi, I'd like to release maven-source-plugin 2.0.4. Two bugs were found when testing the first release candidate of 2.0.4. These have now been fixed. Release Notes: http://jira.codehaus.org/secure/ReleaseNote.jspa?projectId=11147&styleName=Html&version=13442 Tag: http://svn.apache.org/repos/a

[MRM-435] Need to review repository defaults

2007-11-08 Thread Joakim Erdfelt
I'm working through the open jiras and i keep coming across this one. [MRM-435] Need to review repository defaults Description: we should review the use of the appserver path as the default location, as it is not particularly friendly to seting up as a standalone web application. I believe ther

Re: [VOTE] Release maven-source-plugin 2.0.4

2007-11-08 Thread Daniel Kulp
On Wednesday 07 November 2007, Dennis Lundberg wrote: > I have deployed a new 2.0.4-SNAPSHOT that is supposed to fix both of > these issues. Daniel, can you take it for a test drive? Looks MUCH better. The jars look like they are actually shippable. That said, longer term, we probably should

Re: Using the dependency resolution code in a mojo

2007-11-08 Thread Mark Struberg
look at http://jira.codehaus.org/browse/MWAR-73 There you'll find the basic info how to handle archivedClasses as attached artifact and also a patch from Michael which generally fixes the war-overlaying. hope this is what u r looking 4 LieGrü, strub --- Nigel Magnay <[EMAIL PROTECTED]> schrie

Re: Using the dependency resolution code in a mojo

2007-11-08 Thread Nigel Magnay
Ah - interesting - I hadn't considered the archiveClasses part. Does it then get it's own pom file with jar ? Is it a complicated patch to the WAR plugin? Sounds like you're trying to do exactly the same thing as me, where the path to a 'final' war may have WAR files that depend on other 'WAR' fil

RE: Using the dependency resolution code in a mojo

2007-11-08 Thread Mark Struberg
Ouch ;) The problem with the uberwar is, that (for what i know - i looked at the sources over 2 years ago, so this might have changed) it has no information anymore about what kind of libraries are in the WEB-INF/lib directory (and if those libs are maintained via maven or not). So it imho only

Using the dependency resolution code in a mojo

2007-11-08 Thread Nigel Magnay
Hi devs - I'm hoping for a pointer or two as to how easy this might be to implement in practice - I think it shouldn't be too hard, but I'm not really familiar with the possibly subtle interactions. We build many WAR files in M2. We then merge these together at the end, in order to create an 'uber

Re: Articel on Continuum

2007-11-08 Thread Emmanuel Venisse
Hi, I added it to the Continuum site. Thanks When your new article will be ready, can you send a message to the continuum dev list? Cheers Emmanuel Halil-Cem Guersoy a écrit : Dear all, just as suggested on the Maven homepage a ping to the dev list about a new external resource. I've pu

Articel on Continuum

2007-11-08 Thread Halil-Cem Guersoy
Dear all, just as suggested on the Maven homepage a ping to the dev list about a new external resource. I've published an article about Continuum in the JavaMagazin 07.2007 (leading German journal on Java) with the title "Kontinuierlich zum Ziel - Eine Einführung in Maven Continuum". As you