You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to subs...@googlegroups.com
Hi,
Is there a way to skip tests using substeps-maven-plugin ,to just execute the build without running the tests .
Thanks
Sreekanth
Ian Moore
unread,
Jul 4, 2014, 4:10:26 AM7/4/14
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to subs...@googlegroups.com
Hi Sreekanth
I'm afraid we've not implemented anything like -DskipTests or similar as with the surefire plugin for running junit tests. What you can do however is run your acceptance tests in a profile, which you can then disable if you want to skip the tests.