views:

22

answers:

0

I've been tasked with implementing hudson and serenity for a project with maven. Now the instructions on http://wiki.hudson-ci.org//display/HUDSON/Serenity+Plugin are quite clear. (although just to be sure, the pom they refer to is the project pom, and not the hudson\META-INF\maven\org.jvnet.hudson.main\hudson-war\pom.xml right?)

However I've been told to try and do this without adding anything to the pom. I've been googling quite a bit and I've found nothing about how to do this. So I was wondering if: a) this is even possible b) how to do this

related questions