Author: schor
Date: Wed Jan 26 18:15:30 2011
New Revision: 1063810
URL: http://svn.apache.org/viewvc?rev=1063810&view=rev
Log:
[UIMA-2020] clarify that building the source-release.zip only happens with the
-Papache-release parameter
Modified:
uima/uimaj/trunk/uimaj-distr/README
Modified: uima/uimaj/trunk/uimaj-distr/README
URL:
http://svn.apache.org/viewvc/uima/uimaj/trunk/uimaj-distr/README?rev=1063810&r1=1063809&r2=1063810&view=diff
==============================================================================
--- uima/uimaj/trunk/uimaj-distr/README (original)
+++ uima/uimaj/trunk/uimaj-distr/README Wed Jan 26 18:15:30 2011
@@ -8,11 +8,16 @@ Building from the Source Distribution
We use Maven 3.0 for building; download this if needed,
and set the environment variable MAVEN_OPTS to -Xmx800m -XX:MaxPerSize-256m.
-Then build everything by going into the .../uimaj directory, and issuing the
command
- mvn clean install.
+Then do the build by going into the .../uimaj directory, and issuing the
command
+ mvn clean install
+
+This builds everything except the ...source-release.zip file. If you want that,
+change the command to
+
+ mvn clean install -Papache-release
Look for the result in the two artifacts:
- ../uimaj/target/uimaj-[version]-source-release.zip and
+ ../uimaj/target/uimaj-[version]-source-release.zip (if run with
-Papache-release) and
../uimaj-distr/target/uimaj-[version]-bin.zip (or ...tar.gz)
For more details, please see http://uima.apache.org/building-uima.html