On Jan 23, 2008 8:54 AM, Arthur Rodrigues Stilben <[EMAIL PROTECTED]> wrote:
> I have a project "A" that depends of "B.jar" file. That "B.jar" is already > done, I just want to put it in repository so that I can use it in project "A". You can install B.jar in your local repository with 'mvn install:install-file ...' * http://maven.apache.org/plugins/maven-install-plugin/usage.html (If you are working in a team, consider establishing an internal repository.) -- Wendy --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
