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

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

Author: schof
Date: Mon Oct  9 08:28:04 2006
New Revision: 454406

URL: http://svn.apache.org/viewvc?view=rev&rev=454406
Log:
removed reference to maven-idea plugin.  i could not run mvn idea:idea with this in there b/c it referred to a version of the plugin that was not available in any repo.

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=454406&r1=454405&r2=454406
==============================================================================
--- myfaces/maven/trunk/master-pom/pom.xml (original)
+++ myfaces/maven/trunk/master-pom/pom.xml Mon Oct  9 08:28:04 2006
@@ -408,25 +408,6 @@
             </extension>
         </extensions>
         <defaultGoal>install</defaultGoal>
-        <pluginManagement>
-            <plugins>
-                <plugin>
-                    <artifactId>maven-idea-plugin</artifactId>
-                    <version>2.0-beta-2-SNAPSHOT</version>
-                    <configuration>
-                        <jdkLevel>1.3</jdkLevel>
-                        <useClassifiers>true</useClassifiers>
-                        <linkModules>false</linkModules>
-                        <!-- for better development process: follow instructions under http://wiki.apache.org/myfaces/JetBrains_IntelliJ_IDEA and then comment the
-                             line above and then uncomment the following two lines -->
-                        <!--
-                        <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>