You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by Dave Hoffer <DH...@xrite.com> on 2007/01/09 18:17:21 UTC

Can the assembly plugin output to file share?

Is it possible to configure the assembly plugin to put the final output
on a network share?

<binaries>
        <outputDirectory>\\server\share\folder</outputDirectory>
        <includeDependencies>true</includeDependencies>
        <unpack>false</unpack>
</binaries>

For example, when I do the above it puts the output relative to target
instead of treating this as a full path.  Is there a way to make it
treat this as a full path?

-dh


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org


RE: Can the assembly plugin output to file share?

Posted by "andy law (RI)" <an...@bbsrc.ac.uk>.
Although I don't really know what I'm talking about, I would be looking
at the <baseDirectory> tag in the assembly descriptor if I was you.

Later,

Andy

-------------
Yada, yada, yada...

The information contained in this e-mail (including any attachments) is
confidential and is intended for the use of the addressee only.   The
opinions expressed within this e-mail (including any attachments) are
the opinions of the sender and do not necessarily constitute those of
Roslin Institute (Edinburgh) ("the Institute") unless specifically
stated by a sender who is duly authorised to do so on behalf of the
Institute.
  

> -----Original Message-----
> From: Dave Hoffer [mailto:DHoffer@xrite.com] 
> Sent: 09 January 2007 17:17
> To: users@maven.apache.org
> Subject: Can the assembly plugin output to file share?
> 
> Is it possible to configure the assembly plugin to put the 
> final output on a network share?
> 
> <binaries>
>         <outputDirectory>\\server\share\folder</outputDirectory>
>         <includeDependencies>true</includeDependencies>
>         <unpack>false</unpack>
> </binaries>
> 
> For example, when I do the above it puts the output relative 
> to target instead of treating this as a full path.  Is there 
> a way to make it treat this as a full path?
> 
> -dh
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
> For additional commands, e-mail: users-help@maven.apache.org
> 
> 

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org