Here's 2 more things to try... 1. Use Maven Proxy. Then in your proxy settings, you can configure your internal repo as the primary source for artifacts, then central as a secondary source. (I don't use Proxy, so I'm not positive about details, but I believe this is how it would work.)
2. Disable central in settings.xml by providing your own repo as a central mirror. Then re-add Central under a different id as a secondary repo. (Never tried this but assume it would work.) Wayne On 4/6/06, dan tran <[EMAIL PROTECTED]> wrote: > it meant your repository setting has no effects > > -D > > > On 4/6/06, EJ Ciramella <[EMAIL PROTECTED]> wrote: > > > > I see this (doesn't look like it): > > > > > > E:\OTHER-MACHINE\ej-testing\ej-maven-testing\tool1>mvn -X compile > > + Error stacktraces are turned on. > > Maven version: 2.0.3 > > [DEBUG] Building Maven user-level plugin registry from: 'C:\Documents and > > Settings\eciramella\.m2\plugin-registry.xml' > > [DEBUG] Building Maven global-level plugin registry from: > > 'E:\buildtools\maven-2.0.3\bin\..\conf\plugin-registry.xml' > > [INFO] Scanning for projects... > > [INFO] > > ---------------------------------------------------------------------------- > > [INFO] Building EJs Tools > > [INFO] task-segment: [compile] > > [INFO] > > ---------------------------------------------------------------------------- > > [DEBUG] maven-resources-plugin: resolved to version 2.1 from repository > > central > > [DEBUG] Retrieving parent-POM: > > org.apache.maven.plugins:maven-plugin-parent::2.0 for project: > > null:maven-resources-plugin:maven-plugin:2.1 from t > > he repository. > > [DEBUG] maven-compiler-plugin: resolved to version 2.0.1 from repository > > central > > [DEBUG] Retrieving parent-POM: org.apache.maven.plugins:maven-plugins::1for > > project: null:maven-compiler-plugin:maven-plugin: > > 2.0.1 from the repo > > sitory. > > [DEBUG] Retrieving parent-POM: org.apache.maven:maven-parent::1 for > > project: org.apache.maven.plugins:maven-plugins:pom:1 from the repository. > > [DEBUG] Retrieving parent-POM: org.apache:apache::1 for project: > > org.apache.maven:maven-parent:pom:1 from the repository. > > [DEBUG] Trying repository central > > Downloading: > > http://repo1.maven.org/maven2/org/apache/maven/plugins/maven-compiler-plugin/2.0.1/maven-compiler-plugin-2.0.1.jar > > 14K downloaded > > [DEBUG] Artifact resolved > > [DEBUG] > > org.apache.maven.plugins:maven-resources-plugin:maven-plugin:2.1:runtime(selected > > for runtime) > > [DEBUG] Skipping disabled repository snapshots > > [DEBUG] Trying repository central > > Downloading: > > http://repo1.maven.org/maven2/org/apache/maven/maven-model/2.0/maven-model-2.0.pom > > 2K downloaded > > [DEBUG] Artifact resolved > > [DEBUG] Retrieving parent-POM: org.apache.maven:maven::2.0 for project: > > org.apache.maven:maven-model:jar:2.0 from the repository. > > [DEBUG] Skipping disabled repository snapshots > > [DEBUG] Trying repository central > > Downloading: > > http://repo1.maven.org/maven2/org/apache/maven/maven/2.0/maven-2.0.pom > > 8K downloaded > > [DEBUG] Artifact resolved > > [DEBUG] org.apache.maven:maven-model:jar:2.0:runtime (selected for > > runtime) > > [DEBUG] Skipping disabled repository snapshots > > [DEBUG] Trying repository central > > Downloading: > > http://repo1.maven.org/maven2/org/codehaus/plexus/plexus-utils/1.0.4/plexus-utils-1.0.4.pom > > > > -----Original Message----- > > From: dan tran [mailto:[EMAIL PROTECTED] > > Sent: Thursday, April 06, 2006 5:18 PM > > To: Maven Users List > > Subject: Re: Internal (intranet) repositories > > > > 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] > > > > > > > > > > --------------------------------------------------------------------- > > To unsubscribe, e-mail: [EMAIL PROTECTED] > > For additional commands, e-mail: [EMAIL PROTECTED] > > > > > >
