Skip to content

Commit

Permalink
Issue 15 (#16)
Browse files Browse the repository at this point in the history
* Added connector hub plugin. Fixes #15.

* Added connector hub plugin. Fixes #15.
  • Loading branch information
jcustenborder authored Apr 3, 2018
1 parent a38a544 commit c235470
Showing 1 changed file with 38 additions and 0 deletions.
38 changes: 38 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -70,4 +70,42 @@
</exclusions>
</dependency>
</dependencies>
<build>
<plugins>
<plugin>
<groupId>io.confluent</groupId>
<artifactId>kafka-connect-maven-plugin</artifactId>
<version>0.9.0</version>
<executions>
<execution>
<goals>
<goal>kafka-connect</goal>
</goals>
<configuration>
<ownerUsername>jcustenborder</ownerUsername>
<confluentControlCenterIntegration>true
</confluentControlCenterIntegration>
<documentationUrl>
https://jcustenborder.github.io/kafka-connect-documentation/
</documentationUrl>
<ownerName>Jeremy Custenborder</ownerName>
<dockerNamespace>jcustenborder</dockerNamespace>
<dockerName>kafka-connect-docker</dockerName>
<pluginTypes>
<pluginType>sink</pluginType>
</pluginTypes>
<tags>
<tag>Apache Solr</tag>
<tag>search</tag>
</tags>
<title>Kafka Connect Solr</title>
<supportUrl>${pom.issueManagement.url}</supportUrl>
<supportSummary>Support provided through community involvement.
</supportSummary>
</configuration>
</execution>
</executions>
</plugin>
</plugins>
</build>
</project>

0 comments on commit c235470

Please sign in to comment.