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