how can I disable certain plugin running when I build/install project with maven
Answered
let's say the structure in maven project view is below:

I don't want to run checkstyle sinne I don't own the code and try to build a local build.
If there a quick way to disable checkstyle and other stuff I don't want run excep comment them out manually?
Please sign in to leave a comment.
Is there a quick way to disable checkstyle and other stuff I don't want run except comment them out manually?
There is no such option.
Feel free to create feature request on YouTrack: http://youtrack.jetbrains.com/issues/IDEA.