Skip maven2 plugin by default
- by Octoberdan
Hello,
I am looking for a way to not have a plugin execute on install. More specifically, my scenario is as follows:
I am using org.apache.cxf:cxf-codegen-plugin to generate source code.
Every time I clean+install the source is generated
I only want generation of source code to happen when I explicitly request it.
Any and all help would be greatly appreciated!