Author: brett
Date: Sun May 29 17:34:57 2005
New Revision: 178999

URL: http://svn.apache.org/viewcvs?rev=178999&view=rev
Log:
MevenIDE for IDEA description from Arik Kfir

Modified:
    maven/maven-1/core/trunk/xdocs/reference/ide/idea.xml

Modified: maven/maven-1/core/trunk/xdocs/reference/ide/idea.xml
URL: 
http://svn.apache.org/viewcvs/maven/maven-1/core/trunk/xdocs/reference/ide/idea.xml?rev=178999&r1=178998&r2=178999&view=diff
==============================================================================
--- maven/maven-1/core/trunk/xdocs/reference/ide/idea.xml (original)
+++ maven/maven-1/core/trunk/xdocs/reference/ide/idea.xml Sun May 29 17:34:57 
2005
@@ -27,12 +27,17 @@
   <body>
     <section name="Using Maven in IntelliJ IDEA">
       <p>
-        Currently, there is no MevenIDE support for IntelliJ IDEA, however it 
can still be very useful to
-        configure it as an external tool so that it can be run inside the IDE.
+        The recommended way to integrate Maven into your IntelliJ IDEA, is to 
use the 
+        <a href="http://mevenide.codehaus.org/mevenide-idea";>MevenIDE for 
IDEA</a> plugin. It will
+        allow you to execute goals from within the IDE, visually edit the POM 
(project.xml) file,
+        select favorite and common goals for each module, etc. The MevenIDE 
for IDEA project is
+        still young, but provides most of the basic tools you will need to use 
Maven from IntelliJ.
       </p>
       <p>
-        To add Maven as an external tool in IntelliJ 4.0+, open the IDE 
settings, and click the "External Tools" button.
-        From there, press "Add..." to open a new dialog. The following 
settings should be used:
+        Alternatively, you can configure it as an external tool, which allows 
you to define command
+        lines that execute Maven with customizable parameters. To add Maven as 
an external tool in 
+        IntelliJ IDEA 4.0+, open the IDE settings, and click the "External 
Tools" button. From there, 
+        press "Add..." to open a new dialog. The following settings should be 
used:
       </p>
       <table>
         <tr>



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to