Mahdi Konzali created MRELEASE-1102: ---------------------------------------
Summary: prepare-with-pom : NullPointerException when plugin's group-id is a property Key: MRELEASE-1102 URL: https://issues.apache.org/jira/browse/MRELEASE-1102 Project: Maven Release Plugin Issue Type: Bug Components: prepare-with-pom Affects Versions: 3.0.0-M6, 3.0.0-M5, 3.0.0-M4, 3.0.0-M1 Reporter: Mahdi Konzali we had in our initial pom <plugins> <plugin> <groupId>${quarkus.platform.group-id}</groupId> <artifactId>quarkus-maven-plugin</artifactId> <version>${quarkus.platform.version}</version> ... </plugin> replacing the property by its value resolves the problem by our side. -- This message was sent by Atlassian Jira (v8.20.10#820010)