mirror of
https://github.com/apache/maven.git
synced 2025-02-08 11:05:37 +00:00
[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( ":" );
|
||||||
id.append( getArtifactId() );
|
id.append( getArtifactId() );
|
||||||
id.append( ":" );
|
id.append( ":" );
|
||||||
|
id.append( "pom" );
|
||||||
// id.append( getPackaging() );
|
// id.append( getPackaging() );
|
||||||
id.append( ":" );
|
id.append( ":" );
|
||||||
id.append( getVersion() );
|
id.append( getVersion() );
|
||||||
|
Loading…
x
Reference in New Issue
Block a user