Re: Seeking advice on multimodule build with JBoss archive formats

2006-11-30 Thread Joachim Van der Auwera
Erich Oswald wrote: Hi, Another idea I have considered is to build the .har as a .jar. Building the problem should then be easy, except that I would have to rename the artifact in the generated EAR. Is there an easy way to rename the .jar to .har before or after it gets added to the EAR? Can

Re: Seeking advice on multimodule build with JBoss archive formats

2006-11-30 Thread Erich Oswald
Joachim Van der Auwera wrote: Erich Oswald wrote: Hi, Another idea I have considered is to build the .har as a .jar. Building the problem should then be easy, except that I would have to rename the artifact in the generated EAR. Is there an easy way to rename the .jar to .har before or

Seeking advice on multimodule build with JBoss archive formats

2006-11-28 Thread Erich Oswald
Hi, I've been trying to switch an existing build process from ant to maven to become more familiar with maven. The project's final artifact is an EAR that includes several other archives, which is why I went for a multi-module setup where each archive is inside its own module. Basically