Skip to content

Commit

Permalink
Ensure parallel builds with mvnd work on clean environments
Browse files Browse the repository at this point in the history
The camel-timer-kafka-connector is a dependency for the camel-kafka-connector-extensible-archetype module. Adding it to guarantee we correctly list test dependencies and also ensure parallel builds by tools such as mvnd work out of the box.
  • Loading branch information
orpiske committed Feb 15, 2021
1 parent 3cf956d commit f9accd8
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions archetypes/camel-kafka-connector-extensible-archetype/pom.xml
Expand Up @@ -32,6 +32,15 @@
<name>Camel Kafka Connector :: Archetypes :: Camel Kafka connector extensible</name>
<packaging>maven-archetype</packaging>

<dependencies>
<dependency>
<groupId>org.apache.camel.kafkaconnector</groupId>
<artifactId>camel-timer-kafka-connector</artifactId>
<version>${project.version}</version>
<scope>test</scope>
</dependency>
</dependencies>

<build>
<extensions>
<extension>
Expand Down

0 comments on commit f9accd8

Please sign in to comment.