The MojoExecutor worked very well for me: http://code.google.com/p/mojo-executor/
Just statically import the methods and use as per the example in the page. Hope that helps! Allan On Wed, Oct 14, 2009 at 2:36 PM, aldana <[email protected]> wrote: > > hi, > > i need plugin functionality which should reuse functionality from two > others > (dbunit+jetty) and add some custom additional behaviour. generally i try to > avoid building custom plugins and to reuse existing ones but now i got a > very specific probem for integration tests. further more the plugin > configuration should be easier to read as fiddling/workaround/hacking > around > with configurations. > > what is the best practice to call other plugins in a custom plugin? do i > add > these two other plugins as dependency and just call them up in plugin-code? > > thanks > > thanks. > > ----- > manuel aldana > aldana((at))gmx.de > software-engineering blog: http://www.aldana-online.de > -- > View this message in context: > http://www.nabble.com/custom-plugin-combining-calling-up-other-plugins-tp25896612p25896612.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] > >
