Actually, I went ahead and used a property override, as suggested. Thanks a lot.
On Fri, Apr 2, 2010 at 10:29 AM, Marvin Froeder <[email protected]> wrote: > ;) > > On Fri, Apr 2, 2010 at 2:14 PM, Richard Rodseth <[email protected]> wrote: >> >> Thanks. In this case I can live with replacing them all, but your >> suggestion is good. >> >> On Thu, Apr 1, 2010 at 5:56 PM, Marvin Froeder <[email protected]> wrote: >> > >> >> You could certainly request that the properties get "merged" with the >> >> parent, but that's extra code, and I'm not sure if that's always the >> >> desirable behavior. >> > >> > This is not desirable... to not say not possible.... the plugins aren't >> > aware of the project parent configurations.... maven just injects all >> > configurations doing all merge that must be done. >> > >> > >> > >> >> <definesDeclaration> >> >> <property><name>BUILD:: >> >> buildNumber</name><value>${bamboo.buildNumber}</value></property> >> >> <property><name>CONFIG::emulated</name><value>false</value></property> >> >> </definesDeclaration> >> > >> > Who don't you do: >> > >> > >> > <property><name>CONFIG::emulated</name><value>${to.be.replaced.on.child}</value></property> >> > >> > >> > VELO >> > >> > -- >> > You received this message because you are subscribed to the Google >> > Groups "Flex Mojos" group. >> > To post to this group, send email to [email protected] >> > To unsubscribe from this group, send email to >> > [email protected] >> > For more options, visit this group at >> > http://groups.google.com/group/flex-mojos >> > >> > http://flexmojos.sonatype.org/ >> > >> >> -- >> You received this message because you are subscribed to the Google >> Groups "Flex Mojos" group. >> To post to this group, send email to [email protected] >> To unsubscribe from this group, send email to >> [email protected] >> For more options, visit this group at >> http://groups.google.com/group/flex-mojos >> >> http://flexmojos.sonatype.org/ >> >> To unsubscribe, reply using "remove me" as the subject. > > -- > You received this message because you are subscribed to the Google > Groups "Flex Mojos" group. > To post to this group, send email to [email protected] > To unsubscribe from this group, send email to > [email protected] > For more options, visit this group at > http://groups.google.com/group/flex-mojos > > http://flexmojos.sonatype.org/ > -- You received this message because you are subscribed to the Google Groups "Flex Mojos" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/flex-mojos http://flexmojos.sonatype.org/
