Something along these lines was just discussed a couple days ago... check the archive for the full thread.
from: Les Hazlewood date: Wed, Feb 25, 2009 at 2:56 PM subject: Conditional plugin execution based on build time behavior - Maven profiles not sufficient? Wayne On Tue, Mar 3, 2009 at 6:32 AM, kvenkatraman <[email protected]> wrote: > > Hi > Our Junit tests depends on WSDL for testing the webservice. Most of the > time our build fails because of non availability of the WSDL. I dont want to > skip the tests , rather I want to check if the WSDL is available and run the > tests, else skip the tests.WSDL is hosted as URL > > Thanks > kv > > -- > View this message in context: > http://www.nabble.com/executing-or-skipping-tests-based-on-availability-of-WSDL-URL-tp22309696p22309696.html > Sent from the Maven - Users mailing list archive at Nabble.com. > > > --------------------------------------------------------------------- > 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]
