Skip to content

Commit 3a54670

Browse files
committed
help
1 parent bb59ff0 commit 3a54670

File tree

1 file changed

+9
-24
lines changed

1 file changed

+9
-24
lines changed

pom.xml

Lines changed: 9 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -164,6 +164,15 @@
164164
<groupId>org.apache.maven.plugins</groupId>
165165
<artifactId>maven-gpg-plugin</artifactId>
166166
<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>
167176
</plugin>
168177

169178
<plugin>
@@ -432,30 +441,6 @@
432441
</build>
433442
</profile>
434443

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>
459444
</profiles>
460445

461446
<!-- Organization -->

0 commit comments

Comments
 (0)