Hi,

I'm trying to use the it plugin to perform integration tests for the clover
plugin. The it tests are using the clover plugin itself to validate that it
works.

There's one issue: the clover plugin must be installed before the it plugin
starts running the it tests as otherwise the clover plugin will not
available to the it tests (or an old version will be used).

I've looked at the phases and there's only a deploy phase after the install
one and it doesn't make sense to bind the it plugin's test goal to the
deploy phase.

Note that the same issue exists if you're directly using the maven2
embedder.

Any idea?

Does it mean this is not the right approach and that a plugin project should
be structured differently as in:

maven-clover-plugin/
  |_ plugin/
    |_ src/...
    |_ pom.xml
  |_ plugin-tests/
    |_ src/...
    |_ pom.xml
  |_ pom.xml (with both plugin/ and plugin-tests/ modules defined)

?

Thanks
-Vincent


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to