Re: excluding classes and including classes in maven

2014-03-19 Thread Wayne Fay
> I want some help regarding how to exclude some classes and including > other classes in one module. > > The intuition behind that is we have some mock classes that we want them > to replace the original classes when the development profile is active. To me, this seems like something you would h

excluding classes and including classes in maven

2014-03-19 Thread Zaid Al-Zobaidi
I want some help regarding how to exclude some classes and including other classes in one module. The intuition behind that is we have some mock classes that we want them to replace the original classes when the development profile is active. Cheers