Re: Continuum 1.1 roadmap

2006-07-18 Thread Brett Porter
I had a look at this, and added high next to the ones that I thought were high, and realised it was all but two. So I took the column out and moved those two to a 1.2 roadmap. Maybe we can break that down into 1.2, 2.0, etc. as we go and just keep this page as the this is what we're doing and

Re: Maven 2.1 - Optional dependencies, exclude all ...

2006-07-18 Thread Brett Porter
Yes, this is something we always should have had... I think it is in the 2.1 wiki, but worth adding if not! - Brett On 12/07/2006 9:48 PM, Arnaud HERITIER wrote: Hi guys, Yesterday, during the explanation of the roadmap of maven 2.1 in the meeting Maven day, Jason said that a new setting

Re: [proposal] Maven 2.1 Design Topics

2006-07-18 Thread Brett Porter
The list looks good. I agree with Jason - can we blend that into the wiki page and perhaps reorganise so that it is the canonical reference of what is planned, and what is underway? - Brett On 13/07/2006 5:39 PM, Jason van Zyl wrote: On 12 Jul 06, at 10:40 PM 12 Jul 06, John Casey wrote:

Re: Review of install plugin

2006-07-18 Thread Allan Ramirez
Ready for another review. Thanks, allan Dennis Lundberg wrote: Allan Ramirez wrote: Hi everyone, Just updated the docs of the install plugin. I hope you dont mind if you take a look and give me some feedback about it. Thanks Cheers, allan Here are my comments: site.xml - Missing the

Re: Maven-source-plugin ignoring Includes/Excludes

2006-07-18 Thread Brett Porter
Could someone take a look at this? Thanks, Brett On 11/07/2006 7:16 AM, m k wrote: The maven-source-plugin is ignoring the includes/excludes sections of resources. This issue was logged ( http://jira.codehaus.org/browse/MSOURCES-6). I proposed a patch for this issue and was wondering if the

Re: cyclic dependency in maven-plugins ??

2006-07-18 Thread Brett Porter
Did this ever get filed as an issue? On 7/07/2006 5:54 PM, jerome lacoste wrote: On 7/7/06, Brett Porter [EMAIL PROTECTED] wrote: I think we need a specific (past) version of the plugins in use in the parent (it used to work with the plugin-plugin, so this must be possible). I've tried

Re: [vote] maven war 2.0.1

2006-07-18 Thread Mark Hobson
Sounds like http://jira.codehaus.org/browse/MWAR-55 that's fixed in svn. Bring on 2.0.2.. :) Mark On 18/07/06, Brett Porter [EMAIL PROTECTED] wrote: I think you'll find it under the already fixed area of 2.0.2. Let me know if this isn't the case. - Brett On 18/07/2006 7:56 AM, Brian E. Fox

Re: Trying to understand the POM inheritance chain for plugins

2006-07-18 Thread Brett Porter
The sandbox plugins probably don't have relativePath set correctly (it's not really possible given the checkout structure) so they are getting the parent from the repository, whereas the others get it from ../pom.xml. I'm guessing the parent hasn't been deployed recently, so I'll do that

Re: Review of install plugin

2006-07-18 Thread Allan Ramirez
By the way, the staging site can be found here http://people.apache.org/~aramirez/maven-install-plugin/ allan Allan Ramirez wrote: Ready for another review. Thanks, allan Dennis Lundberg wrote: Allan Ramirez wrote: Hi everyone, Just updated the docs of the install plugin. I hope you dont

Re: Maven 2.x Resource Plugin Documentation needs Reviewing

2006-07-18 Thread Edwin Punzalan
Hi, --- index.html This, thus, allows the separation ... should be Thus, this allows the separation... --- encoding.html encodingUTF-8/aggregate should be encodingUTF-8/encoding ^_^ FA Valencia See wrote: Good day, I would like to ask for some help reviewing M2's

maven 1.1 release (probably stupid questions)

2006-07-18 Thread Henning P. Schmiedehausen
Hi, it has been now more than ten months since the release of maven 1.1 beta 2, which is not able to do everything that maven 1.0 could (see MAVEN-1688, MAVEN-1690, MAVEN-1695 for a collection of problems that have either been open ever since then or closed with fix in 1.1 beta-3). What is is

