Re: [Archetype] Adding a package to an existing project

2009-04-27 Thread Yopy
it concerns mailing lists. I prefer forums, tbh =D) Yopy wrote: Okay, that works wonderfully, =D. Time for the next question - and if this is documented somewhere, I wasn't able to find it anywhere. I now have a 'partial' archetype that can add a skeleton of functionality to a project. The general

Re: [Archetype] Adding a package to an existing project

2009-04-24 Thread Yopy
that archetype in http://svn.apache.org/repos/asf/maven/archetype/trunk/archetype-common/src/test/java/org/apache/maven/archetype/generator/DefaultArchetypeGeneratorTest.java Regards, Raphaël 2009/4/23 Yopy yopy...@hotmail.com Hi all, I'm having issues with the Archetype plugin. I've

Re: [Archetype] Adding a package to an existing project

2009-04-24 Thread Yopy
://svn.apache.org/repos/asf/maven/archetype/trunk/archetype-common/src/test/java/org/apache/maven/archetype/generator/DefaultArchetypeGeneratorTest.java Regards, Raphaël 2009/4/23 Yopy yopy...@hotmail.com Hi all, I'm having issues with the Archetype plugin. I've made an archetype that sets up

[Archetype] Adding a package to an existing project

2009-04-23 Thread Yopy
Hi all, I'm having issues with the Archetype plugin. I've made an archetype that sets up a 'skeleton' application, which can be packaged as an OSGI module and distributed. This works fine, no problems there (yet, and the problems that were there I have managed to solve). The next step is to add

Archetype: Classname prefix?

2009-03-27 Thread Yopy
I'm currently trying to make a set of archetypes for a project of mine (a framework on top of an API of sorts), and there's one particular feature I'm curious about. The API that I'm building the framework on top of also offers a set of archetypes to create a project skeleton, and when you create