Return-Path: Delivered-To: apmail-maven-issues-archive@minotaur.apache.org Received: (qmail 13538 invoked from network); 8 Apr 2009 23:15:48 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 8 Apr 2009 23:15:48 -0000 Received: (qmail 30863 invoked by uid 500); 8 Apr 2009 23:15:48 -0000 Delivered-To: apmail-maven-issues-archive@maven.apache.org Received: (qmail 30785 invoked by uid 500); 8 Apr 2009 23:15:47 -0000 Mailing-List: contact issues-help@maven.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@maven.apache.org Delivered-To: mailing list issues@maven.apache.org Received: (qmail 30775 invoked by uid 99); 8 Apr 2009 23:15:47 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 08 Apr 2009 23:15:47 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: local policy) Received: from [63.246.2.115] (HELO codehaus01.managed.contegix.com) (63.246.2.115) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 08 Apr 2009 23:15:39 +0000 Received: from codehaus01.managed.contegix.com (localhost.localdomain [127.0.0.1]) by codehaus01.managed.contegix.com (Postfix) with ESMTP id 513AB14A81A4 for ; Wed, 8 Apr 2009 18:15:20 -0500 (CDT) Message-ID: <14606635.1239232519912.JavaMail.haus-jira@codehaus01.managed.contegix.com> Date: Wed, 8 Apr 2009 18:15:19 -0500 (CDT) From: "toli kuznets (JIRA)" To: issues@maven.apache.org Subject: [jira] Updated: (MIDEA-121) Allow users to specify Project Language Level that is generated with plugin In-Reply-To: <27571100.1239232398360.JavaMail.haus-jira@codehaus01.managed.contegix.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 4e90ceb663894a42f12c0e28abbab431 X-Virus-Checked: Checked by ClamAV on apache.org [ http://jira.codehaus.org/browse/MIDEA-121?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] toli kuznets updated MIDEA-121: ------------------------------- Attachment: screenshot-1.jpg > Allow users to specify Project Language Level that is generated with plugin > --------------------------------------------------------------------------- > > Key: MIDEA-121 > URL: http://jira.codehaus.org/browse/MIDEA-121 > Project: Maven 2.x IDEA Plugin > Issue Type: Improvement > Environment: Plugin version 2.2, IntellijJ 8.1 > Reporter: toli kuznets > Attachments: screenshot-1.jpg, screenshot-1.jpg > > > When i run mvn idea:idea plugin, the projects are generate .ipr files with Project Language Level set to 5.0 > Is there a way to configure the plugin to have that be set to 6.0 instead? > It seems that you need this attribute in the declaration: {{languageLevel="JDK_1_6"}} > {code} > project-jdk-name="1.6" project-jdk-type="JavaSDK" /> > {code} > This is what i have after i set the language level manually, see screenshot. This is in IntelliJ 8.1 -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira