How do I run an Eclipse JUnit Plug-in Test from Maven?

Hi,

I am currently developing Eclipse plugins and my project uses Maven 2.0.7 and JUnit 3.8.1

I have been able to develop testcases that can be run in Eclipse via Run As->JUnit Plug-in Test.

However, when the testcases are run as part of the Maven build/test process outside of Eclipse, the testcases fail with the same errors as if I ran them in Eclipse via Run as->JUnit Test.

What do I need to do to be able to get these kinds of testcases to work from Maven?

Thanks in advance,
B.J. Reed