Skip to content

Commit

Permalink
Corrected to publish to the connect hub. (#3)
Browse files Browse the repository at this point in the history
  • Loading branch information
jcustenborder authored May 22, 2020
1 parent 42e8279 commit 070dd3e
Showing 1 changed file with 4 additions and 26 deletions.
30 changes: 4 additions & 26 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
<version>2.4.0</version>
</parent>
<artifactId>kafka-connect-opentsdb</artifactId>
<version>0.0.2-SNAPSHOT</version>
<version>0.1-SNAPSHOT</version>
<name>kafka-connect-opentsdb</name>
<description>A Kafka Connect connector receiving data from example.</description>
<url>https://github.com/jcustenborder/kafka-connect-opentsdb</url>
Expand Down Expand Up @@ -62,28 +62,6 @@
<dependencies/>
<build>
<plugins>
<plugin>
<groupId>com.github.jcustenborder.maven.plugins</groupId>
<artifactId>kafka-connect-maven-plugin</artifactId>
<version>0.1.2</version>
<executions>
<execution>
<id>generate-config</id>
<goals>
<goal>generate-config-classes</goal>
</goals>
<phase>generate-sources</phase>
<configuration>
<includeFiles>
<includeFile>src/main/connect-config-classes/*.json</includeFile>
</includeFiles>
</configuration>
</execution>
</executions>
</plugin>

<!--
Uncomment to prepare a package for the Confluent Hub.
<plugin>
<groupId>io.confluent</groupId>
<artifactId>kafka-connect-maven-plugin</artifactId>
Expand All @@ -93,14 +71,14 @@
</documentationUrl>
<componentTypes>
<componentType>sink</componentType>
<componentType>transform</componentType>
</componentTypes>
<tags>
<tag>Redis</tag>
<tag>OpenTSDB</tag>
</tags>
<title>Kafka Connect Redis</title>
<title>Kafka Connect OpenTSDB</title>
</configuration>
</plugin>
-->
</plugins>
</build>
</project>

0 comments on commit 070dd3e

Please sign in to comment.