On Wed, 2004-03-17 at 11:34, Webb Morris wrote: > I have a need to change the pom.build.sourceDirectory parameter on the fly. I've > tried the > following: > > <j:set var="pom.build.sourceDirectory" value="new value"/> > > But this does not work. Ideas?
You can make it work, but why exactly are you trying to do that? You shouldn't need to. > WM > > __________________________________ > Do you Yahoo!? > Yahoo! Mail - More reliable, more storage, less spam > http://mail.yahoo.com > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] -- jvz. Jason van Zyl [EMAIL PROTECTED] http://maven.apache.org happiness is like a butterfly: the more you chase it, the more it will elude you, but if you turn your attention to other things, it will come and sit softly on your shoulder ... -- Thoreau --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
