Re: how to point 'mvn archetype:create' at internal repository?

2006-03-12 Thread Rob Dickens
Thanks Wendy. To summarise, the currently released maven-archetype-plugin does have an issue, which means that it can only see archetypes which are in the default repository. However, if you're prepared to build the archetype components from source, a new feature has since been added that

Re: how to point 'mvn archetype:create' at internal repository?

2006-03-11 Thread Wendy Smoak
On 3/11/06, Wendy Smoak <[EMAIL PROTECTED]> wrote: > I can confirm that it does NOT work in Maven 2.0.2, see this thread > for more info: > Sorry, that should say it (retrieving an archetype from a remote re

Re: how to point 'mvn archetype:create' at internal repository?

2006-03-11 Thread Wendy Smoak
On 3/11/06, Rob Dickens <[EMAIL PROTECTED]> wrote: > When I run 'mvn archetype:create ...' or 'mvn -Pdevt-profile ...' it > attempts to download the archetype from http://repo1.maven.org/ > maven2, and appears to have no knowledge of the repository specified > above. > > PLEASE COULD SOMEBODY CHEC

Re: how to point 'mvn archetype:create' at internal repository?

2006-03-11 Thread Rob Dickens
Thanks for the reply. I'm afraid I still can't get this to work. The page you refer to gives instructions for using a remote (internal) repository from within an existing project, but not when creating a new project from an archetype. As you say, it looks as though I need to add something

Re: how to point 'mvn archetype:create' at internal repository?

2006-03-09 Thread John Tolentino
Hi Rob, This might help: http://maven.apache.org/guides/introduction/introduction-to-repositories.html If you've already done that, then just include your internal repository in your settings.xml repositories section and use the archetype. - John Rob Dickens wrote: Dear list, Using the

how to point 'mvn archetype:create' at internal repository?

2006-03-09 Thread Rob Dickens
Dear list, Using the instructions on the Guide to Creating Archetypes webpage, I have created an archetype, and deployed it to my internal repository (file:///usr/local/mvnrep say). Please could someone let me in on how to now access it. Many thanks, Rob -