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/13 16:02:55 UTC

svn commit: r1679214 - in /myfaces/tobago/trunk: ./ pom.xml

Author: deki
Date: Wed May 13 14:02:54 2015
New Revision: 1679214

URL: http://svn.apache.org/r1679214
Log:
Merged from tobago-3.0.x
removed retired maven-idea-plugin from pom [from revision 1678908]

Modified:
    myfaces/tobago/trunk/   (props changed)
    myfaces/tobago/trunk/pom.xml

Propchange: myfaces/tobago/trunk/
------------------------------------------------------------------------------
--- svn:mergeinfo (original)
+++ svn:mergeinfo Wed May 13 14:02:54 2015
@@ -1,3 +1,3 @@
 /myfaces/tobago/branches/tobago-1.5.x:1356585,1357124
-/myfaces/tobago/branches/tobago-3.0.x:1646189,1646226,1650101,1660635,1672073,1678909
+/myfaces/tobago/branches/tobago-3.0.x:1646189,1646226,1650101,1660635,1672073,1678908-1678909
 /myfaces/tobago/branches/tobago-tree-table:1226794-1341423

Modified: myfaces/tobago/trunk/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/tobago/trunk/pom.xml?rev=1679214&r1=1679213&r2=1679214&view=diff
==============================================================================
--- myfaces/tobago/trunk/pom.xml (original)
+++ myfaces/tobago/trunk/pom.xml Wed May 13 14:02:54 2015
@@ -648,7 +648,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>
@@ -848,16 +847,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>