Re: *Completely* unfiltered/evaluated mojo parameter?

2007-08-11 Thread Kenney Westerhof
hi, All mojo parameters are evaluated, nothing you can do about that. But as with all 'templating' or evaluation solutions, you can escape characters with special meanings in mojo parameters. Just replace $ with $$. So use this, and you'll get 'println "${basedir}"' injected as a mojo parameter

*Completely* unfiltered/evaluated mojo parameter?

2007-08-10 Thread Jason Dillon
Hey, is there anyway to get a specific mojo parameters value passed in *completely* unfiltered or evaluated with the default property expansion? I'd like to get the XML contents *exactly* how they are in the pom.xml file... so for example in this plugin configuration: 8< org.