You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by stug23 <pa...@gmail.com> on 2009/12/17 04:53:12 UTC

Basic question on dependency:unpack plugin goal - use of destFileName?

Examples for using dependency:unpack show a configuration property:

   <destFileName>[ filename ]</destFileName>


however I can't get this to work. In other words unpack a file from a zip
and rename it in its destination.

Is this simply in the unpack goal because the artifactItem includes
destFileName, but it doesn't apply for an unpack?

TIA!

-- 
View this message in context: http://old.nabble.com/Basic-question-on-dependency%3Aunpack-plugin-goal---use-of-destFileName--tp26822715p26822715.html
Sent from the Maven - Users mailing list archive at Nabble.com.


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


Re: Basic question on dependency:unpack plugin goal - use of destFileName?

Posted by Dan Tran <da...@gmail.com>.
destFileName is ignored when used with unpack goal.  it only has
meaning with copy goal.

So the usage doc at maven site is wrong.

-Dan

On Wed, Dec 16, 2009 at 7:53 PM, stug23 <pa...@gmail.com> wrote:
>
> Examples for using dependency:unpack show a configuration property:
>
>   <destFileName>[ filename ]</destFileName>
>
>
> however I can't get this to work. In other words unpack a file from a zip
> and rename it in its destination.
>
> Is this simply in the unpack goal because the artifactItem includes
> destFileName, but it doesn't apply for an unpack?
>
> TIA!
>
> --
> View this message in context: http://old.nabble.com/Basic-question-on-dependency%3Aunpack-plugin-goal---use-of-destFileName--tp26822715p26822715.html
> Sent from the Maven - Users mailing list archive at Nabble.com.
>
>
> ---------------------------------------------------------------------
> 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