From dev-return-19354-apmail-openjpa-dev-archive=openjpa.apache.org@openjpa.apache.org Mon Jul 18 18:58:22 2011 Return-Path: X-Original-To: apmail-openjpa-dev-archive@www.apache.org Delivered-To: apmail-openjpa-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 576B97836 for ; Mon, 18 Jul 2011 18:58:22 +0000 (UTC) Received: (qmail 88474 invoked by uid 500); 18 Jul 2011 18:58:20 -0000 Delivered-To: apmail-openjpa-dev-archive@openjpa.apache.org Received: (qmail 88110 invoked by uid 500); 18 Jul 2011 18:58:19 -0000 Mailing-List: contact dev-help@openjpa.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@openjpa.apache.org Delivered-To: mailing list dev@openjpa.apache.org Received: (qmail 88095 invoked by uid 99); 18 Jul 2011 18:58:19 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 18 Jul 2011 18:58:19 +0000 X-ASF-Spam-Status: No, hits=-2001.1 required=5.0 tests=ALL_TRUSTED,RP_MATCHES_RCVD X-Spam-Check-By: apache.org Received: from [140.211.11.116] (HELO hel.zones.apache.org) (140.211.11.116) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 18 Jul 2011 18:58:18 +0000 Received: from hel.zones.apache.org (hel.zones.apache.org [140.211.11.116]) by hel.zones.apache.org (Postfix) with ESMTP id 8CC8D41E80 for ; Mon, 18 Jul 2011 18:57:57 +0000 (UTC) Date: Mon, 18 Jul 2011 18:57:57 +0000 (UTC) From: "Jacob Nowosatka (JIRA)" To: dev@openjpa.apache.org Message-ID: <1005267031.1168.1311015477573.JavaMail.tomcat@hel.zones.apache.org> In-Reply-To: <1670165884.1155.1311015357377.JavaMail.tomcat@hel.zones.apache.org> Subject: [jira] [Updated] (OPENJPA-2031) Unable to import maven projects with m2e version 1.0 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/OPENJPA-2031?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jacob Nowosatka updated OPENJPA-2031: ------------------------------------- Attachment: OPENJPA-2031.patch.txt > Unable to import maven projects with m2e version 1.0 > ---------------------------------------------------- > > Key: OPENJPA-2031 > URL: https://issues.apache.org/jira/browse/OPENJPA-2031 > Project: OpenJPA > Issue Type: Improvement > Reporter: Jacob Nowosatka > Priority: Minor > Attachments: OPENJPA-2031.patch.txt > > > Using m2e v1.0, importing maven projects will cause errors such as: > maven-dependency-plugin(goals "copy-dependencies", "unpack") is not supported by m2e > Plugin execution not covered by lifecycle configuration: > The reason for these errors is described in the link. > http://wiki.eclipse.org/M2E_plugin_execution_not_covered#m2e_maven_plugin_coverage_status > A solution to this problem using the method set forth by the wiki is attached. The patch applies to the pom.xml in openjpa-parent. > This should solve any maven related problem. However, there still may be errors in the source of openjpa-kernel and openjpa-openbooks. The first is solved by adding target/generated-sources/javacc to the build path of openjpa-kernel. The second is done in the same way, except with target/generated-metamodel/java to the build path of openjpa-openbooks. -- This message is automatically generated by JIRA. For more information on JIRA, see: http://www.atlassian.com/software/jira