[jira] Commented: (MNG-1797) Dependency excludes apply to every subsequent dependency, not just the one it is declared under.

2006-03-04 Thread Carlos Sanchez (JIRA)
[ http://jira.codehaus.org/browse/MNG-1797?page=comments#action_60102 ] Carlos Sanchez commented on MNG-1797: - I don't think we should fix this until we have global exclusions MNG-1977, it'll hurt more than help. > Dependency excludes apply to every sub

Re: [vote] Release Maven 2.0.3 (second attempt)

2006-03-04 Thread Carlos Sanchez
I'm +1 to release without MNG-1797. I'm not keen to so many last hour changes. As I said in that bug I don't think we should fix that until we have global excludes or it'll be a PITA to create poms and probably break a lot of projects. On 3/4/06, John Casey <[EMAIL PROTECTED]> wrote: > I'll take a

[jira] Updated: (MNG-1797) Dependency excludes apply to every subsequent dependency, not just the one it is declared under.

2006-03-04 Thread John Casey (JIRA)
[ http://jira.codehaus.org/browse/MNG-1797?page=all ] John Casey updated MNG-1797: Fix Version: (was: 2.0.4) 2.0.3 I'm going to try to get this in, since it's so well tested. I've got the patches/tests in place locally, but am out of ti

Re: [vote] Release Maven 2.0.3 (second attempt)

2006-03-04 Thread John Casey
I'll take a look. -john Grzegorz Slowikowski wrote: Hello Sorry I'm so late, but can you fix this issue http://jira.codehaus.org/browse/MNG-1797 in 2.0.3. Attached patch is very simple and the error is very irritating. Carlos made this patch one month ago. Please apply it for 2.0.3. Greg ---

[jira] Commented: (MNG-2098) Artifact resolver incorrectly selects repository which doesn't contain the selected version

2006-03-04 Thread Brett Porter (JIRA)
[ http://jira.codehaus.org/browse/MNG-2098?page=comments#action_60098 ] Brett Porter commented on MNG-2098: --- I believe the simple fix has more consequence than to just change the number of repos searched, but I'd need to investigate. This requires more car

[jira] Commented: (MIDEA-29) Wrong JDK selected (Maven 2.0.2/IDEA 5.1)

2006-03-04 Thread Wendy Smoak (JIRA)
[ http://jira.codehaus.org/browse/MIDEA-29?page=comments#action_60097 ] Wendy Smoak commented on MIDEA-29: -- This seems to be a duplicate of MIDEA-9 Both of these issues are fixed in the trunk. If you build maven-idea-plugin from source, and run 'mvn idea:

[jira] Closed: (MAVENUPLOAD-761) Upload tomcat poms and commons-modeler-1.1.jar to maven2 repository

2006-03-04 Thread Brett Porter (JIRA)
[ http://jira.codehaus.org/browse/MAVENUPLOAD-761?page=all ] Brett Porter closed MAVENUPLOAD-761: Assign To: Brett Porter Resolution: Fixed I authored a pom and put this in the Apache repository. It should find its way to ibiblio shortly.

[jira] Commented: (MIDEA-29) Wrong JDK selected (Maven 2.0.2/IDEA 5.1)

2006-03-04 Thread Edwin Punzalan (JIRA)
[ http://jira.codehaus.org/browse/MIDEA-29?page=comments#action_60095 ] Edwin Punzalan commented on MIDEA-29: - Did you use -DjdkName ? > Wrong JDK selected (Maven 2.0.2/IDEA 5.1) > - > > Key: MIDEA-29 >

[jira] Closed: (MINSTALL-15) Use ${variables} in dependencies doesn't work when pom is installed in the local repository

2006-03-04 Thread Brett Porter (JIRA)
[ http://jira.codehaus.org/browse/MINSTALL-15?page=all ] Brett Porter closed MINSTALL-15: Assign To: Brett Porter Resolution: Won't Fix this is by design. the repository pom is not meant to be interpolated, and profiles should not be used to i

[jira] Closed: (MPIR-32) in doesn't work.

2006-03-04 Thread Brett Porter (JIRA)
[ http://jira.codehaus.org/browse/MPIR-32?page=all ] Brett Porter closed MPIR-32: Assign To: Brett Porter Resolution: Won't Fix you've explicitly included project-info-reports in the parent pom, which is why it gets generated. You are also double

Development process

2006-03-04 Thread Brett Porter
I've finally reviewed the dev process and made some edits. I made them independently so they can relatively easily be rolled back. a) Put the burden of merging on developers instead of a "release manager". Changes need to go to the branch sooner and I think this is what we were doing anyway. Also

[maven2 build branches/maven-2.0.x - SUCCESS - checkout] Sun Mar 5 00:30:01 GMT 2006

2006-03-04 Thread continuum
Distribution: http://maven.zones.apache.org/~maven/builds/branches/maven-2.0.x/m2-20060305.003001.tar.gz Log: http://maven.zones.apache.org/~maven/logs/branches/maven-2.0.x/m2-build-log-20060305.003001.txt - To unsubscribe, e-mai

[maven2 build trunk - SUCCESS - checkout] Sun Mar 5 00:00:00 GMT 2006

2006-03-04 Thread continuum
Distribution: http://maven.zones.apache.org/~maven/builds/trunk/m2-20060305.01.tar.gz Log: http://maven.zones.apache.org/~maven/logs/trunk/m2-build-log-20060305.01.txt - To unsubscribe, e-mail: [EMAIL PROTECTED] For addit

[jira] Commented: (MSUREFIRE-69) stop output to test-output directory

2006-03-04 Thread Brett Porter (JIRA)
[ http://jira.codehaus.org/browse/MSUREFIRE-69?page=comments#action_60088 ] Brett Porter commented on MSUREFIRE-69: --- Jesse, This doesn't seem like the best way to fix this from the TestNG perspective. Shouldn't it be more explicit? I assume this is w

[jira] Commented: (MSITE-98) Allow files to be excluded from site generation

2006-03-04 Thread Dennis Lundberg (JIRA)
[ http://jira.codehaus.org/browse/MSITE-98?page=comments#action_60083 ] Dennis Lundberg commented on MSITE-98: -- The use case that I have used to verify that this works is commons-compress in the Jakarta-commons sandbox. Running "mvn site" with the curre

Re: [vote] Release Maven 2.0.3 (second attempt)

2006-03-04 Thread Grzegorz Slowikowski
Hello Sorry I'm so late, but can you fix this issue http://jira.codehaus.org/browse/MNG-1797 in 2.0.3. Attached patch is very simple and the error is very irritating. Carlos made this patch one month ago. Please apply it for 2.0.3. Greg - Original Message - From: "John Casey" <[EMAIL P

Re: [m2] Can the site plugin be told to exclude some files?

2006-03-04 Thread Dennis Lundberg
Patches are now available here: - http://jira.codehaus.org/browse/DOXIA-54 - http://jira.codehaus.org/browse/MSITE-98 -- Dennis Lundberg Brett Porter wrote: Sounds good. - Brett Dennis Lundberg wrote: In jakarta-commons we would like to keep our existing (m1) xdocs which reside in /xdocs/ if

[jira] Updated: (MSITE-98) Allow files to be excluded from site generation

2006-03-04 Thread Dennis Lundberg (JIRA)
[ http://jira.codehaus.org/browse/MSITE-98?page=all ] Dennis Lundberg updated MSITE-98: - Attachment: MSITE-98.patch > Allow files to be excluded from site generation > --- > > Key: MSITE-98 >

[jira] Created: (MSITE-98) Allow files to be excluded from site generation

2006-03-04 Thread Dennis Lundberg (JIRA)
Allow files to be excluded from site generation --- Key: MSITE-98 URL: http://jira.codehaus.org/browse/MSITE-98 Project: Maven 2.x Site Plugin Type: New Feature Reporter: Dennis Lundberg -- This message is automat

[jira] Commented: (MIDEA-29) Wrong JDK selected (Maven 2.0.2/IDEA 5.1)

2006-03-04 Thread Aaron Mulder (JIRA)
[ http://jira.codehaus.org/browse/MIDEA-29?page=comments#action_60073 ] Aaron Mulder commented on MIDEA-29: --- It also set the language level for project to "1.3" even though it was set to use a 1.4 JDK > Wrong JDK selected (Maven 2.0.2/IDEA 5.1) >

[jira] Created: (MIDEA-30) Bad/missing settings for generated web app module

2006-03-04 Thread Aaron Mulder (JIRA)
Bad/missing settings for generated web app module - Key: MIDEA-30 URL: http://jira.codehaus.org/browse/MIDEA-30 Project: Maven 2.x Idea Plugin Type: Bug Reporter: Aaron Mulder I generated an Idea project for an E

[jira] Created: (MIDEA-29) Wrong JDK selected (Maven 2.0.2/IDEA 5.1)

2006-03-04 Thread Aaron Mulder (JIRA)
Wrong JDK selected (Maven 2.0.2/IDEA 5.1) - Key: MIDEA-29 URL: http://jira.codehaus.org/browse/MIDEA-29 Project: Maven 2.x Idea Plugin Type: Bug Reporter: Aaron Mulder I used mvn idea:idea on an EAR project with several

[jira] Commented: (MIDEA-14) add support for ejb module configuration in iml

2006-03-04 Thread Aaron Mulder (JIRA)
[ http://jira.codehaus.org/browse/MIDEA-14?page=comments#action_60072 ] Aaron Mulder commented on MIDEA-14: --- I noticed that when using idea:idea in 2.0.2 on an EAR, the EJB module was created, but a path to ejb-jar.xml was not set and also the app server w

[jira] Updated: (MSUREFIRE-69) stop output to test-output directory

2006-03-04 Thread Jesse Kuhnert (JIRA)
[ http://jira.codehaus.org/browse/MSUREFIRE-69?page=all ] Jesse Kuhnert updated MSUREFIRE-69: --- Attachment: surefire-patch.txt > stop output to test-output directory > > > Key: MSUREFIRE-69 > URL: h

[maven2 build trunk - SUCCESS - update] Sat Mar 4 19:00:00 GMT 2006

2006-03-04 Thread continuum
Distribution: http://maven.zones.apache.org/~maven/builds/trunk/m2-20060304.19.tar.gz Log: http://maven.zones.apache.org/~maven/logs/trunk/m2-build-log-20060304.19.txt - To unsubscribe, e-mail: [EMAIL PROTECTED] For addit

[maven2 build branches/maven-2.0.x - SUCCESS - update] Sat Mar 4 18:45:00 GMT 2006

2006-03-04 Thread continuum
Distribution: http://maven.zones.apache.org/~maven/builds/branches/maven-2.0.x/m2-20060304.184501.tar.gz Log: http://maven.zones.apache.org/~maven/logs/branches/maven-2.0.x/m2-build-log-20060304.184501.txt - To unsubscribe, e-mai

[jira] Closed: (MJAVADOC-45) Quoted argument text must escape apostrophes

2006-03-04 Thread Vincent Siveton (JIRA)
[ http://jira.codehaus.org/browse/MJAVADOC-45?page=all ] Vincent Siveton closed MJAVADOC-45: --- Resolution: Fixed Reclosed > Quoted argument text must escape apostrophes > > > Key: MJAVADOC-45 >

[jira] Updated: (MPLUGIN-12) Generated plugin documentation lists wrong data type

2006-03-04 Thread Herv? BOUTEMY (JIRA)
[ http://jira.codehaus.org/browse/MPLUGIN-12?page=all ] Hervé BOUTEMY updated MPLUGIN-12: - Attachment: MPLUGIN-12-maven-plugin-tools-java.patch > Generated plugin documentation lists wrong data type >

[maven2 build branches/maven-2.0.x - SUCCESS - update] Sat Mar 4 17:15:00 GMT 2006

2006-03-04 Thread continuum
Distribution: http://maven.zones.apache.org/~maven/builds/branches/maven-2.0.x/m2-20060304.171501.tar.gz Log: http://maven.zones.apache.org/~maven/logs/branches/maven-2.0.x/m2-build-log-20060304.171501.txt - To unsubscribe, e-mai

[jira] Closed: (MIDEA-5) using copyright plugin gets converted back differently to original, corrupting ipr

2006-03-04 Thread Edwin Punzalan (JIRA)
[ http://jira.codehaus.org/browse/MIDEA-5?page=all ] Edwin Punzalan closed MIDEA-5: -- Resolution: Fixed > using copyright plugin gets converted back differently to original, > corrupting ipr > ---

[maven2 build trunk - SUCCESS - update] Sat Mar 4 17:00:00 GMT 2006

2006-03-04 Thread continuum
Distribution: http://maven.zones.apache.org/~maven/builds/trunk/m2-20060304.17.tar.gz Log: http://maven.zones.apache.org/~maven/logs/trunk/m2-build-log-20060304.17.txt - To unsubscribe, e-mail: [EMAIL PROTECTED] For addit

[maven2 build branches/maven-2.0.x - SUCCESS - update] Sat Mar 4 16:45:00 GMT 2006

2006-03-04 Thread continuum
Distribution: http://maven.zones.apache.org/~maven/builds/branches/maven-2.0.x/m2-20060304.164500.tar.gz Log: http://maven.zones.apache.org/~maven/logs/branches/maven-2.0.x/m2-build-log-20060304.164500.txt - To unsubscribe, e-mai

[jira] Closed: (MIDEA-28) Add an idea:clean goal

2006-03-04 Thread Edwin Punzalan (JIRA)
[ http://jira.codehaus.org/browse/MIDEA-28?page=all ] Edwin Punzalan closed MIDEA-28: --- Resolution: Fixed > Add an idea:clean goal > -- > > Key: MIDEA-28 > URL: http://jira.codehaus.org/browse/MIDEA-28 > Proje

[maven2 build trunk - SUCCESS - update] Sat Mar 4 16:30:00 GMT 2006

2006-03-04 Thread continuum
Distribution: http://maven.zones.apache.org/~maven/builds/trunk/m2-20060304.163001.tar.gz Log: http://maven.zones.apache.org/~maven/logs/trunk/m2-build-log-20060304.163001.txt - To unsubscribe, e-mail: [EMAIL PROTECTED] For addit

[jira] Commented: (MSUREFIRE-69) stop output to test-output directory

2006-03-04 Thread Jesse Kuhnert (JIRA)
[ http://jira.codehaus.org/browse/MSUREFIRE-69?page=comments#action_60064 ] Jesse Kuhnert commented on MSUREFIRE-69: I meant fixed in testng itself, it probably got re-enabled somehow. Will report back when testng get's fixed and if any patches need

[jira] Created: (MSUREFIRE-71) activemq tests fail - system property not set

2006-03-04 Thread Brett Porter (JIRA)
activemq tests fail - system property not set - Key: MSUREFIRE-71 URL: http://jira.codehaus.org/browse/MSUREFIRE-71 Project: Maven 2.x Surefire Plugin Type: Improvement Reporter: Brett Porter Assigned to: Brett Porter

[jira] Created: (MSUREFIRE-70) junit test execution via testng seems to have recently broken

2006-03-04 Thread Brett Porter (JIRA)
junit test execution via testng seems to have recently broken - Key: MSUREFIRE-70 URL: http://jira.codehaus.org/browse/MSUREFIRE-70 Project: Maven 2.x Surefire Plugin Type: Improvement Versions: 2.2

[jira] Reopened: (MJAVADOC-45) Quoted argument text must escape apostrophes

2006-03-04 Thread Brian S O'Neill (JIRA)
[ http://jira.codehaus.org/browse/MJAVADOC-45?page=all ] Brian S O'Neill reopened MJAVADOC-45: - Looking at the change, it appears to have a bug. The comparison should be made against "-1", not "1". http://svn.apache.org/viewcvs.cgi/maven/plugins/t

[jira] Updated: (MIDEA-28) Add an idea:clean goal

2006-03-04 Thread Edwin Punzalan (JIRA)
[ http://jira.codehaus.org/browse/MIDEA-28?page=all ] Edwin Punzalan updated MIDEA-28: Assign To: Edwin Punzalan Remaining Estimate: 1 hour Original Estimate: 1 hour > Add an idea:clean goal > -- > > Key: MI

[maven2 build branches/maven-2.0.x - SUCCESS - update] Sat Mar 4 15:15:00 GMT 2006

2006-03-04 Thread continuum
Distribution: http://maven.zones.apache.org/~maven/builds/branches/maven-2.0.x/m2-20060304.151501.tar.gz Log: http://maven.zones.apache.org/~maven/logs/branches/maven-2.0.x/m2-build-log-20060304.151501.txt - To unsubscribe, e-mai

[jira] Closed: (MSUREFIRE-62) forkMode=pertest shows Results: line after every battery, not at the end.

2006-03-04 Thread Brett Porter (JIRA)
[ http://jira.codehaus.org/browse/MSUREFIRE-62?page=all ] Brett Porter closed MSUREFIRE-62: - Assign To: Brett Porter Resolution: Fixed Fix Version: 2.2 > forkMode=pertest shows Results: line after every battery, not at the end. >

[maven2 build trunk - SUCCESS - update] Sat Mar 4 15:00:00 GMT 2006

2006-03-04 Thread continuum
Distribution: http://maven.zones.apache.org/~maven/builds/trunk/m2-20060304.15.tar.gz Log: http://maven.zones.apache.org/~maven/logs/trunk/m2-build-log-20060304.15.txt - To unsubscribe, e-mail: [EMAIL PROTECTED] For addit

[jira] Commented: (MSUREFIRE-69) stop output to test-output directory

2006-03-04 Thread Brett Porter (JIRA)
[ http://jira.codehaus.org/browse/MSUREFIRE-69?page=comments#action_60060 ] Brett Porter commented on MSUREFIRE-69: --- this was by setting the output directory - but that was to target/surefire-reports which isn't wanted. ideally, the listeners would be

[maven2 build branches/maven-2.0.x - SUCCESS - update] Sat Mar 4 14:45:00 GMT 2006

2006-03-04 Thread continuum
Distribution: http://maven.zones.apache.org/~maven/builds/branches/maven-2.0.x/m2-20060304.144500.tar.gz Log: http://maven.zones.apache.org/~maven/logs/branches/maven-2.0.x/m2-build-log-20060304.144500.txt - To unsubscribe, e-mai

[jira] Commented: (MSUREFIRE-69) stop output to test-output directory

2006-03-04 Thread Jesse Kuhnert (JIRA)
[ http://jira.codehaus.org/browse/MSUREFIRE-69?page=comments#action_60059 ] Jesse Kuhnert commented on MSUREFIRE-69: I had originally removed this when developing the first round of patches but it seems to have re-surfaced again. Will do it again and

Re: [vote] replace surefire and surefire plugin trunk with test NG branches

2006-03-04 Thread Jesse Kuhnert
+1 (non-binding). I'm going to start testing things right now and will jira back on any issues found. On 3/4/06, Brian E. Fox <[EMAIL PROTECTED]> wrote: > > I would like at least a week to try this out as we are using testNG via > ant currently. I'll be away Mon&Tue but can test later on and repor

[jira] Created: (MSUREFIRE-69) stop output to test-output directory

2006-03-04 Thread Brett Porter (JIRA)
stop output to test-output directory Key: MSUREFIRE-69 URL: http://jira.codehaus.org/browse/MSUREFIRE-69 Project: Maven 2.x Surefire Plugin Type: Sub-task Reporter: Brett Porter Fix For: 2.2 -- This message is autom

RE: [vote] replace surefire and surefire plugin trunk with test NG branches

2006-03-04 Thread Brian E. Fox
I would like at least a week to try this out as we are using testNG via ant currently. I'll be away Mon&Tue but can test later on and report my experience. -Original Message- From: Jason van Zyl [mailto:[EMAIL PROTECTED] Sent: Saturday, March 04, 2006 8:09 AM To: Maven Developers List Su

[jira] Updated: (MIDEA-5) using copyright plugin gets converted back differently to original, corrupting ipr

2006-03-04 Thread Edwin Punzalan (JIRA)
[ http://jira.codehaus.org/browse/MIDEA-5?page=all ] Edwin Punzalan updated MIDEA-5: --- Assign To: Edwin Punzalan Remaining Estimate: 2 hours Original Estimate: 2 hours > using copyright plugin gets converted back differently to original,

downloading Maven artifacts with Dijjer

2006-03-04 Thread Turadg Aleahmad
Hi folks, Dijjer is a P2P distributed cache of HTTP accessible resources. I recently added a feature to Dijjer to support the Maven checksum scheme when downloading. I thought Dijjer could be used as a way to reduce load on Maven repositories. The Dijjer network isn't very large yet and so

Re: [vote] Release Maven 2.0.3 (second attempt)

2006-03-04 Thread Arnaud HERITIER
+0, I didn't test it. Arnaud On 3/3/06, Kenney Westerhof <[EMAIL PROTECTED]> wrote: > > On Fri, 3 Mar 2006, John Casey wrote: > > +1 (2nd time :)) > > > > This is the newest RC binary, including Kenney's fixes for MNG-1317 and > > MNG-1318, along with the fix for the NPE noted earlier in > > Defa

[jira] Created: (MSUREFIRE-68) Implement getTestCount for TestNG

2006-03-04 Thread Brett Porter (JIRA)
Implement getTestCount for TestNG - Key: MSUREFIRE-68 URL: http://jira.codehaus.org/browse/MSUREFIRE-68 Project: Maven 2.x Surefire Plugin Type: Sub-task Reporter: Brett Porter this isn't required for correct operation of the te

[jira] Created: (MSUREFIRE-67) Correct call to getMethod().getExtraOutput in reporter

2006-03-04 Thread Brett Porter (JIRA)
Correct call to getMethod().getExtraOutput in reporter -- Key: MSUREFIRE-67 URL: http://jira.codehaus.org/browse/MSUREFIRE-67 Project: Maven 2.x Surefire Plugin Type: Sub-task Reporter: Brett Porter Fix Fo

[jira] Created: (MSUREFIRE-66) Fix classloader separation of Test NG

2006-03-04 Thread Brett Porter (JIRA)
Fix classloader separation of Test NG - Key: MSUREFIRE-66 URL: http://jira.codehaus.org/browse/MSUREFIRE-66 Project: Maven 2.x Surefire Plugin Type: Sub-task Reporter: Brett Porter Currently, all of the test classes go into

[jira] Commented: (MAVENUPLOAD-761) Upload tomcat poms and commons-modeler-1.1.jar to maven2 repository

2006-03-04 Thread Anita Kulshreshtha (JIRA)
[ http://jira.codehaus.org/browse/MAVENUPLOAD-761?page=comments#action_60057 ] Anita Kulshreshtha commented on MAVENUPLOAD-761: Thanks! Brett, Please let me know if I can help. > Upload tomcat poms and commons-modeler-1.1.jar to maven2

Re: [vote] replace surefire and surefire plugin trunk with test NG branches

2006-03-04 Thread Jason van Zyl
Brett Porter wrote: Hi, I've been doing the revolutionary thing with surefire. The branch is now working for pojo, junit and testNG tests, under all 3 fork modes. Some other bugs have been fixed, the surefire and junit classloaders are separate to avoid plexus-utils and junit version clashes (t

Re: [vote] replace surefire and surefire plugin trunk with test NG branches

2006-03-04 Thread Brett Porter
BTW, to those testing it: a) add this to your POM apache.snapshots http://cvs.apache.org/maven-snapshot-repository apache.snapshots http://cvs.apache.org/maven-snapshot-repository b) build it. But make sure you use -Dmaven.test.skip=true the first time on surefire i

[vote] replace surefire and surefire plugin trunk with test NG branches

2006-03-04 Thread Brett Porter
Hi, I've been doing the revolutionary thing with surefire. The branch is now working for pojo, junit and testNG tests, under all 3 fork modes. Some other bugs have been fixed, the surefire and junit classloaders are separate to avoid plexus-utils and junit version clashes (this doesn't happen for

[jira] Commented: (MNG-553) Secure Storage of Server Passwords

2006-03-04 Thread Brett Porter (JIRA)
[ http://jira.codehaus.org/browse/MNG-553?page=comments#action_60054 ] Brett Porter commented on MNG-553: -- Something to investigate for implementation of this: - how exactly do apps like svn cache and store it. I assume that while its not perfect, the addit

[jira] Commented: (MASSEMBLY-1) assembly jar-with-dependencies does not utilize or provide for manifest configuration

2006-03-04 Thread Jozef Kotl?r (JIRA)
[ http://jira.codehaus.org/browse/MASSEMBLY-1?page=comments#action_60053 ] Jozef Kotlár commented on MASSEMBLY-1: -- I've repeated provided sequence on the bundled case and it seems that this is still wrong I've tried this with fresh maven 2.0.2 and empty

[maven2 build branches/maven-2.0.x - SUCCESS - update] Sat Mar 4 07:45:00 GMT 2006

2006-03-04 Thread continuum
Distribution: http://maven.zones.apache.org/~maven/builds/branches/maven-2.0.x/m2-20060304.074500.tar.gz Log: http://maven.zones.apache.org/~maven/logs/branches/maven-2.0.x/m2-build-log-20060304.074500.txt - To unsubscribe, e-mai