mirror of https://github.com/apache/archiva.git
[MRM-1105]
o fix legacy path being set in artifact git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@755544 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
aab7502db7
commit
c71589de80
|
@ -76,8 +76,8 @@ public class AddLegacyArtifactPathAction
|
||||||
|
|
||||||
public String commit()
|
public String commit()
|
||||||
{
|
{
|
||||||
this.legacyArtifactPath.setArtifact(
|
this.legacyArtifactPath.setArtifact( this.groupId + ":" + this.artifactId + ":" + this.version + ":" +
|
||||||
this.groupId + ":" + this.artifactId + ":" + this.classifier + ":" + this.version + ":" + this.type );
|
this.classifier + ":" + this.type );
|
||||||
|
|
||||||
// Check the proposed Artifact macthes the path
|
// Check the proposed Artifact macthes the path
|
||||||
ArtifactReference artifact = new ArtifactReference();
|
ArtifactReference artifact = new ArtifactReference();
|
||||||
|
|
Loading…
Reference in New Issue