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#artifact%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]