Re: svn commit: r420933 - in /maven/continuum/branches/continuum-acegi/continuum-webapp/src/main/resources: commons-logging.properties log4j.properties

2006-07-18 Thread Carlos Sanchez
I don't know how to configure commons-logging and log4j through plexus for Acegi On 7/18/06, Brett Porter [EMAIL PROTECTED] wrote: Is anything being done about this? On 12/07/2006 5:02 AM, Trygve Laugstøl wrote: [EMAIL PROTECTED] wrote: Author: carlos Date: Tue Jul 11 10:29:53 2006 New

Re: Please review maven-eclipse-plugin

2006-07-18 Thread Fabrizio Giustina
Great work Edwin, the site looks great, I only have one comment not directly related to the eclipse plugin documentation but to the pages automatically generated for the plugin goals: There are a few parameters that are actually declared as @component and @readonly that shows up as Optional

Re: Please review maven-eclipse-plugin

2006-07-18 Thread Edwin Punzalan
Thanks and yes, there is a bug (MNG-2428) that caused that. Fabrizio Giustina wrote: Great work Edwin, the site looks great, I only have one comment not directly related to the eclipse plugin documentation but to the pages automatically generated for the plugin goals: There are a few

Please review maven-compiler-plugin

2006-07-18 Thread Edwin Punzalan
Hi, I've just created the staging site for this plugin: http://people.apache.org/~epunzalan/maven-compiler-plugin/ and would appreciate your feedback/comments. Thanks in advance. ^_^ - To unsubscribe, e-mail: [EMAIL

Re: Maven 2.x Resource Plugin Documentation needs Reviewing

2006-07-18 Thread FA Valencia See
Hi Edwin, Thanks for your inputs. I've already created a new patch and submitted it to MRESOURCES-23 http://jira.codehaus.org/browse/MRESOURCES-23. - Franz On 7/18/06, Edwin Punzalan [EMAIL PROTECTED] wrote: Hi, --- index.html This, thus, allows the separation ... should be

Re: Review for maven-rar-plugin

2006-07-18 Thread Allan Ramirez
Hi Vincent, Im not sure if this is the link you are looking for http://java.sun.com/j2ee/apidocs-1_0-fr/api/index.html Thanks, allan Vincent Siveton wrote: My comments: - faq is empty - add a link to J2EE Connector API specification for the ra.xml Cheers, Vincent 2006/7/17, Allan Ramirez

Re: Review for maven-rar-plugin

2006-07-18 Thread Vincent Siveton
Hi Allan, I was thinking about this: http://java.sun.com/j2ee/connector/ (Main page) Agree with Denis proposal for the faq. Moreover, maybe we could provide a sample ra.xml file (the ra.xml in basic-rar-with-descriptor is empty) in the site or a link to:

Re: Review of install plugin

2006-07-18 Thread Vincent Siveton
Hi Allan, Other comments: index.html (~/.m2/repository) = italic usage.html install:install = italic FAQ add a link to the maven-deploy-plugin. Good work. Thanks. Vincent 2006/7/18, Allan Ramirez [EMAIL PROTECTED]: By the way, the staging site can be found here

RE: maven 1.1 release (probably stupid questions)

2006-07-18 Thread Jeff Jensen
Arnaud publishes 1.1 beta 3 snapshots here: http://people.apache.org/~aheritier/maven/1.X/snapshots/ The 1.1b3 snapshots are very stable and usable versions. I regularly upgrade our team to the latest that Arnaud publishes. It slowly but surely makes continual progress to a 1.1 final release

Re: [proposal] Maven 2.1 Design Topics

2006-07-18 Thread John Casey
Yup. I'll do this today. On 7/18/06, Brett Porter [EMAIL PROTECTED] wrote: The list looks good. I agree with Jason - can we blend that into the wiki page and perhaps reorganise so that it is the canonical reference of what is planned, and what is underway? - Brett On 13/07/2006 5:39 PM,

Re: [proposal] toolchain support for Maven 2.1

