Just remove the unit tests? And to clarify a maven topic wrt your subject, you cannot disable a phase. However, you can disable a plugin bound to a phase, which could also be the solution to your questions (although simply remove the tests would be better I think as it would then allow for the user to add tests should he/she like to).
/Anders On Wed, Apr 6, 2011 at 09:28, Charles Williams <[email protected]> wrote: > hey all, > > am currently working on a new archetype for wordpress projects in phpmaven. > but am not in need of the PHPUnit tests and would like to disable them. How > would I best go about it? > > thanks, > Chuck > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > >
