Oh.. and if you are using your own repository (you probably do).. then you
can change install with deploy. You probably need to specify your remote
repository (ftp://... or something like that).

On Jan 23, 2008 5:32 PM, Roy van der Kuil <[EMAIL PROTECTED]> wrote:

> I usually just put in the dependancy as I would like it to appear in my
> repository
> for example
> <dep..>
>   <artifactId>myartifact</artifactid>
>   <group>mygroup</group>
>   <version> 1.0</version>
> </dep...>
>
> Maven then complains it doesn't exist.. and tells you how to install it.
> Just replace the jar-file with the file it should use.
>
> On Jan 23, 2008 5:09 PM, Wendy Smoak < [EMAIL PROTECTED]> wrote:
>
> > 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]
> >
> >
>

Reply via email to