[ https://issues.apache.org/jira/browse/MRELEASE-1152?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17862695#comment-17862695 ]
Michael Osipov commented on MRELEASE-1152: ------------------------------------------ You should create a sample project to depict the problem. I do not really understand it. > 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.0.1, 3.1.0 > Reporter: Vahid > Priority: Major > > 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)