You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@archiva.apache.org by br...@apache.org on 2007/09/11 13:06:18 UTC

svn commit: r574550 - /maven/archiva/branches/MRM-462/pom.xml

Author: brett
Date: Tue Sep 11 04:06:18 2007
New Revision: 574550

URL: http://svn.apache.org/viewvc?rev=574550&view=rev
Log:
settings for IDEA

Modified:
    maven/archiva/branches/MRM-462/pom.xml

Modified: maven/archiva/branches/MRM-462/pom.xml
URL: http://svn.apache.org/viewvc/maven/archiva/branches/MRM-462/pom.xml?rev=574550&r1=574549&r2=574550&view=diff
==============================================================================
--- maven/archiva/branches/MRM-462/pom.xml (original)
+++ maven/archiva/branches/MRM-462/pom.xml Tue Sep 11 04:06:18 2007
@@ -124,6 +124,12 @@
         </configuration>
       </plugin>
       <plugin>
+        <artifactId>maven-idea-plugin</artifactId>
+        <configuration>
+          <jdkLevel>1.5</jdkLevel>
+        </configuration>
+      </plugin>
+      <plugin>
         <artifactId>maven-surefire-plugin</artifactId>
         <version>2.2</version>
       </plugin>