Skip to content

Commit 1254664

Browse files
committed
fixed gpg signing
1 parent 7beb7eb commit 1254664

File tree

1 file changed

+42
-42
lines changed

1 file changed

+42
-42
lines changed

pom.xml

Lines changed: 42 additions & 42 deletions
Original file line numberDiff line numberDiff line change
@@ -294,47 +294,6 @@
294294
<build>
295295
<plugins>
296296

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-
338297
<plugin>
339298
<groupId>org.apache.maven.plugins</groupId>
340299
<artifactId>maven-javadoc-plugin</artifactId>
@@ -370,7 +329,7 @@
370329
<executions>
371330
<execution>
372331
<id>sign-artifacts</id>
373-
<phase>verify</phase>
332+
<phase>package</phase>
374333
<goals>
375334
<goal>sign</goal>
376335
</goals>
@@ -385,6 +344,47 @@
385344
</executions>
386345
</plugin>
387346

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+
388388
</plugins>
389389
</build>
390390
</profile>

0 commit comments

Comments
 (0)