Scarab commit: svn commit: r11179 - branches/20120417_mavenPort/site/fml/faq.fml

[email protected] Tue, 17 Apr 2012 04:21:56 -0700 (PDT)
Newsgroups gmane.comp.java.scarab.cvs
Message-ID <[email protected]>
Author: mcoss
Date: 2012-04-17 04:21:56-0700
New Revision: 11179

Modified:
   branches/20120417_mavenPort/site/fml/faq.fml

Log:
ENH - Update of faq for new maven 3 build.

Modified: branches/20120417_mavenPort/site/fml/faq.fml
Url: http://scarab.tigris.org/source/browse/scarab/branches/20120417_mavenPort/site/fml/faq.fml?view=diff&pathrev=11179&r1=11178&r2=11179
==============================================================================
--- branches/20120417_mavenPort/site/fml/faq.fml	(original)
+++ branches/20120417_mavenPort/site/fml/faq.fml	2012-04-17 04:21:56-0700
@@ -161,8 +161,8 @@
 </p>
       
 <p>
-NOTE: Sometimes it may be useful to use "ant create-db" rather than any script
-      to diagnose connection issues since ant uses jdbc and the same URL
+NOTE: Sometimes it may be useful to use "mvn scarab:create-db" rather than any script
+      to diagnose connection issues since this Mojo uses jdbc and the same URL
       that Scarab does while running.
  
 </p>
@@ -417,7 +417,7 @@
       <answer>
 <p>
 There are special build targets for this, e.g.:
-<code>ant war</code>
+<code>mvn clean package -Dmaven.test.skip=true</code>
 </p>
   </answer>
     </faq>

------------------------------------------------------
http://scarab.tigris.org/ds/viewMessage.do?dsForumId=3577&dsMessageId=2949088