Skip to content

Commit d9c77a3

Browse files
authored
chore: fix pom for release (#135)
1 parent 338e565 commit d9c77a3

File tree

1 file changed

+9
-33
lines changed

1 file changed

+9
-33
lines changed

pom.xml

+9-33
Original file line numberDiff line numberDiff line change
@@ -27,38 +27,6 @@
2727
<tag>4.3.7</tag>
2828
</scm>
2929
<profiles>
30-
<profile>
31-
<id>gpg</id>
32-
<activation>
33-
<activeByDefault>false</activeByDefault>
34-
</activation>
35-
<build>
36-
<plugins>
37-
<plugin>
38-
<groupId>org.apache.maven.plugins</groupId>
39-
<artifactId>maven-gpg-plugin</artifactId>
40-
<version>1.6</version>
41-
<executions>
42-
<execution>
43-
<id>sign-artifacts</id>
44-
<phase>verify</phase>
45-
<goals>
46-
<goal>sign</goal>
47-
</goals>
48-
</execution>
49-
</executions>
50-
<configuration>
51-
<keyname>${gpg.keyname}</keyname>
52-
<passphrase>${gpg.passphrase}</passphrase>
53-
<gpgArguments>
54-
<arg>--pinentry-mode</arg>
55-
<arg>loopback</arg>
56-
</gpgArguments>
57-
</configuration>
58-
</plugin>
59-
</plugins>
60-
</build>
61-
</profile>
6230
<profile>
6331
<id>release</id>
6432
<activation>
@@ -116,6 +84,14 @@
11684
<goals>
11785
<goal>sign</goal>
11886
</goals>
87+
<configuration>
88+
<keyname>${gpg.keyname}</keyname>
89+
<passphrase>${gpg.passphrase}</passphrase>
90+
<gpgArguments>
91+
<arg>--pinentry-mode</arg>
92+
<arg>loopback</arg>
93+
</gpgArguments>
94+
</configuration>
11995
</execution>
12096
</executions>
12197
</plugin>
@@ -240,4 +216,4 @@
240216
</plugin>
241217
</plugins>
242218
</build>
243-
</project>
219+
</project>

0 commit comments

Comments
 (0)