Re: assembly: howto exclude basedirectory when unpacking binaries

2006-12-07 Thread John Casey

You might try:


 
...

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.
  
 
groupId:artifactId:war
 
 
/
false
true
 
  

  ... 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]




assembly: howto exclude basedirectory when unpacking binaries

2006-12-07 Thread Bram de Kruijff
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.
  
 
groupId:artifactId:war
 
 
/
false
true
 
  

  ... 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]