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, 2021 at 9:26 AM Claus Ibsen <claus.ib...@gmail.com> wrote: > On Thu, Dec 23, 2021 at 3:17 PM Claus Ibsen <claus.ib...@gmail.com> 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 to maven) > > > > > On Thu, Dec 23, 2021 at 1:41 PM Steve973 <steve...@gmail.com> wrote: > > > > > > 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: > > > NullPointerException > > > > > > Is there something about 3.15.0-SNAPSHOT that has changed with regard > to > > > this plugin? Things were working well with the previous snapshot > version. > > > Have any of you seen this error, too? > > > > > > Thanks, > > > Steve > > > > > > > > -- > > Claus Ibsen > > ----------------- > > http://davsclaus.com @davsclaus > > Camel in Action 2: https://www.manning.com/ibsen2 > > > > -- > Claus Ibsen > ----------------- > http://davsclaus.com @davsclaus > Camel in Action 2: https://www.manning.com/ibsen2 >