Maven Archetype tutorials?

2008-08-26 Thread Nino Saturnino Martinez Vazquez Wael
Hi Where can I find some tutorials on howto do archetypes? It would be really cool with an tutorial on howto make multimodule archetypes. Im wanting todo a archetype for Apache Wicket which includes 2 modules, web and core both being switchable with a parameter. Forexample if you want a

Re: Maven Archetype tutorials?

2008-08-26 Thread Nino Saturnino Martinez Vazquez Wael
-DarchetypeCatalog=local Hope this helps Raphaël 2008/8/26 Nino Saturnino Martinez Vazquez Wael [EMAIL PROTECTED]: Hi Where can I find some tutorials on howto do archetypes? It would be really cool with an tutorial on howto make multimodule archetypes. Im wanting todo a archetype for Apache Wicket which

Re: Maven Archetype tutorials?

2008-08-26 Thread Nino Saturnino Martinez Vazquez Wael
Raphaël Piéroni wrote: Answers inlined Raphaël 2008/8/26 Nino Saturnino Martinez Vazquez Wael [EMAIL PROTECTED]: I'll try it out, examples would be nice though:) It would be really cool if there were more tutorials on creating advanced archetypes. Please capture your

Re: Maven Archetype tutorials?

2008-08-26 Thread Nino Saturnino Martinez Vazquez Wael
Raphaël Piéroni wrote: 2008/8/26 Raphaël Piéroni [EMAIL PROTECTED]: Answers inlined Raphaël 2008/8/26 Nino Saturnino Martinez Vazquez Wael [EMAIL PROTECTED]: I'll try it out, examples would be nice though:) It would be really cool if there were more tutorials on creating advanced

Re: Multiple CPUs

2008-04-09 Thread Nino Saturnino Martinez Vazquez Wael
Is'nt this just a java setting, you could pass on to the jvm?: -XX:+UseParallelGC -XX:+ParallelGCThreads=2 http://www.md.pp.ru/~eu/jdk6options.html Benedikt Thelen wrote: if possible is there a wat to split up the source to make diffrent jobs who could be run separately? On Wed, Apr 9,

Re: Multiple CPUs

2008-04-09 Thread Nino Saturnino Martinez Vazquez Wael
Hmm, but isnt it a problem if modules depend on each other? if module a depends on module b... And I think that if implemented it should be scalable to xxx cpus.. I guess module a would have to wait for module b or something.. VELO wrote: Well, may be the best way to do that is add support

maven archetype: archetype-metadata.xml ..?

2008-03-10 Thread Nino Saturnino Martinez Vazquez Wael
Hi Im trying to build a archetype that has the following structure: parent | |-subproject |-subproject Im using the new way of doing this by the archetype-metadata.xml and modules, but I am a bit uncertain about the structure for the modules, they should have the archetype structure aswell,