Hi Mick,

You don't have to specify your local repository and the ibiblio repository in your pom. Maven automatically checks your local repository first, then the central repository (ibiblio) last.

Thanks,
Odea

Mick Knutson wrote:

I want to setup my local repository as my initial, then ibbiblio as the 
secondary repository.
How do I do this?:


       <repository>
           <id>central</id>
           <name>Maven Repository Switchboard</name>
           <layout>default</layout>
           <url>C:\\Documents and Settings\\Owner\\.m2\\repository</url>

           <snapshots>
               <enabled>false</enabled>
           </snapshots>
       </repository>
       <repository>
           <id>backup</id>
           <name>Maven Repository Switchboard</name>
           <layout>default</layout>
           <url>http://repo1.maven.org/maven2</url>

           <snapshots>
               <enabled>false</enabled>
           </snapshots>
       </repository>


??????



--------------------------------------------------------------------------------
Thanks
Mick Knutson

http://www.BASELogic.com
http://www.MickKnutson.com

MSN Messenger: [EMAIL PROTECTED]

--------------------------------------------------------------------------------



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to