|
294 | 294 | <build> |
295 | 295 | <plugins> |
296 | 296 |
|
297 | | - <plugin> |
298 | | - <groupId>io.confluent</groupId> |
299 | | - <artifactId>kafka-connect-maven-plugin</artifactId> |
300 | | - <version>0.11.2</version> |
301 | | - <executions> |
302 | | - <execution> |
303 | | - <phase>package</phase> |
304 | | - <goals> |
305 | | - <goal>kafka-connect</goal> |
306 | | - </goals> |
307 | | - <configuration> |
308 | | - <title>Kafka Connect ArangoDB</title> |
309 | | - <documentationUrl>${project.url}/blob/master/README.md</documentationUrl> |
310 | | - <logo>docs/logos/arangodb-avocado-logo.png</logo> |
311 | | - <ownerLogo>docs/logos/jaredpetersen-logo.png</ownerLogo> |
312 | | - <ownerUsername>jaredpetersen</ownerUsername> |
313 | | - <ownerType>user</ownerType> |
314 | | - <ownerName>Jared Petersen</ownerName> |
315 | | - <ownerUrl>https://github.com/jaredpetersen</ownerUrl> |
316 | | - <supportProviderName>Open Source Community</supportProviderName> |
317 | | - <supportSummary>Support provided through community involvement.</supportSummary> |
318 | | - <supportUrl>${project.issueManagement.url}</supportUrl> |
319 | | - <confluentControlCenterIntegration>true</confluentControlCenterIntegration> |
320 | | - <componentTypes> |
321 | | - <componentType>sink</componentType> |
322 | | - </componentTypes> |
323 | | - <requirements> |
324 | | - <requirement>ArangoDB 3.4+</requirement> |
325 | | - </requirements> |
326 | | - <tags> |
327 | | - <tag>arangodb</tag> |
328 | | - <tag>arango</tag> |
329 | | - <tag>graph</tag> |
330 | | - <tag>database</tag> |
331 | | - <tag>nosql</tag> |
332 | | - </tags> |
333 | | - </configuration> |
334 | | - </execution> |
335 | | - </executions> |
336 | | - </plugin> |
337 | | - |
338 | 297 | <plugin> |
339 | 298 | <groupId>org.apache.maven.plugins</groupId> |
340 | 299 | <artifactId>maven-javadoc-plugin</artifactId> |
|
370 | 329 | <executions> |
371 | 330 | <execution> |
372 | 331 | <id>sign-artifacts</id> |
373 | | - <phase>verify</phase> |
| 332 | + <phase>package</phase> |
374 | 333 | <goals> |
375 | 334 | <goal>sign</goal> |
376 | 335 | </goals> |
|
385 | 344 | </executions> |
386 | 345 | </plugin> |
387 | 346 |
|
| 347 | + <plugin> |
| 348 | + <groupId>io.confluent</groupId> |
| 349 | + <artifactId>kafka-connect-maven-plugin</artifactId> |
| 350 | + <version>0.11.2</version> |
| 351 | + <executions> |
| 352 | + <execution> |
| 353 | + <phase>package</phase> |
| 354 | + <goals> |
| 355 | + <goal>kafka-connect</goal> |
| 356 | + </goals> |
| 357 | + <configuration> |
| 358 | + <title>Kafka Connect ArangoDB</title> |
| 359 | + <documentationUrl>${project.url}/blob/master/README.md</documentationUrl> |
| 360 | + <logo>docs/logos/arangodb-avocado-logo.png</logo> |
| 361 | + <ownerLogo>docs/logos/jaredpetersen-logo.png</ownerLogo> |
| 362 | + <ownerUsername>jaredpetersen</ownerUsername> |
| 363 | + <ownerType>user</ownerType> |
| 364 | + <ownerName>Jared Petersen</ownerName> |
| 365 | + <ownerUrl>https://github.com/jaredpetersen</ownerUrl> |
| 366 | + <supportProviderName>Open Source Community</supportProviderName> |
| 367 | + <supportSummary>Support provided through community involvement.</supportSummary> |
| 368 | + <supportUrl>${project.issueManagement.url}</supportUrl> |
| 369 | + <confluentControlCenterIntegration>true</confluentControlCenterIntegration> |
| 370 | + <componentTypes> |
| 371 | + <componentType>sink</componentType> |
| 372 | + </componentTypes> |
| 373 | + <requirements> |
| 374 | + <requirement>ArangoDB 3.4+</requirement> |
| 375 | + </requirements> |
| 376 | + <tags> |
| 377 | + <tag>arangodb</tag> |
| 378 | + <tag>arango</tag> |
| 379 | + <tag>graph</tag> |
| 380 | + <tag>database</tag> |
| 381 | + <tag>nosql</tag> |
| 382 | + </tags> |
| 383 | + </configuration> |
| 384 | + </execution> |
| 385 | + </executions> |
| 386 | + </plugin> |
| 387 | + |
388 | 388 | </plugins> |
389 | 389 | </build> |
390 | 390 | </profile> |
|
0 commit comments