Hi all,

I'm a beginner, trying to develop my first Maven plugin, and I'm a little lost :)

I need to develop some functionality through a Jelly Bean, but I also need to access some Maven properties (especially POM properties) from the bean. Basically what I need to access in my Jelly Bean is :

- the POM's dependencies
- other project related properties.

I understand that I can pass parameters through to the JellyBean via XML attributes, but can I pass a list of dependencies or something like that ? What is the recommended way of developing this functionality ?

Thanks a lot,
  Serge Huber.


--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to