Bob, > -----Original Message----- > From: Allison, Bob [mailto:[EMAIL PROTECTED] > Sent: mardi 15 novembre 2005 15:51 > To: Maven Users List > Subject: RE: Plugin Unit Tests? > > I don't see maven-components/sandbox or anything named "it" in > mojo/mojo-sandbox. > > Could you be a little more specific where the plugin is located?
It's not in mojo, it's in the maven2 trunk. If you check it out you'll see a components/sandbox/plugins dir -Vincent > > -----Original Message----- > From: Vincent Massol [mailto:[EMAIL PROTECTED] > Sent: Tuesday, November 15, 2005 09:46 > To: 'Maven Users List' > Subject: RE: Plugin Unit Tests? > > > 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] > > > --------------------------------------------------------------------- > 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]
