You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@uima.apache.org by cw...@apache.org on 2018/01/08 19:19:38 UTC

svn commit: r1820594 - /uima/uima-as/trunk/README

Author: cwiklik
Date: Mon Jan  8 19:19:38 2018
New Revision: 1820594

URL: http://svn.apache.org/viewvc?rev=1820594&view=rev
Log:
UIMA-5694 Added comments about running maven with -U option

Modified:
    uima/uima-as/trunk/README

Modified: uima/uima-as/trunk/README
URL: http://svn.apache.org/viewvc/uima/uima-as/trunk/README?rev=1820594&r1=1820593&r2=1820594&view=diff
==============================================================================
--- uima/uima-as/trunk/README (original)
+++ uima/uima-as/trunk/README Mon Jan  8 19:19:38 2018
@@ -19,6 +19,13 @@ Look for the result in the two artifacts
    target/uima-as-[version]-source-release.zip (if run with -Papache-release) and
    target/uima-as-[version]-bin.zip (or  ...tar.gz) 
 
+If your maven build fails with strange errors try running maven with  update flag
+like this:
+
+   mvn -U clean install
+   
+Note that a build with -U option takes much longer to finish.
+
 For more details, please see http://uima.apache.org/building-uima.html   
 
 1. What's New in 2.10.2