<html><head><meta http-equiv="Content-Type" content="text/html charset=us-ascii"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;">FYI. It appears the link in the following paragraph of the webpage on Maven stuff (<a href="http://wiki.imagej.net/Maven">http://wiki.imagej.net/Maven</a>) is broken...<div><br></div><div><h2><span class="mw-headline" id="Producing_multiple_JAR_files">Producing multiple JAR files</span></h2><p>So what if you have multiple <i>.jar</i> files you want to build in 
the same project? Then these need to live in their own subdirectories 
and there needs to be a common parent POM, a so-called <i>aggregator</i> POM (only this POM needs to have the scijava POM as parent, of course). For an example, look at Fiji's <a rel="nofollow" class="external text" href="https://github.com/fiji/fiji/blob/master/src-plugins/pom.xml">src-plugins/pom.xml</a>. Basically, it is adding the <i><packaging>pom</packaging></i> entry as well as a couple of subdirectory names to the <i><modules></i> section. </p><div><br></div></div><div>Cheers,</div><div><br></div><div>Jay</div><div><br></div></body></html>