Author: evenisse
Date: Tue Apr 1 06:05:08 2008
New Revision: 643387
URL: http://svn.apache.org/viewvc?rev=643387&view=rev
Log:
Fix mvn.bat link
Modified:
continuum/site/src/site/fml/faqs.fml
Modified: continuum/site/src/site/fml/faqs.fml
URL: http://svn.apache.org/viewvc/continuum/site/src/site/fml/faqs.fml?rev=643387&r1=643386&r2=643387&view=diff
==============================================================================
--- continuum/site/src/site/fml/faqs.fml (original)
+++ continuum/site/src/site/fml/faqs.fml Tue Apr 1 06:05:08 2008
@@ -102,8 +102,8 @@
<question>Why Maven doesn't detect my failed builds?</question>
<answer>
<p>
- mvn.bat distributed with Maven 2.0.7 doesn't set correctly the exit code.
- The fixed version is available <b><a href="http://svn.apache.org/repos/asf/maven/components/branches/maven-2.0.x/maven-core/src/bin/">here</a></b>.
+ mvn.bat distributed with Maven 2.0.7 doesn't set correctly the exit code. You can
use Maven 2.0.8 to fix it or directly a fixed mvn.bat file.
+ The fixed version is available <b><a href="http://svn.apache.org/repos/asf/maven/components/tags/maven-2.0.8/maven-core/src/bin/">here</a></b>.
</p>
</answer>
</faq>
|