On 1/26/2011 5:15 AM, Jörn Kottmann wrote: > Hi, > > the README says the following: > > "Then build everything by going into the .../uimaj directory, and issuing the > command > mvn clean install. > > Look for the result in the two artifacts: > ../uimaj/target/uimaj-[version]-source-release.zip and > ../uimaj-distr/target/uimaj-[version]-bin.zip (or ...tar.gz) " > > I tried it with our source distribution, but nothing was placed into > uimaj/target.
The source-release is only produced during the mvn release process or if you do: mvn ... install -Papache-release I'll fix the docs. Sorry about that. This is because we switched to using the standard source-release process that apache uses. -Marshall > > Jörn > >
