Return-Path: Delivered-To: apmail-lucene-dev-archive@www.apache.org Received: (qmail 51888 invoked from network); 8 Oct 2010 06:21:56 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 8 Oct 2010 06:21:56 -0000 Received: (qmail 90467 invoked by uid 500); 8 Oct 2010 06:21:55 -0000 Delivered-To: apmail-lucene-dev-archive@lucene.apache.org Received: (qmail 90370 invoked by uid 500); 8 Oct 2010 06:21:53 -0000 Mailing-List: contact dev-help@lucene.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@lucene.apache.org Delivered-To: mailing list dev@lucene.apache.org Received: (qmail 90363 invoked by uid 99); 8 Oct 2010 06:21:52 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 08 Oct 2010 06:21:52 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.22] (HELO thor.apache.org) (140.211.11.22) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 08 Oct 2010 06:21:51 +0000 Received: from thor (localhost [127.0.0.1]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id o986LVPL014475 for ; Fri, 8 Oct 2010 06:21:31 GMT Message-ID: <26874547.37281286518891509.JavaMail.jira@thor> Date: Fri, 8 Oct 2010 02:21:31 -0400 (EDT) From: "Steven Rowe (JIRA)" To: dev@lucene.apache.org Subject: [jira] Updated: (LUCENE-2657) Replace Maven POM templates with full POMs, and change documentation accordingly In-Reply-To: <2167870.294931284993632910.JavaMail.jira@thor> 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/LUCENE-2657?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Steven Rowe updated LUCENE-2657: -------------------------------- Attachment: LUCENE-2657.patch Both of the failing tests were caused by missing dependencies: jetty jsp-2.1 (scope=provided) was missing from {{solr/src/pom.xml}}, and icu4j was missing from {{solr/contrib/extraction/pom.xml}}. With this version of the patch, all tests now pass. IntelliJ IDEA project import from the Maven configuration mostly works, with the exception that because the Solr core and Solrj modules each include two source directories, and IntelliJ doesn't grok this fact from the POMs (specified via {{build-helper-maven-plugin}} configuration), builds including these two modules fail, since they aren't seeing all of their source code. http://youtrack.jetbrains.net/issue/IDEA-27176 has a work-around for this issue: click on "update folders for all projects" button in the maven projects pane - this works for Solr core ({{webapp/src/}} is added a source root), but not for Solrj, likely because the second source root {{solr/src/common/}} is a sibling of the module root {{solr/src/solrj/}}, rather than a child. > Replace Maven POM templates with full POMs, and change documentation accordingly > -------------------------------------------------------------------------------- > > Key: LUCENE-2657 > URL: https://issues.apache.org/jira/browse/LUCENE-2657 > Project: Lucene - Java > Issue Type: Improvement > Components: Build > Affects Versions: 3.1, 4.0 > Reporter: Steven Rowe > Assignee: Steven Rowe > Fix For: 3.1, 4.0 > > Attachments: LUCENE-2657.patch, LUCENE-2657.patch, LUCENE-2657.patch > > > The current Maven POM templates only contain dependency information, the bare bones necessary for uploading artifacts to the Maven repository. > Full Maven POMs will include the information necessary to run a multi-module Maven build, in addition to serving the same purpose as the current POM templates. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online. --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org For additional commands, e-mail: dev-help@lucene.apache.org