RE: [Clirr-devel] Preparing Release 0.5
Status: Alpha
Brought to you by:
lkuehne
From: Vincent M. <vm...@pi...> - 2005-08-04 11:43:54
|
> -----Original Message----- > From: cli...@li... [mailto:clirr-devel- > ad...@li...] On Behalf Of Lars K=FChne > Sent: mercredi 3 ao=FBt 2005 16:39 > To: cli...@li... > Subject: Re: [Clirr-devel] Preparing Release 0.5 [snip] > ... and the zip/tgz files you can download from the sf.net download = page > (source and binaries). Not very useful for Maven users, but essential > for the rest of us. I think sf requires hosted projects to make such > files available via their download system. Yes, and you can also make them available on ibiblio as the Maven = repository also supports distributions (under <groupd id>/distributions/*). But = then it probably makes more sense to use the SF download area for this, I agree. > >M1 does allow this. > > >=20 > How? What is required in the"whatever" part? A kingdom for a > commandline... :-) I had given you a URL in my original email. It gives command lines. Basically there are 2: one to modify the changes.xml and project.xml = files and to tag (maven scm:prepare-release or something like this) and = another one for checking out the tag, doing the build and deploying (maven scm:deploy-release or something like this). =20 > I think you are talking about creating a Clirr plugin for m2, just as > you did for m1. Not sure if I have time for that (my little baby > daughter wants some attention, too), and personally I would be much = more > interested in having an Eclipse plugin. Sure. What I was saying was that there is a window of opportunity for = Clirr by doing a m2 plugin. M2 has lots of visibility and lots of users. = That's provided you wish to make it an even more successful project, with more users, committers, etc. Really, I was just highlighting a way to = "market" clirr, nothing more. > My question actually was whether it is still possible to script those > parts of clirr-core's own build that are non-standard (we have three > calls of javac). With m2? Yes and no. No, because you now need to developer a plugin for doing anything non-standard. That said, most use cases should be catered for. -Vincent |