Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Component exclusion #278

Merged
merged 3 commits into from
Jun 17, 2020
Merged

Component exclusion #278

merged 3 commits into from
Jun 17, 2020

Conversation

oscerd
Copy link
Contributor

@oscerd oscerd commented Jun 17, 2020

Fixes #148

@@ -100,6 +100,9 @@
<packageFileTemplate>${project.basedir}/template-connector-package.xml</packageFileTemplate>
<exampleSourcePropertiesFileTemplate>${project.basedir}/camel-kafka-connector-template-example-source-properties.template</exampleSourcePropertiesFileTemplate>
<exampleSinkPropertiesFileTemplate>${project.basedir}/camel-kafka-connector-template-example-sink-properties.template</exampleSinkPropertiesFileTemplate>
<excludedComponents>
<param>bonita</param>
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Bonita is one of the component that doesn't make sense as connector, so I choose this one to be removed.

@oscerd oscerd requested a review from valdar June 17, 2020 14:30
@oscerd oscerd merged commit 9706723 into master Jun 17, 2020
@oscerd oscerd deleted the component-exclusion branch June 23, 2020 05:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

camel-kafka-connector-generator-maven-plugin: implement a component exclusion mechanism
1 participant