That will certainly require a custom resources plugin, or contribution to the current filtering code to make it possible to have alternate filtering mechanisms. There's some related work to add configuration encryption to the Maven core/plugins being discussed - so this might be an additional use case to add there.
Cheers, Brett 2008/8/27 Florian Kirchhoff <[EMAIL PROTECTED]> > > Hi, > > I am looking for a way to encrypt certain property values in a property > file > when I am building my application with maven 2. I would like to be able to > use different encryption keys depending on the profile used for the build. > > Is there a way to configure the resources filter mojo to do some custom > filtering as part of the resource filtering? Looking at the source code it > would seem not. Has anyone tried something like this before? If yes would > you please be so kind as to share your findings? > > Thanks, > > Florian > -- > View this message in context: > http://www.nabble.com/How-to-encrypt-properties-as-part-of-resource-filtering-tp19173770p19173770.html > Sent from the Maven - Users mailing list archive at Nabble.com. > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > -- Brett Porter Blog: http://blogs.exist.com/bporter/