2006-07-18 Thread John Casey
This might seem trivial in comparison, and is most likely orthogonal to this discussion, but what about the concept of applying the same set of plugin configurations to all of the applicable plugins in a build? When we discussed this earlier (informally), I thought this was a central concern to

Re: [jira] Closed: (MNG-2440) NPE during bootstrap

2006-07-18 Thread John Casey
What was the related issue? I'm checking that my commit went through...IIRC, that was the night that our electricity was up and down... -john On 7/16/06, Brett Porter [EMAIL PROTECTED] wrote: I'm confused. - I didn't see this NPE after fixing the related issue, without the patch - I didn't

Re: [jira] Closed: (MNG-2440) NPE during bootstrap

2006-07-18 Thread John Casey
I closed the wrong issue...I was trying to apply the patch for MNG-2447, which I see you've already done. Just snagged the wrong JIRA when closing, I guess. So, I've reopened, and we can close it if it's been verified as unnecessary or whatever. -j On 7/18/06, John Casey [EMAIL PROTECTED]

Re: codehaus sync is back

2006-07-18 Thread dan tran
is the sync really back? I released sql-maven-plugin-1.0-beta-1 yesterday, and have not seen the plugin reaches the central yet http://repository.codehaus.org/org/codehaus/mojo/sql-maven-plugin/ http://www.ibiblio.org/maven2/org/codehaus/mojo/ -Dan On 7/13/06, jerome lacoste [EMAIL

Re: maven 1.1 release (probably stupid questions)

2006-07-18 Thread Lukas Theussl
For me there is only one blocking issue left (MAVEN-1691) which will be fixed by using our own custom jelly build. I am working on that as we speak, I really hope to get beta-3 (which will probably become 1.1-final) out within the next two weeks. -Lukas Henning P. Schmiedehausen wrote: Hi,

Re: maven 1.1 release (probably stupid questions)

2006-07-18 Thread Arnaud HERITIER
Henning, We are also waiting for a release of velocity to fix the annoying Log4j error. Do you know when it'll be release ? We had also some problems with others libraries like Dom4j and Jelly which were not released for a long time :-( Cheers, Arnaud On 7/18/06, Lukas Theussl [EMAIL

Re: Maven-source-plugin ignoring Includes/Excludes

2006-07-18 Thread Carlos Sanchez
I've added a comment to the issue about your patch to keep backwards comaptibility you can't remove non private methods, so you need to refactor your patch to keep old methods while adding the new ones you need, avoiding code duplication On 7/10/06, m k [EMAIL PROTECTED] wrote: The

Re: codehaus sync is back

2006-07-18 Thread Carlos Sanchez
For now it requires manual intervention for the m2 repo. It's now there. On 7/18/06, dan tran [EMAIL PROTECTED] wrote: is the sync really back? I released sql-maven-plugin-1.0-beta-1 yesterday, and have not seen the plugin reaches the central yet

Re: codehaus sync is back

2006-07-18 Thread dan tran
Thanks Carlos On 7/18/06, Carlos Sanchez [EMAIL PROTECTED] wrote: For now it requires manual intervention for the m2 repo. It's now there. On 7/18/06, dan tran [EMAIL PROTECTED] wrote: is the sync really back? I released sql-maven-plugin-1.0-beta-1yesterday, and have not seen the plugin

Re: Please review maven-eclipse-plugin

