mirror of https://github.com/apache/maven.git
PR: MNG-1102
fix classifier git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@307051 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
70ab341c64
commit
f442f49d88
|
@ -161,7 +161,7 @@ public class AssemblyMojo
|
|||
throw new MojoExecutionException( "Error creating assembly", e );
|
||||
}
|
||||
|
||||
projectHelper.attachArtifact( project, format, format + "-assembly", destFile );
|
||||
projectHelper.attachArtifact( project, format, assembly.getId(), destFile );
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue