Re: Parent POM, properties and scm problem

2007-08-06 Thread Jared Bunting
I'm also experiencing this problem. As discussed here (under Inheritance v. Aggregation): http://www.propellors.net/maven/site/pom.html#POM%20Relationships it appears to make sense in what is called the aggregation use case, but not in the inheritance use case. I'm wondering if there's some

Re: How to set custom Plugin Parameters?

2006-09-01 Thread Jared Bunting
/configuration /plugin I do not really understand what's wrong, is it the lake of phase tag (the plugin does not set a default phase)? Explanations would be very appreciate. Thanks all, Alexis On 8/31/06, Jared Bunting [EMAIL PROTECTED] wrote: Another thought - the guide here talks

Re: Re: mvn2: war packaging

2006-08-31 Thread Jared Bunting
I might be missing what you're trying to do here, and it seems to me that creating a multi-module project, as suggested, would be the best way to go about this. However, what if you bound your source generation to the generate-sources phase. I'm not sure of how it would be done in ant, but I

Re: Specifying a pre-existing application.xml

2006-08-31 Thread Jared Bunting
The option I can see that seems to relate to my issue is the generateApplicationXml , which one can set to true, to turn off generation of the application.xml.Butthen how do I tell the plugin where the pre-existing application.xml file is located?I'm looking for something similar to Maven1's

Re: Packaging 'ear' is invalid. Aggregator projects require 'pom' as packaging

2006-08-31 Thread Jared Bunting
From what I've been able to tell in the past, it seems that the rule is if your project has the modules element, then it has to be of packaging type pom. It looks like you have an ear project that you want to include an ejbModule and a warModule - I have done this in the past by having a

Re: How to set custom Plugin Parameters?

2006-08-31 Thread Jared Bunting
Another thought - the guide here talks about using private fields for mojo configuration - i noticed that yours is protected. It specifically mentions that setters can be used in place of private fields, but makes no mention of protected fields. Now, while it would make sense to me that the

Re: Spring Framework Dependencies

2006-08-30 Thread Jared Bunting
I have attached a zip containing poms and checksums for 1.2.8 to the ticket you mention. What else do I need to do to get these uploaded to ibiblio? Thanks, Jared On 8/30/06, Carlos Sanchez [EMAIL PROTECTED] wrote: any questions about spring and their poms must be asked there, or you provide