Re: camel maven plugin error on generate phase

2021-12-24 Thread Steve973
Thanks. That worked for me. I had to remove all of the generated code between both my module, and the componentdsl module, and then everything was able to build without error. There is a definite learning curve, and I'm slowly getting there. Thanks again for your help! Steve On Thu, Dec 23,

Re: camel maven plugin error on generate phase

2021-12-23 Thread Claus Ibsen
On Thu, Dec 23, 2021 at 3:17 PM Claus Ibsen wrote: > > Hi > > > Yes the plugin is changed. > You need to do a full rebuild local, > > mvn clean install -P fastinstall > > from the root folder. > And if you still have a problem, then can you paste the stacktrace (you can get that with -e as arg

Re: camel maven plugin error on generate phase

2021-12-23 Thread Claus Ibsen
Hi Yes the plugin is changed. You need to do a full rebuild local, mvn clean install -P fastinstall from the root folder. On Thu, Dec 23, 2021 at 1:41 PM Steve973 wrote: > > Hello. I am getting an error when building modules: > > [ERROR] Failed to execute goal >

Re: camel maven plugin error on generate phase

2021-12-23 Thread Steve973
I want to add that I can successfully build a component module by executing mvn clean install -pl components/camel-direct -am -Pfastinstall, for example, from the top-level camel repository directory. But it fails if I descend any lower (to the components directory) with the error that I pasted

camel maven plugin error on generate phase

2021-12-23 Thread Steve973
Hello. I am getting an error when building modules: [ERROR] Failed to execute goal org.apache.camel:camel-package-maven-plugin:3.15.0-SNAPSHOT:generate (generate) on project camel-direct: Error generating data org.apache.maven.plugin.MojoFailureException: Unable to create mojo: