This repository was archived by the owner on Jun 30, 2023. It is now read-only.
File tree 1 file changed +48
-0
lines changed
1 file changed +48
-0
lines changed Original file line number Diff line number Diff line change 14
14
<project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
15
15
</properties >
16
16
17
+ <issueManagement >
18
+ <system >github</system >
19
+ <url >https://github.com/blueapron/kafka-connect-protobuf-converter/issues</url >
20
+ </issueManagement >
21
+
22
+ <licenses >
23
+ <license >
24
+ <name >MIT License</name >
25
+ <url >http://www.opensource.org/licenses/mit-license.php</url >
26
+ <distribution >repo</distribution >
27
+ </license >
28
+ </licenses >
29
+
17
30
<dependencies >
18
31
<dependency >
19
32
<groupId >org.apache.kafka</groupId >
79
92
</execution >
80
93
</executions >
81
94
</plugin >
95
+ <plugin >
96
+ <groupId >io.confluent</groupId >
97
+ <artifactId >kafka-connect-maven-plugin</artifactId >
98
+ <version >0.10.0</version >
99
+ <executions >
100
+ <execution >
101
+ <goals >
102
+ <goal >kafka-connect</goal >
103
+ </goals >
104
+ <configuration >
105
+ <title >Kafka Connect Protobuf Converter</title >
106
+ <documentationUrl >
107
+ https://github.com/blueapron/kafka-connect-protobuf-converter/blob/master/README.md
108
+ </documentationUrl >
109
+ <description >Proto3 converter for Kafka Connect.</description >
110
+ <ownerUsername >blueapron</ownerUsername >
111
+ <ownerType >organization</ownerType >
112
+ <ownerName >Blue Apron, LLC.</ownerName >
113
+ <ownerUrl >https://www.blueapron.com/</ownerUrl >
114
+ <componentTypes >
115
+ <componentType >converter</componentType >
116
+ </componentTypes >
117
+ <tags >
118
+ <tag >proto3</tag >
119
+ <tag >protocol buffers</tag >
120
+ <tag >protobuf</tag >
121
+ <tag >converter</tag >
122
+ </tags >
123
+ <supportUrl >${project.issueManagement.url} </supportUrl >
124
+ <supportSummary >Support provided through community involvement.
125
+ </supportSummary >
126
+ </configuration >
127
+ </execution >
128
+ </executions >
129
+ </plugin >
82
130
</plugins >
83
131
</build >
84
132
</project >
You can’t perform that action at this time.
0 commit comments