2006-07-18 Thread Dennis Lundberg
Edwin Punzalan wrote: Ooopps! I sent the other one to the user list... :( Here are the changes I've made: - created three sample usages: - attaching library sources - preventing module references - providing project natures and build commands - added three FAQ entries - some fixes to

Re: Maven 2.x Resource Plugin Documentation needs Reviewing

2006-07-18 Thread Dennis Lundberg
FA Valencia See wrote: Good day, I would like to ask for some help reviewing M2's Resource Plugin Documentation. The documentation can be viewed herehttp://people.apache.org/%7Earamirez/maven-resources-plugin/(thanks allan for the stage), while the Jira Issue can be viewed

Re: Maven 2.1 - Optional dependencies, exclude all ...

2006-07-18 Thread Arnaud HERITIER
Hi Brett, Thanks. I didn't find it. I added my mail in this page : http://docs.codehaus.org/display/MAVEN/Profiles+for+optional+dependencies I'll improve it ASAP. Arnaud On 7/18/06, Brett Porter [EMAIL PROTECTED] wrote: Yes, this is something we always should have had... I think it is in

Re: Maven 2.1 - Optional dependencies, exclude all ...

2006-07-18 Thread Carlos Sanchez
The issue numbers are in http://docs.codehaus.org/display/MAVEN/Maven+2.1+Design+Documents On 7/18/06, Arnaud HERITIER [EMAIL PROTECTED] wrote: Hi Brett, Thanks. I didn't find it. I added my mail in this page : http://docs.codehaus.org/display/MAVEN/Profiles+for+optional+dependencies

Re: Please review maven-compiler-plugin

2006-07-18 Thread Dennis Lundberg
Edwin Punzalan wrote: Hi, I've just created the staging site for this plugin: http://people.apache.org/~epunzalan/maven-compiler-plugin/ and would appreciate your feedback/comments. Thanks in advance. Here's my review, Edwin index.html - This Compiler Plugin is Maven 2 version --

Re: Configure plugins through settings.xml

2006-07-18 Thread Tomasz Pik
On 6/19/06, John Allen [EMAIL PROTECTED] wrote: Tomasz Pik tompik at gmail.com writes: Hello, It's currently not possible but generally I think it would be nice to have possibility to configure plugins through profiles using $HOME/.m2/settings.xml Please note there are some bugs in maven

Re: [proposal] toolchain support for Maven 2.1

2006-07-18 Thread Brett Porter
Yeah, this is definitely an example of that use case. I was just thinking that this concept had a more special meaning within Maven as you can do special things with a JDK - if you give the location, you can derive some of the other parameters like the location from it. With plugin

Re: [jira] Closed: (MNG-2440) NPE during bootstrap

2006-07-18 Thread Brett Porter
Cool, I'll close it as unnecessary then, as the other fix was more general. - Brett On 19/07/2006 12:14 AM, John Casey wrote: I closed the wrong issue...I was trying to apply the patch for MNG-2447, which I see you've already done. Just snagged the wrong JIRA when closing, I guess. So, I've

How to disable maven entries in Manifest.mf

2006-07-18 Thread Balareddy, Guntaka \(GE Healthcare\)
hello All, I am trying to build a eclipse plugin project. I am using packagingosgi-bundle/packaging from http://docs.safehaus.org/display/OSGI/OSGi+Plugin+for+Maven+2.0. My question is : How can i disable maven from putting its own entries in a manifest.mf file ? I dont want Maven to add

Re: Maven 2.x Resource Plugin Documentation needs Reviewing

2006-07-18 Thread FA Valencia See
Good day, Thanks for your review. I've already submitted a MRESOURCES-23-maven-resources-patch-2.2.patch to the jira issue http://jira.codehaus.org/browse/MRESOURCES-23 based from edwin and your inputs, as well as mine. Btw, although the phases of the goals are already in the

whither jar 2.1?

2006-07-18 Thread Mike Perham
What's holding up jar plugin 2.1? There's a huge number of fixes/improvements and the documentation is light-years better. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Continuum Security design

2006-07-18 Thread Brett Porter
I've added my comments. I don't think we need domain ACLs - it's an interesting concept but it also worries me a little to have security as an afterthought - it's intrinsic to the design of the code in some ways (surely if you only want to give one person access to a subset of the data you

RE: How to disable maven entries in Manifest.mf

2006-07-18 Thread Mike Perham
Please use the maven user list for user questions in the future. I'm not sure but I don't believe jar-plugin 2.0 allows this. jar-plugin 2.1 should and I just posted a note asking for a release if possible. I would question why the software is failing on unknown manifest entries. It really

Please review site plugin documentation

2006-07-18 Thread Maria Odea Ching
Hi Everyone, The Site plugin documentation is now ready for review. A staging site is available at http://people.apache.org/~oching/maven-site-plugin http://people.apache.org/%7Eoching/maven-site-plugin. Thanks, Odea - To