I've been updating a code-generation plugin to use BuildContext as suggested in 
the instructions here:

http://wiki.eclipse.org/M2E_compatible_maven_plugins

Is there an example anywhere of testing a Maven plugin like this?

In particular, I'm wondering how to migrate tests written in the m2e connector 
style (where you subclass 
org.eclipse.m2e.tests.common.AbstractMavenProjectTestCase and use Tycho to 
configure dependencies) to the normal Maven style (where tests go in 
src/test/java and Maven configures the dependencies). Has anyone done this?

Steve
_______________________________________________
m2e-users mailing list
m2e-users@eclipse.org
https://dev.eclipse.org/mailman/listinfo/m2e-users

Reply via email to