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

svn commit: r441512 - /myfaces/tobago/trunk/pom.xml

Author: bommel
Date: Fri Sep  8 07:24:48 2006
New Revision: 441512

URL: http://svn.apache.org/viewvc?view=rev&rev=441512
Log:
setting idea plugin defaults

Modified:
    myfaces/tobago/trunk/pom.xml

Modified: myfaces/tobago/trunk/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/tobago/trunk/pom.xml?view=diff&rev=441512&r1=441511&r2=441512
==============================================================================
--- myfaces/tobago/trunk/pom.xml (original)
+++ myfaces/tobago/trunk/pom.xml Fri Sep  8 07:24:48 2006
@@ -494,6 +494,16 @@
           <artifactId>maven-compiler-plugin</artifactId>
           <version>2.0.1</version>
         </plugin>
+        <plugin>
+          <groupId>org.apache.maven.plugins</groupId>
+          <artifactId>maven-idea-plugin</artifactId>
+	        <configuration>
+            <jdkName>1.5</jdkName>
+            <linkModules>true</linkModules>
+            <downloadSources>true</downloadSources>
+            <jdkLevel>5.0</jdkLevel>
+          </configuration>
+        </plugin>
       </plugins>
     </pluginManagement>
   </build>