Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

You have to check whether or not all required dependencies have an Apache compatible license.
Please refer to Third-Party Licensing Policy for detailed information and acceptable licenses (see especially about excluded licenses).
This doesn't mean, if one of the dependencies are not compatible with the Apache license we can't accept the component. In this case, we might have to add the component to the Camel-Extra repository.

...

To ensure you do not break the build, run a complete build from the new component directory:

Code Block

mvn clean install

10. Add the component to distribution

...

Build the kit by running the following maven goal from the apache-camel directory:

Code Block

mvn clean install

Check the generated .zip file in the target folder contains the new component.