You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by de...@apache.org on 2015/05/12 12:34:21 UTC

svn commit: r1678908 - /myfaces/tobago/branches/tobago-3.0.x/pom.xml

Author: deki
Date: Tue May 12 10:34:21 2015
New Revision: 1678908

URL: http://svn.apache.org/r1678908
Log:
removed retired maven-idea-plugin from pom

Modified:
    myfaces/tobago/branches/tobago-3.0.x/pom.xml

Modified: myfaces/tobago/branches/tobago-3.0.x/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/tobago/branches/tobago-3.0.x/pom.xml?rev=1678908&r1=1678907&r2=1678908&view=diff
==============================================================================
--- myfaces/tobago/branches/tobago-3.0.x/pom.xml (original)
+++ myfaces/tobago/branches/tobago-3.0.x/pom.xml Tue May 12 10:34:21 2015
@@ -616,7 +616,6 @@
                   <banLatest>true</banLatest>
                   <banRelease>true</banRelease>
                   <unCheckedPlugins>
-                    <unCheckedPlugin>org.apache.maven.plugins:maven-idea-plugin</unCheckedPlugin>
                     <unCheckedPlugin>org.apache.maven.plugins:maven-eclipse-plugin</unCheckedPlugin>
                     <unCheckedPlugin>org.apache.myfaces.tobago:tobago-theme-plugin</unCheckedPlugin>
                   </unCheckedPlugins>
@@ -801,16 +800,6 @@
           </configuration>
         </plugin>
         <plugin>
-          <groupId>org.apache.maven.plugins</groupId>
-          <artifactId>maven-idea-plugin</artifactId>
-          <configuration>
-            <jdkName>${maven.compile.source}</jdkName>
-            <linkModules>true</linkModules>
-            <downloadSources>true</downloadSources>
-            <jdkLevel>5.0</jdkLevel>
-          </configuration>
-        </plugin>
-        <plugin>
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-dependency-plugin</artifactId>
           <version>2.3</version>