Hi Bob, To test a plugin the best solution is to use the it plugin in components/sandbox/plugins.
It allows you to put test projects in src/test/it. -Vincent > -----Original Message----- > From: Allison, Bob [mailto:[EMAIL PROTECTED] > Sent: mardi 15 novembre 2005 15:35 > To: Maven Users List > Subject: Plugin Unit Tests? > > I was trying to build some unit tests for the RPM plugin and am running > into a chicken-and-egg problem. To test the newly-compiled plugin, it > seems that I need to complete the install phase so that the plugin is > available for the tests to run. If I alter the configuration to skip > the unit tests, it will install the new plugin but I can't run any tests > (since they are skipped). > > Am I taking the wrong approach? > > --------------------------------------------------------------------- > 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]
