You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ac...@apache.org on 2020/10/09 16:48:11 UTC

[camel-kafka-connector] branch master updated: Add an integration test for the archetype

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 24ca89b  Add an integration test for the archetype
24ca89b is described below

commit 24ca89bdecf7a9db95e7fe6c452360cdf0b8a36f
Author: Tom Cunningham <tc...@redhat.com>
AuthorDate: Mon Oct 5 16:36:38 2020 -0400

    Add an integration test for the archetype
---
 .../archetype.properties                           | 26 ++++++++++++++++++++++
 .../projects/camel-timer-kafka-connector/goal.txt  |  1 +
 2 files changed, 27 insertions(+)

diff --git a/archetypes/camel-kafka-connector-extensible-archetype/src/test/resources/projects/camel-timer-kafka-connector/archetype.properties b/archetypes/camel-kafka-connector-extensible-archetype/src/test/resources/projects/camel-timer-kafka-connector/archetype.properties
new file mode 100644
index 0000000..c9f8963
--- /dev/null
+++ b/archetypes/camel-kafka-connector-extensible-archetype/src/test/resources/projects/camel-timer-kafka-connector/archetype.properties
@@ -0,0 +1,26 @@
+## ---------------------------------------------------------------------------
+## Licensed to the Apache Software Foundation (ASF) under one or more
+## contributor license agreements.  See the NOTICE file distributed with
+## this work for additional information regarding copyright ownership.
+## The ASF licenses this file to You under the Apache License, Version 2.0
+## (the "License"); you may not use this file except in compliance with
+## the License.  You may obtain a copy of the License at
+##
+##      http://www.apache.org/licenses/LICENSE-2.0
+##
+## Unless required by applicable law or agreed to in writing, software
+## distributed under the License is distributed on an "AS IS" BASIS,
+## WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+## See the License for the specific language governing permissions and
+## limitations under the License.
+## ---------------------------------------------------------------------------
+
+sourceEncoding=UTF-8
+archetype.groupId=org.apache.camel.kafkaconnector.archetypes
+archetype.artifactId=camel-kafka-connector-extensible-archetype
+groupId=org.apache.camel.kafka-connector.test
+artifactId=timer
+
+version=1.0.0-SNAPSHOT
+camel-kafka-connector-version=0.5.0
+camel-kafka-connector-name=camel-timer-kafka-connector
diff --git a/archetypes/camel-kafka-connector-extensible-archetype/src/test/resources/projects/camel-timer-kafka-connector/goal.txt b/archetypes/camel-kafka-connector-extensible-archetype/src/test/resources/projects/camel-timer-kafka-connector/goal.txt
new file mode 100644
index 0000000..7c32f55
--- /dev/null
+++ b/archetypes/camel-kafka-connector-extensible-archetype/src/test/resources/projects/camel-timer-kafka-connector/goal.txt
@@ -0,0 +1 @@
+install