In the future maven plugins will be able to be written in other scripting languages than Jelly, but it's a way off. It is planned though.
At the moment, probably the best thing to do if you need additional power is write a java bean to handle the plugin code and use Jelly's define tag to access it. There are several examples in the maven-plugins. Cheers, Brett > -----Original Message----- > From: Aaron Anodide [mailto:[EMAIL PROTECTED] > Sent: Tuesday, 25 November 2003 11:15 AM > To: [EMAIL PROTECTED] > Subject: Is there any thought of an alternative to jelly? > > > For instance XSL allows JavaScript processing. I think this > would make writing Maven plugins alot easier. Jelly works, > but it's awkward imho. > > Aaron > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] >
