On Tue, Jan 18, 2011 at 7:51 AM, Simon <schemo...@gmail.com> 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 <peter.kri...@aqute.biz>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: users-unsubscr...@felix.apache.org
For additional commands, e-mail: users-h...@felix.apache.org

Reply via email to