Hi all, In my project I want to run some Test cases only with Java 1.4 , in Java 5 I don't want to run these specific set of test cases , AFAIK I can create two Maven profile for java 1.4 and Java 5 along with maven-compiler-plugin , but I'm not sure how can filter different test cases according to each profile , generally it will run all the test cases available on project test directory . Can any one provide any clue .?
Thanks , Sagara Gunathunga Blog - ssagara.blogspot.com Web - http://sagaras.awardspace.com/ --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
