Hi Grant,

I want have tests project apart because EMF generate tests project always in a aside eclipse project. I develop some eclipse plugins and want manage continuous integration with maven, but tricky work is that build metamodel defined by eclipse is very different to maven build metamodel (pom.xml), Eclipse build metamodel (based on ant) is very difficult to manage with continuous integration. Currently I managed build with pde-maven-plugin and continuous integration with hudson, now it miss tests execution.

It is difficult to manage tests in a separate maven project with surefire?

Grant Rettke a écrit :
Why don't you put your tests for the model project within the model
project itself?

That is the "Maven" way to do it.

On Sun, Apr 26, 2009 at 1:25 PM, Esteban Dugueperoux
<[email protected]> wrote:
Hi,

I have a EMF (http://www.eclipse.org/modeling/emf/) project composed of
several sub-projects :
  - model project;
  - edit project;
  - tests project;

I manage these projects with maven and I would like to execute test from
tests project according to test phase. How to specify to surefire maven
plugin to execute tests from tests project to test code from model project?


Thanks.

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]







---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to