Luca Burgazzoli created CAMEL-14511:
---------------------------------------
Summary: Allow to generate component/endpoint fluent DSL with
camel-package-maven-plugin:generate-component goal
Key: CAMEL-14511
URL: https://issues.apache.org/jira/browse/CAMEL-14511
Project: Camel
Issue Type: Bug
Components: tooling
Reporter: Luca Burgazzoli
Assignee: Claus Ibsen
Fix For: 3.1.0
The mojo camel-package-maven-plugin:generate assumes that components are all
belonging to the camel source tree so when it is applied to external
components, it fails with NPE here:
https://github.com/apache/camel/blob/master/tooling/maven/camel-package-maven-plugin/src/main/java/org/apache/camel/maven/packaging/EndpointSchemaGeneratorMojo.java#L1230-L1231
--
This message was sent by Atlassian Jira
(v8.3.4#803005)