Skip to content

Commit e6acc4c

Browse files
committed
[fix][build] Remove invalid profile in settings.xml that caused gpg signing to fail (apache#24812)
(cherry picked from commit 008e4eb)
1 parent 504be33 commit e6acc4c

File tree

1 file changed

+1
-14
lines changed

1 file changed

+1
-14
lines changed

src/settings.xml

Lines changed: 1 addition & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -26,25 +26,12 @@
2626
<username>${env.APACHE_USER}</username>
2727
<password>${env.APACHE_PASSWORD}</password>
2828
</server>
29-
29+
3030
<!-- To stage a release of some part of Maven -->
3131
<server>
3232
<id>apache.releases.https</id>
3333
<username>${env.APACHE_USER}</username>
3434
<password>${env.APACHE_PASSWORD}</password>
3535
</server>
3636
</servers>
37-
38-
<profiles>
39-
<profile>
40-
<id>apache</id>
41-
<activation>
42-
<activeByDefault>true</activeByDefault>
43-
</activation>
44-
<properties>
45-
<gpg.executable>${env.GPG_EXECUTABLE}</gpg.executable>
46-
<gpg.passphrase>${env.GPG_PASSPHRASE}</gpg.passphrase>
47-
</properties>
48-
</profile>
49-
</profiles>
5037
</settings>

0 commit comments

Comments
 (0)