You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by or...@apache.org on 2021/02/15 19:39:30 UTC

[camel-kafka-connector] branch camel-master updated: Ensure parallel builds with mvnd work on clean environments

This is an automated email from the ASF dual-hosted git repository.

orpiske pushed a commit to branch camel-master
in repository https://gitbox.apache.org/repos/asf/camel-kafka-connector.git


The following commit(s) were added to refs/heads/camel-master by this push:
     new 251aa85  Ensure parallel builds with mvnd work on clean environments
251aa85 is described below

commit 251aa8570838aa4d612bbe56579adce4ae48362a
Author: Otavio R. Piske <an...@gmail.com>
AuthorDate: Mon Feb 15 18:47:46 2021 +0100

    Ensure parallel builds with mvnd work on clean environments
    
    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.
---
 archetypes/camel-kafka-connector-extensible-archetype/pom.xml | 9 +++++++++
 1 file changed, 9 insertions(+)

diff --git a/archetypes/camel-kafka-connector-extensible-archetype/pom.xml b/archetypes/camel-kafka-connector-extensible-archetype/pom.xml
index d22cb15..21a0a782 100644
--- a/archetypes/camel-kafka-connector-extensible-archetype/pom.xml
+++ b/archetypes/camel-kafka-connector-extensible-archetype/pom.xml
@@ -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>