Author: kwright
Date: Fri Sep 28 12:18:19 2012
New Revision: 1391421
URL: http://svn.apache.org/viewvc?rev=1391421&view=rev
Log:
Fix for CONNECTORS-548.
Modified:
manifoldcf/trunk/CHANGES.txt
manifoldcf/trunk/site/src/documentation/content/xdocs/en_US/how-to-build-and-deploy.xml
Modified: manifoldcf/trunk/CHANGES.txt
URL:
http://svn.apache.org/viewvc/manifoldcf/trunk/CHANGES.txt?rev=1391421&r1=1391420&r2=1391421&view=diff
==============================================================================
--- manifoldcf/trunk/CHANGES.txt (original)
+++ manifoldcf/trunk/CHANGES.txt Fri Sep 28 12:18:19 2012
@@ -8,6 +8,10 @@ CONNECTORS-535: Move readme files into S
======================= Release 1.0 =====================
+CONNECTORS-548: Update maven build documentation to reflect limitations
+in how maven builds can be done.
+(Erlend GarĂ¥sen, Piergiorgio Lucidi, Karl Wright)
+
CONNECTORS-547: Web crawler, on encountering fatal error with no
contents, would throw a StringIndexOutOfRange exception.
(Erlend GarĂ¥sen, Karl Wright)
Modified:
manifoldcf/trunk/site/src/documentation/content/xdocs/en_US/how-to-build-and-deploy.xml
URL:
http://svn.apache.org/viewvc/manifoldcf/trunk/site/src/documentation/content/xdocs/en_US/how-to-build-and-deploy.xml?rev=1391421&r1=1391420&r2=1391421&view=diff
==============================================================================
---
manifoldcf/trunk/site/src/documentation/content/xdocs/en_US/how-to-build-and-deploy.xml
(original)
+++
manifoldcf/trunk/site/src/documentation/content/xdocs/en_US/how-to-build-and-deploy.xml
Fri Sep 28 12:18:19 2012
@@ -294,10 +294,7 @@ mvn clean install -DskipITs
<source>
mvn clean package
</source>
- <p>To reinstall all the new artifacts in your local Maven repository
without running unit tests and integration tests, type:</p>
- <source>
-mvn clean install -Dmaven.test.skip
- </source>
+ <p>NOTE: Due to current limitations in the ManifoldCF Maven poms,
you MUST run a complete "mvn clean install" as the first step. You cannot skip
steps, or the build will fail.</p>
</section>
</section>
</section>