On May 14, 2013, at 216PM, Rafał Krupiński wrote: > On 14.05.2013 20:01, Dennis Reedy wrote: >> >> On May 14, 2013, at 650AM, Rafał Krupiński wrote: >> >>> On 13.05.2013 19:36, Dennis Reedy wrote: >>>> Rafal, >>>> >>>> I have not seen any source code in the 2.2 branch that uses the packages >>>> you are referring to. Are you looking at trunk? >>> >>> Of course, Dennis. Why would I look anywhere else? >> >> It was a simple question, no reason to get snarky. > > You're right, sorry. > >>> I'll start using 2.2 branch. Thanks. >> >> Or head directly to the release >> >> https://dist.apache.org/repos/dist/release/river/river-2.2.1/ > > I want to install River in my maven repo; the easiest way for me is to > checkout the tag from svn and use your groovy script.
We are trying to get this version of River deployed to central. If you can hold on a bit could save you some effort. I just downloaded the release and ran install_river.groovy. There are 2 issues I just found in the script. Line #4, change String rootDir = "../.." to String rootDir = "../lib" Line #33, change "-DpomFile=poms/${aId}.pom" to "-DpomFile=${aId}.pom" With those fixes you can deploy to your local repo HTH Dennis