mirror of https://github.com/apache/maven.git
add type to key in v3
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@163130 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
1f36126287
commit
cd6f43bcf1
|
@ -812,6 +812,11 @@
|
|||
<codeSegment>
|
||||
<version>3.0.0</version>
|
||||
<code><![CDATA[
|
||||
public String getKey()
|
||||
{
|
||||
return getId() + ":" + getType();
|
||||
}
|
||||
|
||||
public String getArtifactDirectory()
|
||||
{
|
||||
return getGroupId();
|
||||
|
|
Loading…
Reference in New Issue