Re: Archetype registry file

2013-04-20 Thread Anders Hammar
Apr 19, 2013 at 10:42 AM, Stuart McCulloch >wrote: > > > >> > >> > http://maven.apache.org/archetype/archetype-models/archetype-registry/archetype-registry.html > >> > >> AFAICT it's related to which files get filtered when creating a project > &g

Re: Archetype registry file

2013-04-19 Thread Chris Graham
from the archetype >> >> On 19 Apr 2013, at 08:24, Anders Hammar wrote: >> >>> Does anyone know what a archetype registry file is? It's possible to >>> specify this for the create-from-project goal of the archetype plugin and >>> t

Re: Archetype registry file

2013-04-19 Thread Anders Hammar
ulloch a écrit : > > Ah, it was removed in favour of -Darchetype.properties= > > > > http://jira.codehaus.org/browse/ARCHETYPE-112 > > http://svn.apache.org/viewvc?view=revision&revision=635711 > > > > So it looks like the local archetype registry file is no longer rele

Re: Archetype registry file

2013-04-19 Thread Hervé BOUTEMY
view=revision&revision=635711 > > So it looks like the local archetype registry file is no longer relevant. > > On 19 Apr 2013, at 10:04, Anders Hammar wrote: > > Right, and I've traced it to ArchetypeRegistryManager. The problem is that > > I can't see that it

Re: Archetype registry file

2013-04-19 Thread Stuart McCulloch
Ah, it was removed in favour of -Darchetype.properties= http://jira.codehaus.org/browse/ARCHETYPE-112 http://svn.apache.org/viewvc?view=revision&revision=635711 So it looks like the local archetype registry file is no longer relevant. On 19 Apr 2013, at 10:04, Anders Ha

Re: Archetype registry file

2013-04-19 Thread Anders Hammar
models/archetype-registry/archetype-registry.html > > AFAICT it's related to which files get filtered when creating a project > from the archetype > > On 19 Apr 2013, at 08:24, Anders Hammar wrote: > > > Does anyone know what a archetype registry file is? It's possible to

Re: Archetype registry file

2013-04-19 Thread Stuart McCulloch
http://maven.apache.org/archetype/archetype-models/archetype-registry/archetype-registry.html AFAICT it's related to which files get filtered when creating a project from the archetype On 19 Apr 2013, at 08:24, Anders Hammar wrote: > Does anyone know what a archetype registry file

Archetype registry file

2013-04-19 Thread Anders Hammar
Does anyone know what a archetype registry file is? It's possible to specify this for the create-from-project goal of the archetype plugin and the default location is "${user.home}/.m2/archetype.xml". Can't see it's being used anywhere though... /Anders