i was wondering if it\'s possible to configure run as maven install in eclipse to skip unit tests, if such thing is doable, then please tell me how to do it, thanks in advan
It depends on maven test plugin that you use. You can try add parameter -Dmaven.test.skip=true to your build configuration.
-Dmaven.test.skip=true