Re: archetype plugin can't fetch archetype from my own repository

2006-09-27 Thread Cheng-Yang.Tang
Hi Wendy, Thanks very much for your explanation. Louis On Wed, 2006-09-27 at 07:44 -0700, Wendy Smoak wrote: > On 9/27/06, Cheng-Yang.Tang <[EMAIL PROTECTED]> wrote: > > > I create my own artifacts and archetypes, and deploy them into my own > > repository. The re

Re: the default central repository for maven 2 is not ibiblio?

2006-09-27 Thread Cheng-Yang.Tang
gt; need to specify any mirror. Though, if you want to use mirrors, you can > check those : http://maven.apache.org/guides/mini/guide-mirror-settings.html > > - Yann > > 2006/9/27, Cheng-Yang.Tang < [EMAIL PROTECTED]>: > > > > Hi, > > > &g

archetype plugin can't fetch archetype from my own repository

2006-09-27 Thread Cheng-Yang.Tang
Hi, I create my own artifacts and archetypes, and deploy them into my own repository. The repository is specified in settings.xml. Maven can get artifacts from the repository, but not the archetype: mvn archetype:create -DgroupId=helloworld -DartifactId=helloworld -DarchetypeGroupId=uk.ac.ncl

the default central repository for maven 2 is not ibiblio?

2006-09-27 Thread Cheng-Yang.Tang
Hi, I thought the major central repository for maven 2 is http://www.ibiblio.org/maven2 but in fact the hard-coded central repository is http://repo1.maven.org/maven2. And I have to specify the ibiblio one as a mirror if I want to use it. Is it meant to be like that? or is it a bug to fix? Chee