I did some cleanup a few years ago when stabilizing the plugin, and experience showed that there is dead code that require investigation to really see if it's dead or not. I missed this one, but there are AFAIK sufficient unit and integration tests to remove and check if it breaks something (that wasn't the case a few years ago...)
Regards, Hervé Le vendredi 19 avril 2013 10:21:41 Stuart McCulloch a écrit : > Ah, it was removed in favour of -Darchetype.properties=<file> > > 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 Hammar wrote: > > Right, and I've traced it to ArchetypeRegistryManager. The problem is that > > I can't see that it is ever used in the code, at least not for the > > registry > > stuff. > > > > /Anders > > > > On Fri, Apr 19, 2013 at 10:42 AM, Stuart McCulloch <[email protected]>wrote: > >> http://maven.apache.org/archetype/archetype-models/archetype-registry/arc > >> hetype-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 > >>> 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 > >> > >> --------------------------------------------------------------------- > >> 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]
