does mvn -X give you any indication it went to local internal repo? I think it just could not find your artifact in you local repo
-D On 4/6/06, EJ Ciramella <[EMAIL PROTECTED]> wrote: > > I want my internal one to be the default, then ONLY go to the central one > when that particular jar doesn't exist. > > (but it'd be nice to see both ways) > > The confusing part is, I let the build go all the way through and then > copied those directories to my repository. Then I delete them from my .m2 > directory. I want to see those files get copied to the .m2 directory FROM > my server. > > Also, how can I change where maven thinks this repository is locally? By > default, our IS department doesn't scan a particular directory (I'd like to > put the .m2/repository directory in there). > > -----Original Message----- > From: Wayne Fay [mailto:[EMAIL PROTECTED] > Sent: Thursday, April 06, 2006 4:53 PM > To: Maven Users List > Subject: Re: Internal (intranet) repositories > > Do you want to OVERRIDE the Central (Ibiblio) repository?? That is, > prevent your users from going to Central, and only go to your repo > instead? > > Or add your repo as another source for dependencies? > > Wayne > > On 4/6/06, EJ Ciramella <[EMAIL PROTECTED]> wrote: > > Still doesn't work, I added in the third slash, but no good. > > > > Could you guys elaborate on the path? > > > > E:\OTHER-MACHINE\ej-testing\ej-maven-testing\tool1>mvn compile > > [INFO] Scanning for projects... > > [INFO] > ---------------------------------------------------------------------------- > > [INFO] Building EJs Tools > > [INFO] task-segment: [compile] > > [INFO] > ---------------------------------------------------------------------------- > > Downloading: > http://repo1.maven.org/maven2/org/apache/maven/maven-parent/1/maven-parent-1.pom > > 6K downloaded > > > > For my url, I have this: > > > > <url>file:///<servername>/mavenrepository</url> > > > > Where mavenrepository contains: > > > > classworlds > > com > > commons-cli > > commons-io > > Doxia > > Junit > > org > > > > -----Original Message----- > > From: dan tran [mailto:[EMAIL PROTECTED] > > Sent: Thursday, April 06, 2006 4:32 PM > > To: Maven Users List > > Subject: Re: Internal (intranet) repositories > > > > for UNC you need 3 slashes > > > > http://ucb.openoffice.org/docs/fileurl.html > > > > <url>file:///some/file/on/a/server</url> > > > > -D > > > > On 4/6/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > > > > > > I'm not sure, but this works for me in my settings.xml > > > > > > > > > <profile> > > > <id>localRepository</id> > > > <repositories> > > > <repository> > > > <id>local</id> > > > <name>Local Repository</name> > > > <url>file://some/file/on/a/server</url> > > > <layout>default</layout> > > > </repository> > > > </repositories> > > > </profile> > > > > > > ... > > > > > > <activeProfiles> > > > <activeProfile>localRepository</activeProfile> > > > </activeProfiles> > > > > > > HTH, > > > > > > -j > > > > > > --------------------------------------------------- > > > Justin Fung > > > [EMAIL PROTECTED] > > > Sr. Analyst, Business Systems > > > IT Banking Systems, e-Business > > > HSBC Bank Canada > > > http://www.hsbc.ca > > > p: (604) 643-6605 > > > f: (604) 643-6727 > > > > > > > > > > > > > > > > > > > > > > > > > > > "EJ Ciramella" <[EMAIL PROTECTED]> > > > 04/06/2006 01:24 PM > > > Please respond to "Maven Users List" > > > > > > > > > To: "Maven Users List" <[email protected]> > > > cc: > > > Subject: Internal (intranet) repositories > > > > > > Our Ref: > > > Your Ref: > > > > > > > > > I'm trying hard to use a fileserver as an internal repository (I saw > > > this somewhere in the documentation): > > > > > > Such an internal repository can be downloaded from using HTTP or the > > > file system (using a file:// URL), and uploaded to using SCP, FTP, or > a > > > file copy. > > > > > > > > > <repositories> > > > <repository> > > > <id>central-2</id> > > > <name>Upromise Maven Repository</name> > > > <url>file://somefileserver/mavenrepository</url> > > > </repository> > > > </repositories> > > > > > > the (real) path works just fine for windows explorer, but when I run > mvn > > > compile, I see it go to: > > > > > > Downloading: http://repo1.maven.org/maven2..... > > > > > > what am I doing wrong? > > > > > > > > > > > > *************************************************************** > > > This email may contain confidential information, and is intended only > for > > > the named recipient and may be privileged. Distribution or copying of > > > this email by anyone other than the named recipient is prohibited. If > you > > > are not the named recipient, please notify us immediately and > permanently > > > destroy this email and all copies of it. Internet email is not > private, > > > secure, or reliable. No member of the HSBC Group is liable for any > errors > > > or omissions in the content or transmission of this email. Any > opinions > > > contained in this email are solely those of the author and, unless > clearly > > > indicated otherwise in writing, are not endorsed by any member of the > HSBC > > > Group. > > > *************************************************************** > > > Ce courriel peut renfermer des renseignements confidentiels et > privilégiés > > > et s'adresse au destinataire désigné seulement. La distribution ou > la > > > copie de ce courriel par toute personne autre que le destinataire > désigné > > > est interdite. Si vous n'êtes pas le destinataire désigné, veuillez > nous > > > en aviser immédiatement et détruire de façon permanente ce courriel > ainsi > > > que toute copie de celui-ci. La transmission de courriel par Internet > ne > > > constitue pas un mode de transmission confidentiel, sécuritaire ou > fiable. > > > Aucun membre du Groupe HSBC ne sera responsable des erreurs ou des > > > omissions relatives au contenu ou à la transmission de ce courriel. > > > L'auteur de ce courriel est seul responsable des opinions émises dans > ce > > > courriel, lesquelles, à moins d'un avis contraire fourni par écrit, > ne > > > sont pas endossées par aucun membre du Groupe HSBC. > > > *************************************************************** > > > > > > > > > > --------------------------------------------------------------------- > > 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] > >
