Re: building a complex file hierarchy

2004-11-09 Thread Eric Giguere
Hello guys I've created a plugin to handle building complex distributions. I called it uber-dist. My setup on source forge is almost complete. I'll send a message in the list as the download is ready. In a nutshell, my plugin calls a goal you write in your maven.xml file. It also offers a coupl

Re: building a complex file hierarchy

2004-11-09 Thread dan tran
I wonder the same thing!!! My guess here is to have IA6 project to depend on all other artifacts, then use tag to populate your IA6 foot print -D On Mon, 08 Nov 2004 16:11:40 -0500, Christopher L Merrill <[EMAIL PROTECTED]> wrote: > Rather than building a single artifact, our project builds m

building a complex file hierarchy

2004-11-08 Thread Christopher L Merrill
Rather than building a single artifact, our project builds many small artifacts and them puts them together, along with many other file resources, into a complex hierarchy. This is then used by our installer (IA6) to create our installed images. I'm new to Maven, so I'm probably still approaching