You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by to...@apache.org on 2006/10/10 22:48:16 UTC

svn commit: r462554 - /myfaces/maven/trunk/master-pom/pom.xml

Author: tomsp
Date: Tue Oct 10 13:48:15 2006
New Revision: 462554

URL: http://svn.apache.org/viewvc?view=rev&rev=462554
Log:
added idea plugin again, but it's not active at the moment, can be uncommented on demand

Modified:
    myfaces/maven/trunk/master-pom/pom.xml

Modified: myfaces/maven/trunk/master-pom/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/maven/trunk/master-pom/pom.xml?view=diff&rev=462554&r1=462553&r2=462554
==============================================================================
--- myfaces/maven/trunk/master-pom/pom.xml (original)
+++ myfaces/maven/trunk/master-pom/pom.xml Tue Oct 10 13:48:15 2006
@@ -408,6 +408,25 @@
             </extension>
         </extensions>
         <defaultGoal>install</defaultGoal>
+        <!-- for better development process: follow instructions under http://wiki.apache.org/myfaces/JetBrains_IntelliJ_IDEA 
+             and then comment the following lines -->
+        <!--
+        <pluginManagement>
+            <plugins>
+                <plugin>
+                    <artifactId>maven-idea-plugin</artifactId>
+                    <version>2.1-SNAPSHOT</version>
+                    <configuration>
+                        <jdkLevel>1.3</jdkLevel>
+                        <useClassifiers>true</useClassifiers>
+                        <linkModules>true</linkModules>
+                        <linkModulesExcept>myfaces-shared-core,myfaces-shared-impl,myfaces-shared-tomahawk,myfaces-shared-project</linkModulesExcept>
+                        <downloadSources>true</downloadSources>
+                    </configuration>
+                </plugin>
+            </plugins>
+        </pluginManagement>
+        -->
         <plugins>
             <plugin>
                 <artifactId>maven-compiler-plugin</artifactId>