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:
Brett Leslie Porter 2005-10-07 08:36:28 +00:00
parent 70ab341c64
commit f442f49d88
1 changed files with 1 additions and 1 deletions

View File

@ -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 );
}
}