mirror of https://github.com/apache/maven.git
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:
parent
f8bfe26de7
commit
79ddf714e8
|
@ -70,6 +70,8 @@ public class PackagingMojo
|
|||
// TODO: improve error handling
|
||||
throw new MojoExecutionException( "Error assembling JAR", e );
|
||||
}
|
||||
|
||||
project.getArtifact().setFile( jarFile );
|
||||
}
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue