|
276 | 276 | <groupId>io.confluent</groupId> |
277 | 277 | <artifactId>kafka-connect-maven-plugin</artifactId> |
278 | 278 | <version>0.12.0</version> |
| 279 | + <configuration> |
| 280 | + <ownerUsername>redis</ownerUsername> |
| 281 | + <documentationUrl>https://redislabs-field-engineering.github.io/redis-enterprise-kafka/</documentationUrl> |
| 282 | + <ownerLogo>src/docs/asciidoc/images/redislabs.svg</ownerLogo> |
| 283 | + <ownerName>Redis Labs</ownerName> |
| 284 | + <ownerUrl>https://redislabs.com</ownerUrl> |
| 285 | + <sourceUrl>${project.scm.url}</sourceUrl> |
| 286 | + <supportProviderName>Redis Labs</supportProviderName> |
| 287 | + <supportSummary> |
| 288 | + <![CDATA[This connector is <a href="https://redislabs.com/company/support/">supported by Redis Labs</a> as part of a |
| 289 | + <a href="https://redislabs.com/redis-enterprise">Redis Enterprise</a> license.]]> |
| 290 | + </supportSummary> |
| 291 | + <supportUrl>${project.issueManagement.url}</supportUrl> |
| 292 | + <confluentControlCenterIntegration>true</confluentControlCenterIntegration> |
| 293 | + <componentTypes> |
| 294 | + <componentType>sink</componentType> |
| 295 | + <componentType>source</componentType> |
| 296 | + </componentTypes> |
| 297 | + <tags> |
| 298 | + <tag>redis</tag> |
| 299 | + <tag>enterprise</tag> |
| 300 | + </tags> |
| 301 | + </configuration> |
279 | 302 | <executions> |
280 | 303 | <execution> |
281 | 304 | <id>cp5</id> |
|
285 | 308 | </goals> |
286 | 309 | <configuration> |
287 | 310 | <title>Redis Enterprise Kafka for Confluent Platform 5.x</title> |
288 | | - <documentationUrl>https://redislabs-field-engineering.github.io/redis-enterprise-kafka/ |
289 | | - </documentationUrl> |
290 | | - <ownerLogo>src/docs/asciidoc/images/redislabs.svg</ownerLogo> |
291 | | - <ownerUsername>redislabs-cp5</ownerUsername> |
292 | | - <ownerName>Redis Labs</ownerName> |
293 | | - <ownerUrl>https://redislabs.com</ownerUrl> |
294 | | - <sourceUrl>${project.scm.url}</sourceUrl> |
295 | | - <supportProviderName>Redis Labs</supportProviderName> |
296 | | - <supportSummary> |
297 | | - <![CDATA[This connector is <a href="https://redislabs.com/company/support/">supported by Redis Labs</a> as part of a |
298 | | - <a href="https://redislabs.com/redis-enterprise">Redis Enterprise</a> license.]]> |
299 | | - </supportSummary> |
300 | | - <supportUrl>${project.issueManagement.url}</supportUrl> |
301 | | - <confluentControlCenterIntegration>true</confluentControlCenterIntegration> |
302 | | - <componentTypes> |
303 | | - <componentType>sink</componentType> |
304 | | - <componentType>source</componentType> |
305 | | - </componentTypes> |
| 311 | + <version>cp5-${project.version}</version> |
306 | 312 | <requirements> |
307 | 313 | <requirement>Confluent Platform 5.0+</requirement> |
308 | 314 | <requirement>Redis Enterprise 6.0+</requirement> |
309 | 315 | </requirements> |
310 | | - <tags> |
311 | | - <tag>redis</tag> |
312 | | - <tag>enterprise</tag> |
313 | | - </tags> |
314 | 316 | </configuration> |
315 | 317 | </execution> |
316 | 318 | <execution> |
|
321 | 323 | </goals> |
322 | 324 | <configuration> |
323 | 325 | <title>Redis Enterprise Kafka for Confluent Platform 6.x</title> |
324 | | - <documentationUrl>https://redislabs-field-engineering.github.io/redis-enterprise-kafka/ |
325 | | - </documentationUrl> |
326 | | - <ownerLogo>src/docs/asciidoc/images/redislabs.svg</ownerLogo> |
327 | | - <ownerUsername>redislabs-cp6</ownerUsername> |
328 | | - <ownerName>Redis Labs</ownerName> |
329 | | - <ownerUrl>https://redislabs.com</ownerUrl> |
330 | | - <sourceUrl>${project.scm.url}</sourceUrl> |
331 | | - <supportProviderName>Redis Labs</supportProviderName> |
332 | | - <supportSummary> |
333 | | - <![CDATA[This connector is <a href="https://redislabs.com/company/support/">supported by Redis Labs</a> as part of a |
334 | | - <a href="https://redislabs.com/redis-enterprise">Redis Enterprise</a> license.]]> |
335 | | - </supportSummary> |
336 | | - <supportUrl>${project.issueManagement.url}</supportUrl> |
337 | | - <confluentControlCenterIntegration>true</confluentControlCenterIntegration> |
338 | | - <componentTypes> |
339 | | - <componentType>sink</componentType> |
340 | | - <componentType>source</componentType> |
341 | | - </componentTypes> |
| 326 | + <version>cp6-${project.version}</version> |
342 | 327 | <requirements> |
343 | 328 | <requirement>Confluent Platform 6.0+</requirement> |
344 | 329 | <requirement>Redis Enterprise 6.0+</requirement> |
345 | 330 | </requirements> |
346 | | - <tags> |
347 | | - <tag>redis</tag> |
348 | | - <tag>enterprise</tag> |
349 | | - </tags> |
350 | 331 | <excludes> |
351 | 332 | <exclude>io.netty:*</exclude> |
352 | 333 | </excludes> |
|
0 commit comments