Changed to set the project-artifact's file when the archival is complete.

git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@329283 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
John Dennis Casey 2005-10-28 20:19:14 +00:00
parent f8bfe26de7
commit 79ddf714e8
1 changed files with 2 additions and 0 deletions

View File

@ -70,6 +70,8 @@ public class PackagingMojo
// TODO: improve error handling
throw new MojoExecutionException( "Error assembling JAR", e );
}
project.getArtifact().setFile( jarFile );
}
}