We can override properties defined in POM using command line.
Can we somehow make the opposite effect? To override command line parameters in POM?
I have a Hudson with "-Dmaven.test.skip -DskipTests -DskipITs" in command line, and I can't change it (admin responds to requests in a month), but I want to run my tests anyway..
Thank you)