mirror of https://github.com/apache/maven.git
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:
parent
d401ffe655
commit
ad947569c8
|
@ -256,6 +256,8 @@ public class WarMojo
|
|||
|
||||
// create archive
|
||||
archiver.createArchive( project, archive );
|
||||
|
||||
project.getArtifact().setFile( warFile );
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue