You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@uima.apache.org by Jörn Kottmann <ko...@gmail.com> on 2011/01/26 11:15:05 UTC

README says uimaj/target contains source distribution

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.

Jörn

Re: README says uimaj/target contains source distribution

Posted by Marshall Schor <ms...@schor.com>.

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
>
>