mirror of https://github.com/apache/maven.git
[MNG-2318] Fixing parent id() method to match format from model id method, so relative-path POMs can be validated for correct info.
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@672839 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
9514380003
commit
116105ef35
|
@ -1946,6 +1946,7 @@
|
|||
id.append( ":" );
|
||||
id.append( getArtifactId() );
|
||||
id.append( ":" );
|
||||
id.append( "pom" );
|
||||
// id.append( getPackaging() );
|
||||
id.append( ":" );
|
||||
id.append( getVersion() );
|
||||
|
|
Loading…
Reference in New Issue