Netbeans *OVER* smartness

Some days back I was strucked in testing my GSoC project for almost 1 week and at the end it is the smartness of Netbeans that costed this when I created the testcases.Netbeans modified this[1] to something like this [2] and wasted a lot of my time.

[1] : https://gist.github.com/1112892
[2] : https://gist.github.com/1112893

[1] : Error when loading gists from http://gist.github.com/.
[2] : Error when loading gists from http://gist.github.com/.

How to ignore test in maven build using Netbeans

If you want to ignore the test cases execution to run while building a maven project using Netbeans then do the following :

1. Select the project in the project explorer.
2. Right Click it , then select Custom then Goals.
3. In new window check Skip Tests and add install as “Goal”
4. Press OK
5. Done !! now drink coffee.