MNG-692, continued: also update project.artifact.file for War.

I'm leaving it alone for non-war (i.e. exploded/inplace webapp) generation.


git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@231199 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Kenney Westerhof 2005-08-10 09:16:23 +00:00
parent d401ffe655
commit ad947569c8
1 changed files with 2 additions and 0 deletions

View File

@ -256,6 +256,8 @@ public class WarMojo
// create archive
archiver.createArchive( project, archive );
project.getArtifact().setFile( warFile );
}
}
}