You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by de...@apache.org on 2008/03/08 21:41:07 UTC

svn commit: r635080 - /maven/plugins/trunk/maven-idea-plugin/src/main/java/org/apache/maven/plugin/idea/IdeaMojo.java

Author: dennisl
Date: Sat Mar  8 12:40:54 2008
New Revision: 635080

URL: http://svn.apache.org/viewvc?rev=635080&view=rev
Log:
[MIDEA-108] mvn idea:idea should call phases process-sources and generate-resources

Modified:
    maven/plugins/trunk/maven-idea-plugin/src/main/java/org/apache/maven/plugin/idea/IdeaMojo.java

Modified: maven/plugins/trunk/maven-idea-plugin/src/main/java/org/apache/maven/plugin/idea/IdeaMojo.java
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-idea-plugin/src/main/java/org/apache/maven/plugin/idea/IdeaMojo.java?rev=635080&r1=635079&r2=635080&view=diff
==============================================================================
--- maven/plugins/trunk/maven-idea-plugin/src/main/java/org/apache/maven/plugin/idea/IdeaMojo.java (original)
+++ maven/plugins/trunk/maven-idea-plugin/src/main/java/org/apache/maven/plugin/idea/IdeaMojo.java Sat Mar  8 12:40:54 2008
@@ -29,10 +29,10 @@
 
 /**
  * Goal for generating IDEA files from a POM.
- * This plug-in provides the ability to generate IDEA project files (.ipr, .iml and .iws files) for IDEA.
+ * This plug-in provides the ability to generate project files (.ipr, .iml and .iws files) for IDEA.
  *
  * @goal idea
- * @execute phase="generate-sources"
+ * @execute phase="generate-resources"
  */
 public class IdeaMojo
     extends AbstractIdeaMojo