What plugin should I then use to deploy a jar package to a set of local Maven repositories?
/Jakob -----Opprinnelig melding----- Fra: Lukas Theussl [mailto:[EMAIL PROTECTED] Sendt: 1. mars 2006 08:38 Til: Maven Users List Emne: Re: How to use artifact plugin? The artifact plugin is mainly a collection of tag libraries that are used by other plugins, it doesn't have any goals. Eg, the artifact:deploy tag is called by the jar|war|ejb|...|:deploy goals, but it is not supposed to be called directly by a user. You might use it in a custom jelly script though. -HTH, Lukas Jakob Vad Nielsen wrote: > Hi, > > I have added the artifact plugin (v.1.5) to my project.xml (Maven > 1.0.2). The plugin is downloaded, but how do I actually use it? I have > added the needed properties to project.properties. But maven -g doesn't > show me any available goals. > > Regards, > > Jakob > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
