Hi Nicolas, It's a bug. When when renamed the properties cactus.src.includes/cactus.src.excludes to cactus.test.includes/cactus.test.excludes, we forgot to make the change in one place (for the test-ear goal).
I've now fixed it in CVS HEAD. Thanks -Vincent > -----Original Message----- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] > trelaze.com] > Sent: 27 February 2004 14:48 > To: [EMAIL PROTECTED] > Subject: Maven plugin : difference cactus.test.excludes and > cactus.src.excludes > > In my test-cactus directory I have classes who are not test class so I > want to don't execute them as test. > > I see in the doc that cactus.test.excludes = **/MyService*.* will exclude > them. But it doesn't work this classes are execute has test during a maven > cactus:test-ear. > > When I set the cactus.src.excludes = **/MyService*.* it is ok. > > cactus.test.excludes is the propertie to set (in the maven cactus plugin > doc) to ignore some classes during the test. > Did I don't understand the excludes role in the doc ? > > The plugin.jelly I see cactus.test.excludes only in test:war and > cactus.src.excludes only in test-ear. Isn't it the problem source ? > > Nicolas > > --------------------------------------------------------------------- > 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]
