Konrad Windszus created MPOM-243:
------------------------------------
Summary: WARNING: release:perform issues [WARNING] The requested
profile "pom.xml" could not be activated because it does not exist.
Key: MPOM-243
URL: https://issues.apache.org/jira/browse/MPOM-243
Project: Maven POMs
Issue Type: Improvement
Reporter: Konrad Windszus
Since version 23 the following log output is emitted with every release:
{code}
[INFO] [INFO]
------------------------------------------------------------------------
[INFO] [INFO] BUILD SUCCESS
[INFO] [INFO]
------------------------------------------------------------------------
[INFO] [INFO] Total time: 25.851 s
[INFO] [INFO] Finished at: 2020-03-09T19:59:04+01:00
[INFO] [INFO]
------------------------------------------------------------------------
[INFO] [WARNING] The requested profile "pom.xml" could not be activated because
it does not exist.
[INFO] phase cleanup
[INFO] Cleaning up after release...
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
{code}
Although it doesn't seem to have functional impact the warning is annoying.
Most probably this is related to the profile activation in
https://github.com/apache/maven-apache-parent/blob/591f84284d4bce53ca2ee686c1d84b16e8029716/pom.xml#L234
Compare also with
https://issues.apache.org/jira/browse/MRELEASE-1038?focusedCommentId=17024760&page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#comment-17024760.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)