You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by "Helck, Christopher" <ch...@ebs.com> on 2004/12/10 22:37:16 UTC

What is the purpose of TypeHandler in maven-dist-plugin ???

I'm writing a plugin for InstallShield. I've used the dist plugin as a
starting point since it is similar to what I'm trying to do. I'm trying
to figure out the deploy goals. They look somethng like this:

<goal name="dist:deploy-bin" ....

  <artifact:deploy
     artifact="${maven.dist.dir}/${maven.final.name}.tar.gz"
     type="distribution-targz"
    project="${pom}"
    typeHandler="${distTypeHandler}"
/>

....


I took a look at the artifact plugin and didn't see anything about type
handlers. What is it for? What problem is it solving? 

Thanks,
C. Helck




The information contained in this e-mail is confidential. This e-mail is intended only for the stated addressee.  If you are not an addressee, you must not disclose, copy, circulate or in any other way use or rely on the information contained in this e-mail. if you have received this e-mail in error, please inform us immediately and delete it and all copies from your system.

EBS Dealing Resources International Limited. Registered address: 10 Paternoster Square, London EC4M 7DY, United Kingdom. Registered number 2669861.

EBS Dealing Resources, Inc, registered in Delaware. Address: 535 Madison Avenue, 24th Floor, New York, NY 10022, USA, and One upper Pond road, Building F - Floor 3, Parsippany, NJ 07054, USA.

EBS Dealing Resources Japan Limited, a Japanese Corporation. Address: Asteer Kayabacho Bldg, 6th Floor, 1-6-1, Shinkawa, Chuo-Ku,  Tokyo 104-0033, Japan.


Re: What is the purpose of TypeHandler in maven-dist-plugin ???

Posted by Brett Porter <br...@gmail.com>.
it maps the "distribution-targz" type to the .tar.gz file extension
and distribution directory type.


On Fri, 10 Dec 2004 16:37:16 -0500, Helck, Christopher <ch...@ebs.com> wrote:
> I'm writing a plugin for InstallShield. I've used the dist plugin as a
> starting point since it is similar to what I'm trying to do. I'm trying
> to figure out the deploy goals. They look somethng like this:
> 
> <goal name="dist:deploy-bin" ....
> 
>   <artifact:deploy
>      artifact="${maven.dist.dir}/${maven.final.name}.tar.gz"
>      type="distribution-targz"
>     project="${pom}"
>     typeHandler="${distTypeHandler}"
> />
> 
> ....
> 
> I took a look at the artifact plugin and didn't see anything about type
> handlers. What is it for? What problem is it solving?
> 
> Thanks,
> C. Helck
> 
> The information contained in this e-mail is confidential. This e-mail is intended only for the stated addressee.  If you are not an addressee, you must not disclose, copy, circulate or in any other way use or rely on the information contained in this e-mail. if you have received this e-mail in error, please inform us immediately and delete it and all copies from your system.
> 
> EBS Dealing Resources International Limited. Registered address: 10 Paternoster Square, London EC4M 7DY, United Kingdom. Registered number 2669861.
> 
> EBS Dealing Resources, Inc, registered in Delaware. Address: 535 Madison Avenue, 24th Floor, New York, NY 10022, USA, and One upper Pond road, Building F - Floor 3, Parsippany, NJ 07054, USA.
> 
> EBS Dealing Resources Japan Limited, a Japanese Corporation. Address: Asteer Kayabacho Bldg, 6th Floor, 1-6-1, Shinkawa, Chuo-Ku,  Tokyo 104-0033, Japan.
> 
>

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