Author: kwright
Date: Fri Sep 28 12:20:45 2012
New Revision: 1391422
URL: http://svn.apache.org/viewvc?rev=1391422&view=rev
Log:
Pull up documentation fix for CONNECTORS-548.
Modified:
manifoldcf/branches/release-1.0-branch/ (props changed)
manifoldcf/branches/release-1.0-branch/CHANGES.txt
manifoldcf/branches/release-1.0-branch/site/src/documentation/content/xdocs/en_US/how-to-build-and-deploy.xml
Propchange: manifoldcf/branches/release-1.0-branch/
------------------------------------------------------------------------------
Merged /manifoldcf/trunk:r1391421
Modified: manifoldcf/branches/release-1.0-branch/CHANGES.txt
URL:
http://svn.apache.org/viewvc/manifoldcf/branches/release-1.0-branch/CHANGES.txt?rev=1391422&r1=1391421&r2=1391422&view=diff
==============================================================================
--- manifoldcf/branches/release-1.0-branch/CHANGES.txt (original)
+++ manifoldcf/branches/release-1.0-branch/CHANGES.txt Fri Sep 28 12:20:45 2012
@@ -3,6 +3,10 @@ $Id$
======================= 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/branches/release-1.0-branch/site/src/documentation/content/xdocs/en_US/how-to-build-and-deploy.xml
URL:
http://svn.apache.org/viewvc/manifoldcf/branches/release-1.0-branch/site/src/documentation/content/xdocs/en_US/how-to-build-and-deploy.xml?rev=1391422&r1=1391421&r2=1391422&view=diff
==============================================================================
---
manifoldcf/branches/release-1.0-branch/site/src/documentation/content/xdocs/en_US/how-to-build-and-deploy.xml
(original)
+++
manifoldcf/branches/release-1.0-branch/site/src/documentation/content/xdocs/en_US/how-to-build-and-deploy.xml
Fri Sep 28 12:20:45 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>