File tree Expand file tree Collapse file tree 1 file changed +9
-24
lines changed Expand file tree Collapse file tree 1 file changed +9
-24
lines changed Original file line number Diff line number Diff line change 164
164
<groupId >org.apache.maven.plugins</groupId >
165
165
<artifactId >maven-gpg-plugin</artifactId >
166
166
<version >${version.maven.plugin.gpg} </version >
167
+ <executions >
168
+ <execution >
169
+ <id >sign-artifacts</id >
170
+ <phase >verify</phase >
171
+ <goals >
172
+ <goal >sign</goal >
173
+ </goals >
174
+ </execution >
175
+ </executions >
167
176
</plugin >
168
177
169
178
<plugin >
432
441
</build >
433
442
</profile >
434
443
435
- <profile >
436
- <id >release</id >
437
- <modules >
438
- <module >astra-db-java</module >
439
- <module >langchain4j-astradb</module >
440
- </modules >
441
- <build >
442
- <plugins >
443
- <plugin >
444
- <groupId >org.apache.maven.plugins</groupId >
445
- <artifactId >maven-gpg-plugin</artifactId >
446
- <executions >
447
- <execution >
448
- <id >sign-artifacts</id >
449
- <phase >verify</phase >
450
- <goals >
451
- <goal >sign</goal >
452
- </goals >
453
- </execution >
454
- </executions >
455
- </plugin >
456
- </plugins >
457
- </build >
458
- </profile >
459
444
</profiles >
460
445
461
446
<!-- Organization -->
You can’t perform that action at this time.
0 commit comments