Author: schor
Date: Wed Jan 26 17:08:53 2011
New Revision: 1063800

URL: http://svn.apache.org/viewvc?rev=1063800&view=rev
Log:
no Jira, clarify need for -Papache-release to build ... source-release.zip

Modified:
    uima/site/trunk/uima-website/docs/building-uima.html
    uima/site/trunk/uima-website/xdocs/building-uima.xml

Modified: uima/site/trunk/uima-website/docs/building-uima.html
URL: 
http://svn.apache.org/viewvc/uima/site/trunk/uima-website/docs/building-uima.html?rev=1063800&r1=1063799&r2=1063800&view=diff
==============================================================================
--- uima/site/trunk/uima-website/docs/building-uima.html (original)
+++ uima/site/trunk/uima-website/docs/building-uima.html Wed Jan 26 17:08:53 
2011
@@ -245,6 +245,11 @@
     <li><p><code>mvn install</code></p>
       <p>This will build the project and install it to your local Maven 
repository. 
       For multi-module projects, it will build all the submodules.</p>
+      <p>However, it <b>won't build the ...-source-release.zip</b> of all 
+      the sources.  To build this along with the rest of the build, include the
+      parameter -Papache-release, like so:<br />
+      <code>mvn install -Papache-release</code>
+      </p>
     </li>
     <p class="note">
       Note: UIMA-AS depends on the UIMA SDK (called uimaj above), so before 
building UIMA-AS, please checkout and build uimaj first. 

Modified: uima/site/trunk/uima-website/xdocs/building-uima.xml
URL: 
http://svn.apache.org/viewvc/uima/site/trunk/uima-website/xdocs/building-uima.xml?rev=1063800&r1=1063799&r2=1063800&view=diff
==============================================================================
--- uima/site/trunk/uima-website/xdocs/building-uima.xml (original)
+++ uima/site/trunk/uima-website/xdocs/building-uima.xml Wed Jan 26 17:08:53 
2011
@@ -79,6 +79,11 @@ under the License.
     <li><p><code>mvn install</code></p>
       <p>This will build the project and install it to your local Maven 
repository. 
       For multi-module projects, it will build all the submodules.</p>
+      <p>However, it <b>won't build the ...-source-release.zip</b> of all 
+      the sources.  To build this along with the rest of the build, include the
+      parameter -Papache-release, like so:<br/>
+      <code>mvn install -Papache-release</code>
+      </p>
     </li>
     <p class="note">
       Note: UIMA-AS depends on the UIMA SDK (called uimaj above), so before 
building UIMA-AS, please checkout and build uimaj first. 


Reply via email to