Re: two compiles from the same source

2007-12-17 Thread Stuart McCulloch
On 15/12/2007, deckrider+mvn [EMAIL PROTECTED] wrote: I have a requirement to build two different jars (one for java 1.4 and one for java 1.5) from the same source. Is this the best way to make such a project or are there better aproaches? you could build for 1.5 and then retrotranslate it

two compiles from the same source

2007-12-15 Thread deckrider+mvn
I have a requirement to build two different jars (one for java 1.4 and one for java 1.5) from the same source. Is this the best way to make such a project or are there better aproaches? Layout: foo-parent/pom.xml foo-parent/foo14 foo-parent/foo14/pom.xml foo-parent/foo15