We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2a4b559 commit 05bb8daCopy full SHA for 05bb8da
1 file changed
pom.xml
@@ -1059,6 +1059,26 @@
1059
<profiles>
1060
<profile>
1061
<id>oss-exit-gate</id>
1062
+ <build>
1063
+ <plugins>
1064
+ <plugin>
1065
+ <groupId>org.apache.maven.plugins</groupId>
1066
+ <artifactId>maven-gpg-plugin</artifactId>
1067
+ <version>1.5</version>
1068
+ <configuration>
1069
+ <passphrase>${gpg.passphrase}</passphrase>
1070
+ <useAgent>${gpg.useagent}</useAgent>
1071
+ </configuration>
1072
+ <executions>
1073
+ <execution>
1074
+ <goals>
1075
+ <goal>sign</goal>
1076
+ </goals>
1077
+ </execution>
1078
+ </executions>
1079
+ </plugin>
1080
+ </plugins>
1081
+ </build>
1082
<distributionManagement>
1083
<repository>
1084
<id>artifact-registry</id>
0 commit comments