Home > Software design >  Camel maven plugin without packaging
Camel maven plugin without packaging

Time:06-18

I have installed enter image description here

The problem is that, when I start the application, it automatically executes mvn clean package. I want to execute mvn clean compile instead. Where do I change this configuration?

CodePudding user response:

It seems impossible to do, because it must be run with Mojo.

  • Related