Skip to content

Commit 1883de1

Browse files
committed
troubleshoot bom problem
1 parent 33f6af8 commit 1883de1

File tree

2 files changed

+28
-0
lines changed

2 files changed

+28
-0
lines changed

dependency-bundles/bom/pom.xml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -313,6 +313,20 @@
313313
</execution>
314314
</executions>
315315
</plugin>
316+
<plugin>
317+
<groupId>org.apache.maven.plugins</groupId>
318+
<artifactId>maven-gpg-plugin</artifactId>
319+
<version>3.2.7</version>
320+
<executions>
321+
<execution>
322+
<id>sign-artifacts</id>
323+
<phase>verify</phase>
324+
<goals>
325+
<goal>sign</goal>
326+
</goals>
327+
</execution>
328+
</executions>
329+
</plugin>
316330
</plugins>
317331
</build>
318332
</profile>

dependency-bundles/modules-bom/pom.xml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -238,6 +238,20 @@
238238
</execution>
239239
</executions>
240240
</plugin>
241+
<plugin>
242+
<groupId>org.apache.maven.plugins</groupId>
243+
<artifactId>maven-gpg-plugin</artifactId>
244+
<version>3.2.7</version>
245+
<executions>
246+
<execution>
247+
<id>sign-artifacts</id>
248+
<phase>verify</phase>
249+
<goals>
250+
<goal>sign</goal>
251+
</goals>
252+
</execution>
253+
</executions>
254+
</plugin>
241255
</plugins>
242256
</build>
243257
</profile>

0 commit comments

Comments
 (0)