Re: [Clirr-devel] Preparing Release 0.5
Status: Alpha
Brought to you by:
lkuehne
From: <lak...@t-...> - 2005-08-08 12:29:13
|
Vincent Massol wrote: >>Before I do that, could you please make sure that the Maven plugin in >>the binary distribution actually works? >> >I've tried to build it but the build doesn't work for me. > Just type 'maven', that should build the distribution zip files. Alternatively you can download them from sourceforge: http://sourceforge.net/project/showfiles.php?group_id=89627 > Try "maven dist" >at the top level. Probably something stupid but I don't have the time to >look into it. BTW I've checked the maven.xml and the build is really not >clean... > >2 things to do: > >1/ Rename the "dist" goals to "clirr:dist" and the "dist" goal already >exists (dist plugin). >2/ Use the dist plugin to generate distributions. > > I tried, but I couldn't get the dist plugin to work for multiproject. I want a single distribution file, not one for each subproject. The is no multiproject:dist goal that would do this, and the dist plugin does not take subprojects into account either (don't include the target directories of subprojects in the src distribution, etc). At some point I gave up, figured out the standard maven property names from the dist plugin's jelly code and essentially wrote an Ant script inside maven.xml to finally get the release out the door. Vincent, you have commit priviliges, feel free to fix away on the build process. I'd be happy to learn how to do things correctly with Maven, but I don't have the time to continue learning it the hard way. Cheers, Lars |