The artifact plugin does not define any goals. It defines tags. See the docs: http://maven.apache.org/reference/plugins/artifact/index.html.
> -----Original Message----- > From: Antonio Bemfica [mailto:[EMAIL PROTECTED] > Sent: Monday, May 31, 2004 3:51 PM > To: [EMAIL PROTECTED] > Subject: Adding artifacts to local repository - how? > > > Hello - I'm new to Maven and am having some difficulty with what I > thought would be a simple task. I would like to add a few artifacts (jar > files) to my local repository. I have tried to use artifact:install > (http://maven.apache.org/reference/plugins/artifact/tags.html#arti > fact%3Ainstall) with the command below: > > %maven -Dmaven.home.local=/red/home/maven artifact:install > -Dartifact=mymail.api -Dtype=jar > > but I get the following result: > > > BUILD FAILED > > Goal "artifact:install" does not exist in this project. > > Is there a better way to add my own artifacts to the local repository? > What would that be? Or if the artifact:install method is the way to do > it, what am I missing? Any help would be most appreciated. > > Thanks > > Antonio > > > > > > > > --------------------------------------------------------------------- > 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]
