Vahid created MRELEASE-1152:
-------------------------------
Summary: Unable to fine properties
Key: MRELEASE-1152
URL: https://issues.apache.org/jira/browse/MRELEASE-1152
Project: Maven Release Plugin
Issue Type: Bug
Components: prepare-with-pom
Affects Versions: 3.1.0, 3.0.1
Reporter: Vahid
Hello,
I have a multi-module project that I want to use maven release plugin for it.
In some sub-modules there are some properties but they are somehow ignored.
I debugged the code and I found that in class
*org.apache.maven.shared.release.transform.jdom2.JDomProperties* line *49*
(inside constructor method) only Object is being created and no key/value is
passed.
So, *modelTarget.getProperties() == null* is false but
*modelTarget.getProperties().isEmpty()* is true. We can say that all properties
in the pom.xml file are ignored.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)