On Oct 20, 2010, at 10:06 AM, Vincent Siveton wrote: > Hi guys, > > I don't remember if this topic was already discussed in the past. > > Some of our plugins have a <skip/> boolean parameter. In my case, I > want to use expression to init this boolean, i.e. > <skip>${project.packaging} != "pom"</skip> or similar. > So, WDYT to add expression interpretor for plugins parameters? >
I really don't think this is a good idea. We step into XML programming which is something we categorically say the POM does not allow (apart from Ant Run Plugin). It would just degrade into scripting, I think. > Cheers, > > Vincent > > --------------------------------------------------------------------- > To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org > For additional commands, e-mail: dev-h...@maven.apache.org > Thanks, Jason ---------------------------------------------------------- Jason van Zyl Founder, Apache Maven http://twitter.com/jvanzyl --------------------------------------------------------- What matters is not ideas, but the people who have them. Good people can fix bad ideas, but good ideas can't save bad people. -- Paul Graham