You might try:
<moduleSet>
<outputFileNameMapping></outputFileNameMapping>
...
Not sure, but I think that would work.
-john
On 12/7/06, Bram de Kruijff <[EMAIL PROTECTED]> wrote:
Hello all,
in my assembly I want to include and unpack a war binary of a moduleset
in the root directory of the assembly. Unfortunaltly it always unpacks
the war in a subdirectory with the artifactId/finalName as name.
Is there anyway I can tell it not to do that?
Eg.
<moduleSet>
<includes>
<include>groupId:artifactId:war</include>
</includes>
<binaries>
<outputDirectory>/</outputDirectory>
<includeDependencies>false</includeDependencies>
<unpack>true</unpack>
</binaries>
</moduleSet>
... results in...
%assemblydir%/%artifactId%/WEB-INF/...
... but I need ...
%assemblydir%/WEB-INF/...
regards,
Bram
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]