Not that I'm aware of. The "parse String into Map" sounds like a reasonable approach that should work today.
Wayne On 9/26/07, Olivier Dehon <[EMAIL PROTECTED]> wrote: > Hi, > > Is there a special syntax that can be used to populate Map or List > parameter types in a Mojo through the -D command line option? > > My Mojo does *not* require a POM file to run but has Map parameters. > The only solution I have found for this is to make the parameter a > String and parse the String into a Map through my own defined syntax > inside the Mojo. > > Thanks for your reply. > > -Olivier > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
