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

Camel Kafka connector extensible is broken with mvnd #598

Closed
orpiske opened this issue Oct 14, 2020 · 2 comments
Closed

Camel Kafka connector extensible is broken with mvnd #598

orpiske opened this issue Oct 14, 2020 · 2 comments

Comments

@orpiske
Copy link
Contributor

orpiske commented Oct 14, 2020

When trying to build the project with mvnd, the following module fails to build:

  • Camel Kafka Connector :: Archetypes :: Camel Kafka connector extensible
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-archetype-plugin:3.2.0:integration-test (default-integration-test) on project camel-kafka-connector-extensible-archetype: 
[ERROR] Archetype IT 'camel-timer-kafka-connector' failed: Cannot run additions goals.
[ERROR] -> [Help 1]
[ERROR] 
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException
[ERROR] 
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn <args> -rf :camel-kafka-connector-extensible-archetype

Building it with Maven seems to work, but it would be good to support mvnd as well, since Maven is too slow to build.

@orpiske
Copy link
Contributor Author

orpiske commented Oct 14, 2020

The package target works whereas the install target doesn't.

ie.: works
mvnd -DskipIntegrationTests=true clean package

@orpiske
Copy link
Contributor Author

orpiske commented Oct 14, 2020

Found a work-around and documented.

@orpiske orpiske closed this as completed Oct 14, 2020
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

No branches or pull requests

1 participant