On Tue, Jan 18, 2011 at 7:51 AM, Simon <[email protected]> wrote: > The more complex part is integrating all of that together (I don't know much > about writing Maven plugins). > > On Tue, Jan 18, 2011 at 2:00 PM, Peter Kriens <[email protected]>wrote: > >> The maven plugin is just used for packaging so I do not think there is much >> support for testing a la bnd. In ant it is quite easy though. >> >> I guess someone needs to write a maven plugin for this ... >>
if you want to quickly wrap ant tasks in a maven plugin, maybe you could use the groovy+ant pattern, antbuilder is pretty nice http://docs.codehaus.org/display/GROOVY/Using+Ant+from+Groovy for example, i'm quickly wrapping the JaCoCo Ant tasks, example here: http://code.google.com/p/indoorsdog/source/browse/#svn%2Fjacoco%2Ftrunk%2Fjacoco-maven-plugin --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]

