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:
Brett Leslie Porter 2004-09-21 13:48:47 +00:00
parent 1f36126287
commit cd6f43bcf1
1 changed files with 5 additions and 0 deletions

View File

@ -812,6 +812,11 @@
<codeSegment>
<version>3.0.0</version>
<code><![CDATA[
public String getKey()
{
return getId() + ":" + getType();
}
public String getArtifactDirectory()
{
return getGroupId();