You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Mahdi Konzali (Jira)" <ji...@apache.org> on 2022/07/27 15:56:00 UTC

[jira] [Created] (MRELEASE-1102) prepare-with-pom : NullPointerException when plugin's group-id is a property

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)