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 504be33 commit e6acc4cCopy full SHA for e6acc4c
src/settings.xml
@@ -26,25 +26,12 @@
26
<username>${env.APACHE_USER}</username>
27
<password>${env.APACHE_PASSWORD}</password>
28
</server>
29
-
+
30
<!-- To stage a release of some part of Maven -->
31
<server>
32
<id>apache.releases.https</id>
33
34
35
36
</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>
50
</settings>
0 commit comments