kafka-connect-checkstyle

Shared checkstyle settings for Kafka Connect projects.

License

License

Categories

Categories

Checkstyle Application Testing & Monitoring Code Analysis
GroupId

GroupId

com.github.jcustenborder.kafka.connect
ArtifactId

ArtifactId

kafka-connect-checkstyle
Last Version

Last Version

1.0.0.0
Release Date

Release Date

Type

Type

jar
Description

Description

kafka-connect-checkstyle
Shared checkstyle settings for Kafka Connect projects.
Project URL

Project URL

https://github.com/jcustenborder/kafka-connect-parent
Source Code Management

Source Code Management

https://github.com/jcustenborder/kafka-connect-parent

Download kafka-connect-checkstyle

How to add to project

<!-- https://jarcasting.com/artifacts/com.github.jcustenborder.kafka.connect/kafka-connect-checkstyle/ -->
<dependency>
    <groupId>com.github.jcustenborder.kafka.connect</groupId>
    <artifactId>kafka-connect-checkstyle</artifactId>
    <version>1.0.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.jcustenborder.kafka.connect/kafka-connect-checkstyle/
implementation 'com.github.jcustenborder.kafka.connect:kafka-connect-checkstyle:1.0.0.0'
// https://jarcasting.com/artifacts/com.github.jcustenborder.kafka.connect/kafka-connect-checkstyle/
implementation ("com.github.jcustenborder.kafka.connect:kafka-connect-checkstyle:1.0.0.0")
'com.github.jcustenborder.kafka.connect:kafka-connect-checkstyle:jar:1.0.0.0'
<dependency org="com.github.jcustenborder.kafka.connect" name="kafka-connect-checkstyle" rev="1.0.0.0">
  <artifact name="kafka-connect-checkstyle" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.jcustenborder.kafka.connect', module='kafka-connect-checkstyle', version='1.0.0.0')
)
libraryDependencies += "com.github.jcustenborder.kafka.connect" % "kafka-connect-checkstyle" % "1.0.0.0"
[com.github.jcustenborder.kafka.connect/kafka-connect-checkstyle "1.0.0.0"]

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

There are no modules declared in this project.

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

Versions

Version
1.0.0.0