There are couple of ways to do it ,
1. first is configure surefire with testFailureIgnore=true.
2. Second way is execute following line from the command line.
mvn install -Dmaven.test.failure.ignore=true
In this blog I'll demonstrate how to implement few very basic application functionalities in Eclipse RCP.
Comments
Post a Comment