Re: Example of a plugin with integration tests

2005-12-14 Thread Edwin Punzalan
AFAIK, each integration test is a separate project. For a plugin, you may want to create a project that will use your plugin and probably put it inside src/test/projects like maven-antrun-plugin, maven-eclipse-plugin, maven-javadoc-plugin and several others. These plugins can be found here:

Example of a plugin with integration tests

2005-12-13 Thread Jochen Wiedmann
Hi, can anyone point me to a plugin with included integration tests, that I may use as an example? Preferrably, a source generating plugin? All plugins that I know so far, have either a simple "test" directory, or no tests at all. Regards, Jochen ---