Skip to content

jcustenborder/kafka-connect-parent

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

52 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Introduction

This project provides a parent pom for Kafka Connect projects.

Support for integration testing

Place your integration testing code in src/integration-test/java and your integration testing resources in src/integration-test/resources The integration-test will include these source items and enable the Maven Failsafe Plugin.

mvn clean compile test-compile integration-test failsafe:verify -P integration-test